Archive for the 'Silverlight' Category
Silverlight 2 Development Overview
Introduction
This post explains starting Silverlight 2 development from developer prospective. Microsoft Silverlight is a cross-browser,cross-platform for delivering rich media experience and interactive applications for the web.
Prerequisites you need to have the following installed on your machine to develop the sample Silverlight 2 application in VS environment.
- VisualStudio 2008 ServicePack 1
- Silverlight 2 tools Download.
Install the Silverlight_Chainer tool, it is one package installer which give you servicepack for visual studio, runtime for Silverlight , individual tools, SDK and as well as samples.
1. Start VisualStudio 2008, Select New Project from the File menu. The following dialogue box appears
select the Silverlight project under Visual C# category and select Silverlight Application template and click ok.
3 comments