Silverlight Hitesh Trivedi Computer Science B.Tech A-Sec J.I.E.T.

Slides:



Advertisements
Similar presentations
Change the Rules Silverlight 4 – Whats New? ( part 1 ) Mike Taulty, Microsoft UK
Advertisements

Silverlight Presenter: Kevin Grossnicklaus February 25 th, 2010.
Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
WPF vs Silverlight Stuart Haas. WPF  Windows Presentation Foundation  Included in Vista, Server 2008 and XP service pack 2  Deployed in desktop and.
1 Introduction to Silverlight 1.1 Mark Smith
Developing Rich Web Applications with Silverlight Mike Ormond Developer & Platform Group Microsoft Ltd
1 Visual Studio Enhancements. 2 Integrated Ajax Support Don’t need an Ajax-Enabled Template Automatic Extender Detection Add Extender Wizard.
1 1 Silverlight is a web browser plug-in. 2 2 There are two versions September 2007~October 2008 V2 is backwards compatible & where you’d start today.
Open Source Rich Internet Applications with Silverlight & Moonlight Joseph Hill Product Manager, Novell.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Windows Presetation Foundation (WPF) 1. Introduction.
Gustavo Cavalcanti tinyfit.com. About me... Programmer since mid-90s BS in Computer Science (Catholic University of Pernambuco, Brazil) MBA with emphasis.
Server-Side vs. Client-Side Scripting Languages
The Microsoft’s solution for building cross-platform Rich Internet Applications.
Active X Microsoft’s Answer to Dynamic Content Reference: Using Active X by Brian Farrar QUE
Mahender Sarangam Having close to 5 years of experience. Working as a Senior Software Engineer in United Health Group. Good Knowledge on C#, ASP.NET,
Michael S. Scherotter Microsoft Corporation
The Sixth Form College Farnborough Microsoft® Silverlight™ Jim Lyle Data Analyst The Sixth Form College Farnborough Presented at the Sixth Form Colleges’
© 2011 Delmar, Cengage Learning Chapter 11 Adding Media and Interactivity with Flash and Spry.
Computer science Languages, etc.. Overview For web-applications (HTML, JS) – Designing languages (HMTL, CSS) – Server Languages (PHP, ASP) – Extensions.
MVC New release IE8 Beta 1 Deep Zoom (sea dragon) Silver light 2.0 Beta 1 Expression Blend 2.5 Preview Instant Messaging API Enhancements to Virtual Earth.
2 A First Look at Windows Presentation Foundation Everywhere ("WPF/E") Joe Stegman Lead Program Manager Microsoft Corporation.
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
RIA & Adobe Flex Yunhui Fu 11/05/2008. What’s RIA RIA (Rich Internet Applications) –web applications which look and perform like desktop applications.
Introduction to Silverlight By Alan Cobb 2008-Jan-10 Sacramento, CA
Introduction to Silverlight. Slide 2 What is Silverlight? It’s part of a Microsoft Web platform called Rich Internet Applications (RIA) There is a service.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
Intro to Silverlight Kevin Grossnicklaus. Introductions Kevin Grossnicklaus – SSE - ( ) Chief Architect Software.
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
An Introduction to Silverlight Matt Harrington Developer Evangelist, Microsoft October 20, 2011.
Creating Web Applications Using ASP.NET Chapter Microsoft Visual Basic.NET: Reloaded 1.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Introduction to ASP.NET 1www.tech.findforinfo.com.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
Building RIA for Desktop, Web and Mobile using Silverlight and WPF Giorgio Sardo UX Consultant, Microsoft UK blogs.msdn.com/Giorgio.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Object Oriented Software Development 9. Creating Graphical User Interfaces.
The Microsoft Technical Roadshow 2007 Rich Client Development in XAML Mark Johnston Developer & Platform Group Microsoft Ltd
Microsoft Silverlight An Introduction. Silverlight is a cross-browser, cross-platform plug-in* * An auxiliary program that works with a software package.
Are you getting the benefits from ASP.NET and AJAX? Introduction to the CTC ASP.NET Webforms Generator.
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
Discover, Master, Influence1 Windows Presentation Foundation David Burela Senior Developer, Readify.
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
Silverlight for Web Hosting Companies Michael S. Scherotter Microsoft Corporation
Mike Taulty Developer & Platform Group Microsoft Ltd
Building Excellent Internet & Intranet Solutions Dave Remmer Architect Advisor Microsoft Canada
Contents : What is Silverlight? Silverlight Overview Silverlight Toolkit Overview Timeline & Packaging Silverlight V1.0 & V1.1 Properties of V1.0 Properties.
Ronnie Saurenmann Principal Architect Microsoft Switzerland Silverlight 5 Advanced.
Microsoft’s Rich Web Technology XAML,WPF and WPF/E July, 2006 John Allwright.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
Microsoft Silverlight An Introduction. Silverlight is a cross-browser, cross-platform plug-in* * An auxiliary program that works with a software package.
111 State Management Beginning ASP.NET in C# and VB Chapter 4 Pages
Technologies For Creating Rich Internet Applications Presenter's name
Introduction to Silverlight Development Pavel Yosifovich CTO, Matrix Global; Senior Instructor, Hi-Tech College
Introduction to Silverlight
Introduction to ArcGIS API for Microsoft Silverlight
WPF vs Silverlight.
Introduction to Silverlight
Introduction to Silverlight
.NET and .NET Core 7. XAML Pan Wuming 2017.
Social Media And Global Computing Introduction to Visual Studio
Silverlight Technology
Overview of Silverlight 2
Silverlight 2 Mike Taulty Developer & Platform Group Microsoft Ltd
ASP.NET Imran Rashid CTO at ManiWeber Technologies.
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
Presentation transcript:

