image

The SQL developer needs to be able to create processes for the working database by using one of the many programming objects (like functions, stored procedures, constrains, or triggers). By creating objects that talk with SQL you simply the way other programs (like applications or web pages) can interconnect. These eternal programs only need to call on the names of your programming objects by name rather than needing to submit large pieces of advance code.

 

With SQL Programming Development (Volume 4 of 5) in the SQL Server Joes 2 Pros development series, you learn how programming objects work in SQL Server. This book has been authored by Rick A. Morelan, Pinal Dave and Jessica Brown. If you are a SQL Developer, you may like the series of the book.

 

Published by on under Book | DZone

Today Microsoft showcased Ribbon UI support in Windows Explorer of Windows 8. This features a nice look and feel to the User Interface by providing all the recommended tasks in one place using the Ribbon bar. We are all familiar with Ribbon bar which is currently present in Microsoft Office but this is the first time when they integrated it to the Windows OS by default.

 

I am really very excited to see this in Windows 8 and thought to share it with you. Hope you will also like it. Read the post to know more about it and also find the useful links and video at the end of the post.

Published by on under DZone | News

Here comes the weekly news digest of Silverlight-Zone.com. During last week (i.e. from 21st August 2011 to 27th August 2011) we have submitted 78 new links in Silverlight-Zone on various topics like Silverlight, Windows Phone 7, LightSwitch, XAML, MVVM, XNA and more.

 

Most popular post was "Fundamental MVVM" from John Papa. In this post, I am going to share the top 5 visited posts @SilverlightZone during last week. Also, I am going to share the daily news digest links in case you missed to find some of them.

Published by on under LightSwitch | Silverlight

Few days ago, I published a XAML Tips "How to Convert a Rectangle to a Path Control using Expression Blend?". Today in this post, we will discuss on another tips similar to that post. In this post, we will discuss on the steps to crop an element to give a desired output.

 

This post will help a beginner who just started designing XAML using Expression Blend. Hope, this small tip will help you to understand it in better way. Read to know more on this topic.

Published by on under CodeProject | DZone

Windows Phone 7.1 SDK Release Candidate (RC) is now available for download. Microsoft released this version with “Go Live” license, that means, you can now build production applications and submit them to the Marketplace. This build also empowers the developer to build applications and games both for WP7.0 and WP7.1 devices.

 

In this post, find the link to the web installer and standalone/offline installer. Download, install and start building your games or applications.

Published by on under CodeProject | DZone

This will be a short tip of the day where I will show you the way to convert a Rectangle or a Ellipse control to a Path control. If you are not familiar with Expression Blend and currently working with it to design your UI, this tip will definitely help you in various scenarios.

 

Let’s start with a small demonstration using Rectangle control. You can do the same for Ellipse too. Read to know more.

Published by on under CodeProject | DZone

Proud to announce that, I have been selected as the Winner of Article writing competition at "The Code Project" for the month of July 2011. This is the first competition that I have won from Code project.

 

Last month I wrote an article on Silverlight which demonstrated the steps require to do the communication between two local Silverlight applications. This article was well appreciated by the readers and my sincere thanks to all community fellows to support me by providing their vote and feedback. Read to find more about the article.

Published by on under Achievements | Awards

During last week (i.e. from 14th August 2011 to 20th August 2011) we submitted 85 posts at Silverlight-Zone.com. Topics were on Silverlight, Windows Phone 7, LightSwitch and Xbox. Some posts on WPF also showcased there.

 

In this post find the most visited 5 posts. As usual, I am sharing the "Daily News Digest" pages of last week too, in case you want to find out the posts submitted during the week.

Published by on under HTML | HTML5

Microsoft released the new stable version of "Silverlight for Windows Phone Toolkit (SDK 7.1)" at Codeplex. This is the first stable build after the February 2011 release. This release features several new controls and fixes to the existing controls.

 

In this post find the new controls that has been added to this release. Also find the setup link and urls to the release notes.

Published by on under CodeProject | News

Hope you already read my article series "Collection of Windows Phone 7 (Mango) Tutorials". During the tutorial series, we used the common styles "PhoneTextNormalStyle" and "PhoneTextTitle1Style" in the TextBlocks added to the TitlePanel. So what are those? These are all common styles defined by the style library of WP7 SDK.

 

In this post, we will learn about various font sizes defined in the default style library of Windows Phone 7. So, you don't have to define them again and can reuse those styles which will be standard sizes all over any Phone 7 Applications. Let's discuss them here. Read to know more about it.

