Greetings and welcome to my new Silverlight blog!
This blog was formerly at http://blogs.silverlight.net/blogs/msnow.
For more information on myself, please refer to the About Page.
Over the course of time I will be uploading blogs that cover a wide range of “How To” tutorials that will hopefully give you quick and easy ways to accomplish what you need in Silverlight.
About Silverlight
If you are not familiar with Silverlight please refer to any one of the following links:
- http://en.wikipedia.org/wiki/Silverlight
- http://www.silverlight.net/getstarted/
- http://www.silverlight.net/learn/
In a nutshell, Silverlight is a phenomenal framework for developing rich applications for the web and mobile devices. It includes a cross-platform, cross browser version of the .NET Framework. While it excels at displaying high-definition video files, it is very versatile and can be used for a wide range of Internet applications including, as we will explorer here, computer games. Silverlight applications are delivered to a browser through a markup language called XAML. For the most part, XAML is where you will define your UI elements as well as do your data binding and event handling. Your programmatic logic is separated in code-behind files that you can choose to write in either C# or VB. Through out the course of these tutorials I will be using Visual Studio as the primary tool for developing Silverlight applications.