Silverlight Hitesh Trivedi Computer Science B.Tech A-Sec J.I.E.T

Silverlight Introduction Another technology for creating RIAs Plug-in, similar to Flash Cross-platform, cross-browser, open standard Comfortable for desktop/server developers Program in C#/VB/Python/Ruby Can run out-of-browser too User interfaces are declared in Extensible Application Markup Language (XAML) Silverlight can also be used to create Windows Sidebar gadgets for Windows Vista

Silverlight Processing Model Silverlight works much like Javascript Gets loaded with the page (html or aspx). A parse tree that mirrors the Xaml is built and rendered Events, like the button click, are processed by bindings between a silverlight control (the button) and an event handler. This works just like Javascript events, with no postback to the server.

Version Evolution of Silverlight

Silverlight 1 Released in 2007 Developed under the codename Windows Presentation Foundation/Everywhere (WPF/E) A Silverlight 1.0 application hosted in Internet Explorer. Interactivity is provided by Silverlight, but user input controls are HTML controls overlaid on top of Silverlight content

Silverlight 2 Embeds Common Language Runtime (.NET)‏ –Silverlight Class Libraries –Subset of.NET Base Class Libraries with extra Silverlight Functionality –Silverlight Control Toolkit –TextBoxes, Buttons, DropDownLists, Calendars, DataGrids, etc A Silverlight 2 application hosted in Internet Explorer. Version 2 brings improved interactivity and support for some native.NET languages and development tools

Silverlight 3 Released July 9, Includes an increased number of controls Silverlight Toolkit navigation framework Supports (AAC) audio Supports H.264 video A Silverlight 3 application, with one instance running in Google Chrome as well as installed locally.

Silverlight 4 Web cam and microphone support. Printing support. Improved mouse support including right button support and mouse wheel support. New notification support to display messages to end users. New and enhanced controls such as a RichTextBox and an enhanced DataGrid control.

Silverlight 5 Supports GPU accelerated video decoding Built in 3D graphics support (not to be confused with stereoscopic 3D) Variable speed playback of media content with automatic audio pitch correction Improved power awareness Built in Remote-control support Supports faster application startup Provides 64-bit browser support. Delivers improved text clarity.

Moonlight It is a free and open source implementation of Microsoft's Silverlight for Linux and other Unix based operating systems, developed by the Mono Project Cross-Platform.NET implementation Runs Windows Forms and Gtk# Desktop Apps, as well as ASP.NET

Supporting Language-XAML Extensible Application Markup Language is a declarative XML-based language created by Microsoft Used as a user interface markup language XAML files can be created and edited with visual design tools such as Microsoft Expression Blend, Microsoft Visual Studio