TechBubbles

Silverlight sample in Visual Studio 2008

This post explains the tools required to start working with the Silverlight 3 in VS 2008. Also explains the sample Silverlight application building in Visual Studio 2008 environment.

image

Read more

Related Posts:

No comments

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.

Silverlightchainer

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

Newdialogue

select the Silverlight project under Visual C# category and select Silverlight Application template and click ok.

Read more

Related Posts:

3 comments