SlideShare a Scribd company logo
Author : Gaurav Arora Reviewer : ChanderShekhar Thota Created on : Dec 18 th  , 2009 Website : http://www.hyderabatechies.info FROM HYDERABADTECHIES
About Author Gaurav Arora is Microsoft Certified Technical Specialist. He is M.Phill(Comp. Sc.), Masters in Computer Applications. Gaurav is an author of various online/offline articles, tutorials, including Silverlight, Asp.net, WCF, LINQ etc. He is the Founder, Webmaster and Sr. Editor of Technical communities viz.  Silverlight Club  and  Dotnetspider . Gaurav is the co-founder of  MsDotNetHeaven  a free I.T. online educational web portal. Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
About Session This session of Silverlight is mainly focused on the basics of Silverlight. We try to give you the brief idea about the Silverlight viz. what, why and where. It’s a series of continued session as soon as we will go forward will get in some advance versions of the session. This series is just beginning of our long path… Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Know Silverlight What is Silverlight? Why Use of Silverlight? Available versions Overview : Silverlight Framework Architecture Groom up with Silverlight Setup SDE [Silverlight Development Environment] Overview : Silverlight Development Tools Contents Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Silverlight : Practical View How to start application? Our First Silverlight Application Demo of Silverlight Application Contents Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
In Simple words, we can say Silverlight is Microsoft’s innovation in  the RIA era. Its nothing but a simple Cross-browser, cross-platform client-framework, which helpful to deliver RIA [Rich Internet Applications] embedded in web pages for both designers and developers. So, silverlight is a framework which provides us to develop and design RIA. Know Silverlight Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
A Micrososft product. It’s a web application framework Encient famous name is WPF [Windows Presentation Foundation] Cross-browser, Cross-Platform Provides ease to build RIA Provides to develop applications, easily embed with Web Pages Based on .Net Platform What is  Silverlight? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
There are number of reasons for Why to Use Silverlight :  It provides us great UI It provides integrated XAML declarative language with .Net framwork Silverlight appeals to both Designers and Developers It’s a Cross-browser, cross-platform Installation is easy Dynamically implementation of data and it not available outside for search engines. Why use  Silverlight? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Microsoft© building and giving more flexibility in this Framework by providing new releases. The available versions till date are : Silverlight 1.0 : Initial release Silverlight 2.0 : New features and more powerful to initial release Silverlight 3.0 : With some new extensions and features Silverlight 4.0 Beta : Now available  http://silverlight.net/getstarted/Silverlight-4-beta   Available versions Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Overview: Framework Architecture Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Overview: Framework Architecture The Silverlight framework allows applications to access Web services, databases,Web servers, and other data sources to acquire data that is displayed in the UI. It also allows the application to integrate with the Web page DOM as well as AJAX and JavaScript to enhance the functionality of the Web page. There are many Code-Breaking changes in new versions as a scope of this session, we are not discussing all here, refer to :  Code-Breaking Changes   Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Silverlight Plug-in Ok, now lets check what is Silverlight Plug-in Silverlight Plug-in is very lightweight component Essential for users to access, Silverlight applications Easy to download and  install , consume less disk space It provides great extensive support for both designers and developers Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Silverlight : Core presentation Its nothing but a sub-set of WPF [Windows Presentation Foundation] XAML Parser UI render Layout Controls Data Binding Input DRM [Digital rights Management] <<We are not going in the depth of above, in this session>> Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
.Net Silverlight Framework CLR [Common Language Runtime] BCL [Base Class Library] DLR [Dynamic Language Runtime] WPF [Windows Presentation Foundation] WCF [Windows Communication Foundation] Data Framework <<We are not going in the depth of above, in this session>> Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Architecture : Silverlight Application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Managed Code .Net Language Dynamic Runtime Languages Logics & Funcationality Communication & Data Managed Code [XAML] UI Input Controls Layout Animation & Transformation Web Page Object Embedded HTML Embedded ASP.NET
Install the developer tools for Silverlight Following are the steps direct how to Set up the Environment? 1. Install Visual Studio 2008 or higher with Visual Web Developer Feature 2. Install SilverLight Plug-in: download Silverlight Plug-in from http://www.microsoft.com/silverlight and Install Silverlight, make sure you have uninstalled all previous versions of silverlight Setup SDE Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Goto :  http://www.silverlight.net/GetStarted Install Expression Blend Download Silverlight Toolkitr Download .Net RIA services How to install SDK Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
The version Moonlight,created by team of the Mono Project at Novell, provides a plug-in for Linux browser and an SDK to develop Silverlight application on the Linux Platform, it is downloadable from :  go-mon.com/moonlight Lunareclips is the IDE for designing the XAML elements available at :  Lunareclips Silverlight on Linux Platform Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Visual Studio 2008 or above : provides the facility of .Net integration Expression Blend : Provides  great facility to design application Expression Encoder : Provides the facility for Media elements XAML : A scripting language provide extensive facility for vector graphics Overview : Silverlight Development Tools Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Choose your IDE Select language Select platform Start Building  How to start application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Following are the initial steps to give the overview to just start first application: Select File -> New -> Project from Main Menu of Visual Studio Select C# / Visual Basic from the project types From Template list select Silverlight Template Enter project name and location then create a new project. To host Silverlight within the project, select generate HTML test page. Our First Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Finally click ok The page.xaml appears From toolbox drag and drop any control on the page Modify the control and then save the page.xaml file To get into code-behind double click on the control Write some test message : Like “Hello I am Started!”. Now build and test the changes Our First Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Demo - Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies SELECTING A NEW PROJECT
Selecting Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Framework Select Silverlight Template
How to Host Silverlight application? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Skeleton of Silverlight application? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Creating a XAML Page Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Creating a XAML Page Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Start writing code Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Navigate to Event handler Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Writing a code Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Building application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
‘ xap’ file Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies After building application, check ClientBin, there is a new application with ‘xap’ extension
Running Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Running page host a silverlight application
Thank you Hyderabad Techies Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
Ad

