TechBubbles

Archive for the 'Silverlight' Category

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

MVVM Pattern for WPF Applications

Introduction

Model-View-ViewModel [MVVM] is a design pattern for developing the UI Applications. It is a variation of MVC and MVP. MVP[Model-View-Presenter] which has been using for years to develop UI platforms.

Bit about MVP

View is what you see on the screen.Model displays the data and Presenter hooks the two elements together.You can read more about this pattern in August 2006 Design Patterns column.

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