All of you are familiar with Silverlight and know how to create a Silverlight project. This post is not for the people, who already worked in Silverlight, but for the people who are very new in this technology and start to work as fresh to make their hands dirty. Also, creating this post to refer the project creation in my upcoming tutorial series.

 

If you are a beginner to Silverlight, read this post to know how to create a Silverlight  project.

Published by on under Silverlight | Silverlight5
Scott Guthrie announced availability of Silverlight 5 Beta at MIX11 conference. We already know what is coming on Silverlight 5 beta during Silverlight Firestarter. It's time for us to download the first Beta of Silverlight 5 and make our hands dirty with those bits.

Read the post to get the downloadable links of Silverlight 5 Beta Tools for Visual Studio 2010 and Expression Blend Preview for Silverlight 5. Install them and start doing your hands dirty with the bits.
Published by on under News | Silverlight

Visual Studio Async CTP Service Pack 1 has been released which extends Visual Studio 2010 which provides a new streamlined syntax for Asynchronous development. This version of Async CTP is compatible with Visual Studio 2010 SP1.

 

Read the complete post to find out the download link and installation instructions.

Published by on under .Net | Async

Microsoft just announced Internet Explorer Platform Preview 1 in MIX11 keynote event. It is now available for download today. This will be the next version of Microsoft’s industry-leading Web browser and the deep native HTML5 support delivered in Internet Explorer 9.

 

Find more about IE10 Platform Preview in this post. Also find the download link at the end of the post.

Published by on under IE | IE10
In this post, I am going to give a Tip of using Expression Blend to create a Gradient color from any color pattern. Sometime, you might have a color pattern that you have to use in your UI and don't know how to pick the exact color to your UI. This simple post will help you to understand it properly.

After reading this post, you will be able to pick any gradient color from a pattern and use as easily as 1-2-3. Hope, this will help you. Feedbacks are always appreciable.
Published by on under CodeProject | ExpressionBlend

That's a good question came up after the series in my blog. Someone asked why should one use Custom Control instead of User Control? Hence, let's extend the series and discuss about that. I apologise the delay of this post. I should explain this at the start of the series, but actually my goal was to explain you how to create and use Custom Control in Silverlight.

 

It is better to do it later than never. Also, you are now familiar with Custom Control creation. Hence, start describing it. You will come to know more about this here. As always, don't forget to share your feedback at the end of this page.

Published by on under CodeProject | Silverlight

Here is the last chapter of the series for Silverlight Custom Control. In this article, we will learn how to access the template parts from code behind to do various operations in the UI front.

 

Hope, you read the previous three articles and familiar with the Custom control as of now. This article will help you to understand accessibility of the template parts from the code. So, let's start discussing now. Appreciate your feedback as always.

Published by on under CodeProject | Silverlight

Microsoft officially announced the expected release time for the Silverlight 5 Beta. Yes, it will be available next week during MIX11. This information was shared in Microsoft Silverlight Team's Blog post "Standards-based web, plug-ins, and Silverlight".

 

So a new era to this technology is coming next. Only few more days we have to wait before trying out the latest components which are coming in Silverlight 5. Read the full post to find out the link to Features list in Silverlight 5.

Published by on under MIX11 | News

Continuing to our 2nd chapter of the series here on Silverlight Custom Control. In this chapter we will discuss on dynamically setting the Content and other properties to our Custom Control that we implemented earlier. After reading this article, you will be able to create properties and set content dynamically to your control.

 

So, lets start describing them and learn something again today. These series of posts are mainly targeted for beginners but anyone can read it to refresh their learning. Don't forget to leave your comment at the end of the post. Any queries, please drop a line. I will try to help you as early as I can.

Published by on under CodeProject | Silverlight

This is a continuation to my previous post "How to create a Custom Control in Silverlight?" In this tutorial part, we will discuss on the template and modify our basic template to give a better look as per our need. In this chapter, we will learn about template Part and how to modify the existing template.

 

Read out more to learn in depth about Custom Control in Silverlight. This will benefit you not only for Silverlight but for WPF and Windows Phone 7 development too. At the end, never forget to provide your feedback.

Published by on under CodeProject | Silverlight