More Related Content

What's hot (19)

Webinar on How to use MyAppConverter
Webinar on How to use  MyAppConverterWebinar on How to use  MyAppConverter
Webinar on How to use MyAppConverter
Jaoued Ahmed
 
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
Frank Wienberg
 
Continuous integration and delivery with Xamarin and VSTS
Continuous integration and delivery with Xamarin and VSTSContinuous integration and delivery with Xamarin and VSTS
Continuous integration and delivery with Xamarin and VSTS
Gill Cleeren
 
Cross-platform development frameworks
Cross-platform development frameworksCross-platform development frameworks
Cross-platform development frameworks
Carlo Bernaschina
 
Java Development Company | Xicom
Java Development Company | XicomJava Development Company | Xicom
Java Development Company | Xicom
RyanForeman5
 
Apache cordova
Apache cordovaApache cordova
Apache cordova
Carlo Bernaschina
 
Twelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPagesTwelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPages
Teamstudio
 
Real world apps with Xamarin and MVVM
Real world apps with Xamarin and MVVMReal world apps with Xamarin and MVVM
Real world apps with Xamarin and MVVM
Gill Cleeren
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
conline training
 
Akshay_Paliwal_Lead_Developer
Akshay_Paliwal_Lead_DeveloperAkshay_Paliwal_Lead_Developer
Akshay_Paliwal_Lead_Developer
akshaypaliwal23
 
Vb.net class notes
Vb.net class notesVb.net class notes
Vb.net class notes
priyadharshini murugan
 
Open Source examples from Adobe : Oscon kiosk
Open Source examples from Adobe : Oscon kioskOpen Source examples from Adobe : Oscon kiosk
Open Source examples from Adobe : Oscon kiosk
Dave McAllister
 
Application development using Zend Framework
Application development using Zend FrameworkApplication development using Zend Framework
Application development using Zend Framework
Mahmud Ahsan
 
Building Windows 8 Metro Style Applications Using JavaScript and HTML5
Building Windows 8 Metro Style Applications Using JavaScript and HTML5Building Windows 8 Metro Style Applications Using JavaScript and HTML5
Building Windows 8 Metro Style Applications Using JavaScript and HTML5
LearnNowOnline
 
Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0
Clint Edmonson
 
