Rajesh Lal ( connectrajesh@hotmail.com ) Microsoft Silverlight An Introduction 51PPT模板网 www.51pptmoban.com 搜集整理 Rajesh Lal ( connectrajesh@hotmail.com.

Slides:



Advertisements
Similar presentations
Workshop Servers (Server Software) Browsers Media Delivery Technologies: o Flash o QuickTime o Windows Media o Real. New Internet technology: XML XHTML.
Advertisements

Silverlight Presentation Mar 2008 PWC. Silverlight Introduction: Microsoft Silverlight is a cross-browser, cross- platform, and cross-device plug-in for.
Silverlight is a cross-browser, cross-platform plug-in* * An auxiliary program that works with a software package to enhance its capability. For example,
Presented By, Sripad Sarode
1 Introduction to Silverlight 1.1 Mark Smith
Developing Rich Web Applications with Silverlight Mike Ormond Developer & Platform Group Microsoft Ltd
Michael Koester Designer Marketing Manager The World of Expression.
1 Visual Studio Enhancements. 2 Integrated Ajax Support Don’t need an Ajax-Enabled Template Automatic Extender Detection Add Extender Wizard.
Introduction Rich Internet Applications OpenLaszlo as an RIA Examples Community Competitors OpenLaszlo Architecture OpenLaszlo XML Structure Dealing with.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Introduction & Welcome Marcus Perryman Mike Taulty
It’s always better live. MSDN Events Developing ASP.NET AJAX Controls with Silverlight.
Michael S. Scherotter Microsoft Corporation
A closer look Dynamic Webpages Jessica Meyerson March 1, 2011.
RIA Introduce Comparison among several technology.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
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.
Lesson 25: Multimedia with Macromedia Flash 8. Objectives Identify Shockwave-Flash (SWF) technology features and authoring software Add SWF animation.
Flash 8 - Pro Tech Talk Anthony Reisinger INSYS 441 Dr. Gus Prestera.
Silverlight Hitesh Trivedi Computer Science B.Tech A-Sec J.I.E.T.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
Microsoft Silverlight An Introduction. Silverlight is a cross-browser, cross-platform plug-in* * An auxiliary program that works with a software package.
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
New Features Overview. Agenda Silverlight - Intro Silverlight 3 New Features Overview with Demos, Demos and Demos… RIA Services Overview Demos, Demos,
Sascha P. Corti Microsoft
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
Flash for CFers An Introduction to Rich Internet Application Development.
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.
Ajax VS Flex A comparison based on shopping cart implementation PoHsu Yeh py2157.
1 Välkommen till Sommarkollo Windows Presentation Foundation Per Östman ISV Developer Evangelist
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
Microsoft’s Rich Web Technology XAML,WPF and WPF/E July, 2006 John Allwright.
Windows Presentation Foundation. User Experience: Recent Past Web HTML Sacrificed UX for portability, connectivity and simplicity 1997 – DHTML.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
Microsoft Silverlight An Introduction. Silverlight is a cross-browser, cross-platform plug-in* * An auxiliary program that works with a software package.
Introduction to Avalon Mike Taulty Microsoft Ltd
Introduction to Silverlight Development Pavel Yosifovich CTO, Matrix Global; Senior Instructor, Hi-Tech College
What mobile ads know about mobile users
JQuery Fundamentals Introduction Tutorial Videos
Scripting - Client-side vs. Server-side Scripting
Section 9.1 Section 9.2 Identify multimedia design guidelines
Rajesh Lal ( ) Microsoft Silverlight An Introduction Rajesh Lal ( )
Web Programming– UFCFB Lecture 8
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
WPF vs Silverlight.
Introduction to Silverlight
Professor Corinne Hoisington
Microsoft Silverlight
COM 205 Multimedia Applications
.NET and .NET Core 7. XAML Pan Wuming 2017.
Silverlight Technology
COM 205 Multimedia Applications
Overview of Silverlight 2
About Multimedia Files
Overview The World Wide Web has changed the way that people
Overview The World Wide Web has changed the way that people
Web Programming– UFCFB Lecture 8
Silverlight 2 Mike Taulty Developer & Platform Group Microsoft Ltd
Choosing between Silverlight and AJAX
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
Introduction to JavaScript & jQuery
Windows Presentation Foundation
Chapter Concepts Discuss Using Animation on the Web
A very basic introduction
Presentation transcript:

Rajesh Lal ( connectrajesh@hotmail.com ) Microsoft Silverlight An Introduction 51PPT模板网 www.51pptmoban.com 搜集整理 Rajesh Lal ( connectrajesh@hotmail.com )

Silverlight is a cross-browser, cross-platform plug-in* * An auxiliary program that works with a software package to enhance its capability. For example, plug-ins used in Photoshop to add a filter for some special effect. Other examples of Plug-ins are Macromedia Flash, Digital Video Express(Divx) Player plug-in, Windows Media Player etc.

Why it’s time for Silverlight Run on all popular browsers and OS Consistent experience irrespective of platform Supports AJAX methodology for rich Internet applications Includes compelling graphics, 2D vector & animation Streams video/audio and scales video quality from mobile device to 720 HDTV video modes Small download 4 MB

Programming Language XAML- core of Silverlight for Rich User interface ASP.NET AJAX C# JScript JavaScript IronRuby IronPython VBX XAML- core of Silverlight for Rich User interface All other - for programming logic

XAML / C #/ JavaScript Compile and Run Load, Parse, Display Button b1 = new Button(); b1.Content = "OK"; b1.Background = new SolidColorBrush(Colors.LightBlue); b1.Width = 100; Compile and Run <Button Width="100"> OK <Button.Background> LightBlue </Button.Background> </Button> Load, Parse, Display

Comparison with Flash

Silverlight Business Model Delivering media without going broke Video delivery trend

Silverlight Business Model Windows Media Services Why stream? Live Streaming Fast Streaming Logging Caching and Proxying

Creating a Silverlight application Index.htm Silverlight.js CreateSilverlight.js HelloWorld.XAML Bird.XAML Clock.XAML Code.js Stylesheet Web Page Included files XML Data Silverlight 1.0 – XAML + JavaScript COMPLETE DOM LEVEL 1 integration