Published by on under CodeProject | Silverlight

Sometime we need to bind the same data in different properties of the same control. For example, in some cases we need to show text in a TextBlock and also want to show the same text as a Tooltip to that TextBlock control.

 

How to do it? It's very easy to bind the same value twice in the control. But is there any other way to implement the same? Let us discuss this today in this blog post. If you are not aware of it till date, you will definitely like.

Published by on under CodeProject | DZone

Today in this article we will discuss how to fetch feed from Picasa and display images from that RSS feed to your Windows Phone 7. This will not only clear the image feed mechanism in WP7, but will also help you to understand how to read RSS feed in Windows Phone 7 or in a Silverlight application.

 

After reading this article, you will be able to fetch any feed and display specific content in your application. Hope, this will help you. Don't forget to share it to your followers and if you have any query, drop a line below.

Published by on under Picasa | RSS

Here comes the weekly news digest of Silverlight-Zone.com. During last week (i.e. from 7th August 2011 to 13th August) we have submitted 83 news links in Silverlight-Zone on various topics like Silverlight, Windows Phone 7, LightSwitch, XAML, MVVM and more.

 

In this post, I am going to share the top 5 visited posts @SilverlightZone during last week. Also, I am going to share the daily news digest links in case you missed to find some of them.

Published by on under LightSwitch | Silverlight

Sometime we need to detect the browser information of the user's computer where our Silverlight application is running. We can do this using the JavaScript but sometime it is useful to detect it from our Silverlight application. So, how to do it? Let us discuss this with a small simple example.

 

Read this post to know how to detect the browser information using the HtmlPage.BrowserInformation property.

Published by on under CodeProject | DZone

"Why my Visual Studio debugger is not working for my Silverlight application?" - it's not a new question. People ask this several time in different forums. If you search on net, you may probably find the solution. But, in this post I am just sharing the solution once again for my blog readers and anyone on the net who may face similar issue in future.

 

In this post, I will share you 4 small tips. Just follow the steps from top to bottom and let me know which one resolved your problem. This tip might not be a new thing for you but don't forget to share to others. This could be useful for them.

Published by on under CodeProject | Silverlight

All most all secured sites like bank websites asks you to close your browser window after you signed out from the web application. This is due to high security which actually removes all session details from the browser cache.

 

If you want to develop the same behavior in your Silverlight application, how will you do this? This post covers the code to implement the functionality of the same. Read to know more.

Published by on under CodeProject | DZone

Few weeks ago Mr. Jim Moscater, Community Leader of DZone, contacted me saying that he really liked my WP7 & Silverlight related blog contents and wanted to invite me to join DZone's MVB (Most Valuable Blogger) program.

 

I am very proud to say that, I am now a MVB of DZone. So, what is this MVB Program? Read to know more about this.

Published by on under Achievements | Awards

During last week (from 31st July 2011 to 6th August 2011) around 89 article links on Silverlight, Windows Phone 7, LightSwitch and XNA submitted in Silverlight-Zone.com.

 

In this digest post, top 5 popular links are on "Windows 8 and the Future of Silverlight", "7 reasons to be a WP7 developer", "What's new in Silverlight 5", "Smooth Streaming on WP7" and "Windows Phone SDK 7.1 - A Developer review". If you are worried about the future of Silverlight, never miss to read out the post by Identity Mine.

 

Read to know more about the popular posts and find out the daily news digest links. Follow us on Twitter and become a fan of our Facebook page to be updated on latest article links.

Published by on under LightSwitch | Silverlight

If you work in XAML pages, sometime you might noticed that the XAML page freezes for sometime while opening the page in design view. This is very annoying and many time it is responsible to crash the Visual Studio IDE. So what to do?

 

If you use Expression Blend to design the XAML page or don't want to open the XAML in design view, this small tip will help you to improve the performance of the IDE. Read more to know.

Published by on under CodeProject | Silverlight

Few days ago, I published one article on "Application Library Caching in Silverlight 4". In that article, we discussed about Library Caching concept in detail with a small demo. We discussed various parts of the AppManifest to support this feature for 3rd party libraries. But sometime you may need this feature for your own custom libraries too to reduce the XAP file size by separating the external assemblies in their own ZIP file, which will download by the app when it is require.

 

Let us discuss on this topic today by a small example which will help you to understand how to prepare your dll library to support Library Caching by your application. Read more to learn about it.

Published by on under Silverlight | SilverlightTips