Top 5 advanced php framework in 2018
Top 5 advanced php framework in 2018Top 5 advanced php framework in 2018
Top 5 advanced php framework in 2018
SAM WEB STUDIO - A leading professional Website Designing Company in New Delhi, India
 
Cordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirstCordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirst
Raymond Camden
 
Professional JavaScript Development (An Introduction for Java Developers)
Professional JavaScript Development (An Introduction for Java Developers)Professional JavaScript Development (An Introduction for Java Developers)
Professional JavaScript Development (An Introduction for Java Developers)
jbandi
 
Technologies for startup
Technologies for startupTechnologies for startup
Technologies for startup
Dzung Nguyen
 
Webinar on How to use MyAppConverter
Webinar on How to use  MyAppConverterWebinar on How to use  MyAppConverter
Webinar on How to use MyAppConverter
Jaoued Ahmed
 
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
Frank Wienberg
 
Continuous integration and delivery with Xamarin and VSTS
Continuous integration and delivery with Xamarin and VSTSContinuous integration and delivery with Xamarin and VSTS
Continuous integration and delivery with Xamarin and VSTS
Gill Cleeren
 
Cross-platform development frameworks
Cross-platform development frameworksCross-platform development frameworks
Cross-platform development frameworks
Carlo Bernaschina
 
Java Development Company | Xicom
Java Development Company | XicomJava Development Company | Xicom
Java Development Company | Xicom
RyanForeman5
 
Twelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPagesTwelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPages
Teamstudio
 
Real world apps with Xamarin and MVVM
Real world apps with Xamarin and MVVMReal world apps with Xamarin and MVVM
Real world apps with Xamarin and MVVM
Gill Cleeren
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
conline training
 
Akshay_Paliwal_Lead_Developer
Akshay_Paliwal_Lead_DeveloperAkshay_Paliwal_Lead_Developer
Akshay_Paliwal_Lead_Developer
akshaypaliwal23
 
Open Source examples from Adobe : Oscon kiosk
Open Source examples from Adobe : Oscon kioskOpen Source examples from Adobe : Oscon kiosk
Open Source examples from Adobe : Oscon kiosk
Dave McAllister
 
Application development using Zend Framework
Application development using Zend FrameworkApplication development using Zend Framework
Application development using Zend Framework
Mahmud Ahsan
 
Building Windows 8 Metro Style Applications Using JavaScript and HTML5
Building Windows 8 Metro Style Applications Using JavaScript and HTML5Building Windows 8 Metro Style Applications Using JavaScript and HTML5
Building Windows 8 Metro Style Applications Using JavaScript and HTML5
LearnNowOnline
 
Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0Intro to VS 2010 & .Net 4.0
Intro to VS 2010 & .Net 4.0
Clint Edmonson
 
Cordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirstCordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirst
Raymond Camden
 
Professional JavaScript Development (An Introduction for Java Developers)
Professional JavaScript Development (An Introduction for Java Developers)Professional JavaScript Development (An Introduction for Java Developers)
Professional JavaScript Development (An Introduction for Java Developers)
jbandi
 
Technologies for startup
Technologies for startupTechnologies for startup
Technologies for startup
Dzung Nguyen
 

Similar to Silverlight Demos For Beginners (20)

Silver Light for every one by Subodh
Silver Light for every one by SubodhSilver Light for every one by Subodh
Silver Light for every one by Subodh
Subodh Pushpak
 
Silverlight
SilverlightSilverlight
Silverlight
Nitin Sharma
 
dot net
dot netdot net
dot net
sambhajimeher
 
Introduction to .net
Introduction to .netIntroduction to .net
Introduction to .net
jayc8586
 
What is microsoft silverlight?
What is microsoft silverlight?What is microsoft silverlight?
What is microsoft silverlight?
sonia merchant
 
M365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionM365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx Version
Thomas Daly
 
Silverlight
SilverlightSilverlight
Silverlight
pradeepfdo
 
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
waisfarjam
 
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
samimylahji
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Brian Culver
 
STLDODN - Get Rid of CRUD faster!
STLDODN - Get Rid of CRUD faster!STLDODN - Get Rid of CRUD faster!
STLDODN - Get Rid of CRUD faster!
kshaffar
 
History of silverlight versions and its features
History of silverlight versions and its featuresHistory of silverlight versions and its features
History of silverlight versions and its features
sonia merchant
 
History of-silverlight-versions-and-its-features-CRB-Tech
History of-silverlight-versions-and-its-features-CRB-TechHistory of-silverlight-versions-and-its-features-CRB-Tech
History of-silverlight-versions-and-its-features-CRB-Tech
Pooja Gaikwad
 
Top 10 open source technologies for enterprise/Business web application devel...
Top 10 open source technologies for enterprise/Business web application devel...Top 10 open source technologies for enterprise/Business web application devel...
Top 10 open source technologies for enterprise/Business web application devel...
Techcronus Business Solutions Pvt. Ltd.
 
TechnoGeek training report
TechnoGeek training reportTechnoGeek training report
TechnoGeek training report
Anup Singh
 
Building Rich Applications with Appcelerator
Building Rich Applications with AppceleratorBuilding Rich Applications with Appcelerator
Building Rich Applications with Appcelerator
Matt Raible
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
Yash Sati
 
Luis Martins
Luis MartinsLuis Martins
Luis Martins
joaogoncalves
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
JohnTaieb
 
WPF & Silverlight Intro
WPF & Silverlight IntroWPF & Silverlight Intro
WPF & Silverlight Intro
Dave Allen
 
Silver Light for every one by Subodh
Silver Light for every one by SubodhSilver Light for every one by Subodh
Silver Light for every one by Subodh
Subodh Pushpak
 
Introduction to .net
Introduction to .netIntroduction to .net
Introduction to .net
jayc8586
 
What is microsoft silverlight?
What is microsoft silverlight?What is microsoft silverlight?
What is microsoft silverlight?
sonia merchant
 
M365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionM365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx Version
Thomas Daly
 
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
waisfarjam
 
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...
samimylahji
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Brian Culver
 
STLDODN - Get Rid of CRUD faster!
STLDODN - Get Rid of CRUD faster!STLDODN - Get Rid of CRUD faster!
STLDODN - Get Rid of CRUD faster!
kshaffar
 
History of silverlight versions and its features
History of silverlight versions and its featuresHistory of silverlight versions and its features
History of silverlight versions and its features
sonia merchant
 
History of-silverlight-versions-and-its-features-CRB-Tech
History of-silverlight-versions-and-its-features-CRB-TechHistory of-silverlight-versions-and-its-features-CRB-Tech
History of-silverlight-versions-and-its-features-CRB-Tech
Pooja Gaikwad
 
Top 10 open source technologies for enterprise/Business web application devel...
Top 10 open source technologies for enterprise/Business web application devel...Top 10 open source technologies for enterprise/Business web application devel...
Top 10 open source technologies for enterprise/Business web application devel...
Techcronus Business Solutions Pvt. Ltd.
 
TechnoGeek training report
TechnoGeek training reportTechnoGeek training report
TechnoGeek training report
Anup Singh
 
Building Rich Applications with Appcelerator
Building Rich Applications with AppceleratorBuilding Rich Applications with Appcelerator
Building Rich Applications with Appcelerator
Matt Raible
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
Yash Sati
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
JohnTaieb
 
WPF & Silverlight Intro
WPF & Silverlight IntroWPF & Silverlight Intro
WPF & Silverlight Intro
Dave Allen
 
Ad

More from Gaurav Arora (6)

Test driven development
Test driven developmentTest driven development
Test driven development
Gaurav Arora
 
ASP NET MVC Series For Beginers Part 2
ASP NET MVC Series For Beginers Part 2ASP NET MVC Series For Beginers Part 2
ASP NET MVC Series For Beginers Part 2
Gaurav Arora
 
ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1
Gaurav Arora
 
Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1
Gaurav Arora
 
Unit Testing Using N Unit
Unit Testing Using N UnitUnit Testing Using N Unit
Unit Testing Using N Unit
Gaurav Arora
 
Wcf Transaction Handling
Wcf Transaction HandlingWcf Transaction Handling
Wcf Transaction Handling
Gaurav Arora
 
Test driven development
Test driven developmentTest driven development
Test driven development
Gaurav Arora
 
ASP NET MVC Series For Beginers Part 2
ASP NET MVC Series For Beginers Part 2ASP NET MVC Series For Beginers Part 2
ASP NET MVC Series For Beginers Part 2
Gaurav Arora
 
ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1ASPNet MVC series for beginers part 1
ASPNet MVC series for beginers part 1
Gaurav Arora
 
Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1Asp net mvc series for beginers part 1
Asp net mvc series for beginers part 1
Gaurav Arora
 
Unit Testing Using N Unit
Unit Testing Using N UnitUnit Testing Using N Unit
Unit Testing Using N Unit
Gaurav Arora
 
Wcf Transaction Handling
Wcf Transaction HandlingWcf Transaction Handling
Wcf Transaction Handling
Gaurav Arora
 
Ad

Recently uploaded (20)

Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
Metamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative JourneyMetamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative Journey
Arshad Shaikh
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Operations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdfOperations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdf
Arab Academy for Science, Technology and Maritime Transport
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
Metamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative JourneyMetamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative Journey
Arshad Shaikh
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 

Silverlight Demos For Beginners

  • 1. Author : Gaurav Arora Reviewer : ChanderShekhar Thota Created on : Dec 18 th , 2009 Website : http://www.hyderabatechies.info FROM HYDERABADTECHIES
  • 2. About Author Gaurav Arora is Microsoft Certified Technical Specialist. He is M.Phill(Comp. Sc.), Masters in Computer Applications. Gaurav is an author of various online/offline articles, tutorials, including Silverlight, Asp.net, WCF, LINQ etc. He is the Founder, Webmaster and Sr. Editor of Technical communities viz. Silverlight Club and Dotnetspider . Gaurav is the co-founder of MsDotNetHeaven a free I.T. online educational web portal. Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 3. About Session This session of Silverlight is mainly focused on the basics of Silverlight. We try to give you the brief idea about the Silverlight viz. what, why and where. It’s a series of continued session as soon as we will go forward will get in some advance versions of the session. This series is just beginning of our long path… Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 4. Know Silverlight What is Silverlight? Why Use of Silverlight? Available versions Overview : Silverlight Framework Architecture Groom up with Silverlight Setup SDE [Silverlight Development Environment] Overview : Silverlight Development Tools Contents Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 5. Silverlight : Practical View How to start application? Our First Silverlight Application Demo of Silverlight Application Contents Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 6. In Simple words, we can say Silverlight is Microsoft’s innovation in the RIA era. Its nothing but a simple Cross-browser, cross-platform client-framework, which helpful to deliver RIA [Rich Internet Applications] embedded in web pages for both designers and developers. So, silverlight is a framework which provides us to develop and design RIA. Know Silverlight Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 7. A Micrososft product. It’s a web application framework Encient famous name is WPF [Windows Presentation Foundation] Cross-browser, Cross-Platform Provides ease to build RIA Provides to develop applications, easily embed with Web Pages Based on .Net Platform What is Silverlight? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 8. There are number of reasons for Why to Use Silverlight : It provides us great UI It provides integrated XAML declarative language with .Net framwork Silverlight appeals to both Designers and Developers It’s a Cross-browser, cross-platform Installation is easy Dynamically implementation of data and it not available outside for search engines. Why use Silverlight? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 9. Microsoft© building and giving more flexibility in this Framework by providing new releases. The available versions till date are : Silverlight 1.0 : Initial release Silverlight 2.0 : New features and more powerful to initial release Silverlight 3.0 : With some new extensions and features Silverlight 4.0 Beta : Now available http://silverlight.net/getstarted/Silverlight-4-beta Available versions Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 10. Overview: Framework Architecture Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 11. Overview: Framework Architecture The Silverlight framework allows applications to access Web services, databases,Web servers, and other data sources to acquire data that is displayed in the UI. It also allows the application to integrate with the Web page DOM as well as AJAX and JavaScript to enhance the functionality of the Web page. There are many Code-Breaking changes in new versions as a scope of this session, we are not discussing all here, refer to : Code-Breaking Changes Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 12. Silverlight Plug-in Ok, now lets check what is Silverlight Plug-in Silverlight Plug-in is very lightweight component Essential for users to access, Silverlight applications Easy to download and install , consume less disk space It provides great extensive support for both designers and developers Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 13. Silverlight : Core presentation Its nothing but a sub-set of WPF [Windows Presentation Foundation] XAML Parser UI render Layout Controls Data Binding Input DRM [Digital rights Management] <<We are not going in the depth of above, in this session>> Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 14. .Net Silverlight Framework CLR [Common Language Runtime] BCL [Base Class Library] DLR [Dynamic Language Runtime] WPF [Windows Presentation Foundation] WCF [Windows Communication Foundation] Data Framework <<We are not going in the depth of above, in this session>> Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 15. Architecture : Silverlight Application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Managed Code .Net Language Dynamic Runtime Languages Logics & Funcationality Communication & Data Managed Code [XAML] UI Input Controls Layout Animation & Transformation Web Page Object Embedded HTML Embedded ASP.NET
  • 16. Install the developer tools for Silverlight Following are the steps direct how to Set up the Environment? 1. Install Visual Studio 2008 or higher with Visual Web Developer Feature 2. Install SilverLight Plug-in: download Silverlight Plug-in from http://www.microsoft.com/silverlight and Install Silverlight, make sure you have uninstalled all previous versions of silverlight Setup SDE Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 17. Goto : http://www.silverlight.net/GetStarted Install Expression Blend Download Silverlight Toolkitr Download .Net RIA services How to install SDK Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 18. The version Moonlight,created by team of the Mono Project at Novell, provides a plug-in for Linux browser and an SDK to develop Silverlight application on the Linux Platform, it is downloadable from : go-mon.com/moonlight Lunareclips is the IDE for designing the XAML elements available at : Lunareclips Silverlight on Linux Platform Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 19. Visual Studio 2008 or above : provides the facility of .Net integration Expression Blend : Provides great facility to design application Expression Encoder : Provides the facility for Media elements XAML : A scripting language provide extensive facility for vector graphics Overview : Silverlight Development Tools Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 20. Choose your IDE Select language Select platform Start Building How to start application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 21. Following are the initial steps to give the overview to just start first application: Select File -> New -> Project from Main Menu of Visual Studio Select C# / Visual Basic from the project types From Template list select Silverlight Template Enter project name and location then create a new project. To host Silverlight within the project, select generate HTML test page. Our First Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 22. Finally click ok The page.xaml appears From toolbox drag and drop any control on the page Modify the control and then save the page.xaml file To get into code-behind double click on the control Write some test message : Like “Hello I am Started!”. Now build and test the changes Our First Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 23. Demo - Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies SELECTING A NEW PROJECT
  • 24. Selecting Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Framework Select Silverlight Template
  • 25. How to Host Silverlight application? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 26. Skeleton of Silverlight application? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 27. Creating a XAML Page Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 28. Creating a XAML Page Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 29. Start writing code Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 30. Navigate to Event handler Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 31. Writing a code Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 32. Building application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
  • 33. ‘ xap’ file Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies After building application, check ClientBin, there is a new application with ‘xap’ extension
  • 34. Running Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Running page host a silverlight application
  • 35. Thank you Hyderabad Techies Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies

Editor's Notes

  • #2: Silverlight Basics : Provided by HyderabadTechies©2009
  • #3: Gaurav Arora has his blog at : http://stuff4mdesktop.blogspot.com
  • #4: Gaurav Arora is webmaster of : http://dotnetspider.com/about, http://silverlightclub.com/about
  • #24: STEP-I : Selecting a new project
  • #25: STEP-II : Choosing Silverlight Application
  • #26: STEP-III : How to Host Silverlight Application?
  • #27: STEP-IV : Skeleton of Silverlight Application?
  • #28: STEP-V : Creating a XAML Page
  • #29: STEP-V (a): XAML Code
  • #30: STEP-V : Start Writing Code
  • #31: STEP-VI : Navigate to Event Handler
  • #32: STEP-VII : Writing a piece of Code in the handler
  • #33: STEP-VIII : Building application
  • #34: STEP-IX : Getting new ‘xap’ file
  • #35: STEP-X : Running application