It’s always better live. MSDN Events INTRODUCTION TO SILVERLIGHT prepared by Joe Nov 06 2007 INTRODUCTION TO SILVERLIGHT prepared by Joe Nov 06 2007.

Slides:



Advertisements
Similar presentations
Svetlin Nakov Director Training and Consulting Activities National Academy for Software Development (NASD) ASP.NET 3.5 New Features.
Advertisements

1 Unit 1: Introduction To.Net. 2 Introduction to.Net Integrated Development Environment (IDE) Languages in the.NET Framework The Common Language Runtime.
Testing Web Applications & Services Testing Web Applications & Web Services.
Microsoft SharePoint 2010 technology for Developers
FIRST LOOK AT “ORCAS” Scott Guthrie General Manager.NET Developer Platform.
Silverlight 2 CoreCLR Bringing the power of.NET to the net Andrew Pardoe, Common Language Runtime.
Pen Testing with Iron Andrew Wilson Trustwave SpiderLabs.
Building Your First Great Silverlight 2 Application Guy Burstein Microsoft Israel
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.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
The Microsoft’s solution for building cross-platform Rich Internet Applications.
Getting data into Silverlight on SharePoint Neil Iversen
.NET Framework V3.5+ & RESTful web services Mike Taulty Developer & Platform Group Microsoft Ltd
T.N.C.Venkata Rangan CMD, Vishwak Solutions Pvt. Ltd. Microsoft (MSDN) Regional Director, Chennai Microsoft MVP – Windows Live Platform Living with Heterogeneity.
Silverlight for Developers making it pass the glitz.
Ronnie Saurenmann Principal Architect Microsoft Switzerland
IronPython IronRuby
What’s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd
What’s new for Rich Clients? Martin Parry Developer & Platform Group Microsoft Ltd
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
A tour of Visual Studio 2008 and the.NET Framework v3.5 Daniel Moth Developer & Platform Group Microsoft
Creating and Running Your First C# Program Telerik Software Academy Telerik School Academy.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Computer science Languages, etc.. Overview For web-applications (HTML, JS) – Designing languages (HMTL, CSS) – Server Languages (PHP, ASP) – Extensions.
GPPC Connections 2011 | November 6-8 | Las Vegas, NV Dynamics GP12 Web Client Today and in the Future Kevin Racer, Sr. Program Manager.
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
Introduction to Silverlight By Alan Cobb 2008-Jan-10 Sacramento, CA
February 16, Aaron Cuffman Andy Nagle Adam Schultz Web Site.
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.
Introduction to .NET Rui Ye.
Lecture Set 1 Part B: Understanding Visual Studio and.NET – Structure and Terminology 1/16/ :04 PM.
Webinar presented by Erick Polsky 10/2/2012. What is.Net? Combines… Language Independence Memory Management Database Access Class Libraries Operating.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Lesley Bross, August 29, 2010 ArcGIS 10 add-in glossary.
Silverlight 2 has rich networking support SOAP/XML Web services via WCF proxies Untyped HTTP services (REST, RSS, ATOM) via HttpWebRequest and WebClient.
Microsoft Dynamics AX 2009 Integration and Development with the.NET Framework Introduction to the Course.
ASP.NET Web API. ASP.NET Members MS Open Source ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source ASP.NET MVC 4, ASP.NET.
The Web Architecture and ASP.NET. Slide 2 Review of the Web (1) It began with HTTP and HTML, which delivers static Web pages to browsers which would render.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
Dynamic Languages and the Web Jimmy Schementi Microsoft
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.
Silverlight 2 CoreCLR Andrew Pardoe Program Manager CLR Execution Engine
Visual Studio 2008 and.NET 3.5 provide seamless support for all of the protocols and techniques popular in Web 2.0-style applications. Visual Studio.
Ms. Expression Blend Intro Diliara Nasirova. WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Sascha P. Corti Microsoft
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
Microsoft ® Visual Studio.NET Presented by Joseph J. Sarna Jr., MCSD JJS Systems, LLC.
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
Silverlight 2 Andrew Pardoe Program Manager CLR Execution Engine
Seminar Microsoft Next Generation Windows Services: By Microsoft. Guide Presented By Mr. Sandeep Gaikwad
Contents : What is Silverlight? Silverlight Overview Silverlight Toolkit Overview Timeline & Packaging Silverlight V1.0 & V1.1 Properties of V1.0 Properties.
Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web.
What was new in VS Studio 2008 A bird eye view from the height of ft By: Shahzad Sarwar Software Architect Comsoft computer consultants.
Dynamic Languages Initiative Silverlight ASP.NET Web Services Summary.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
Сергей Лутай REFACTORING converts single-tier code into distributed RETARGETING converts MSIL code into code for other virtual.
Course Agenda Deep Dive into the Building Blocks and Services of the SharePoint Platform Module 1: Developing Advanced Workflow Scenarios in Office 365.
Programmiersprache Entwickeln mit Visual Basic.NET?
A Detailed Introduction To Visual Studio.NET CRB Tech ReviewsCRB Tech Reviews introduces you to the world of Visual.
Introduction to Silverlight Development Pavel Yosifovich CTO, Matrix Global; Senior Instructor, Hi-Tech College
Introduction ITEC 420.
Introducing the Microsoft® .NET Framework
Visual Studio Tools for Office 2005
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Silverlight Technology
Catching up on Rich Clients (round 2)
Windows Azure Keenan Newton 3-021
Visual Studio 2008 Mike Taulty Developer & Platform Group
Silverlight 2 Mike Taulty Developer & Platform Group Microsoft Ltd
Presentation transcript:

It’s always better live. MSDN Events INTRODUCTION TO SILVERLIGHT prepared by Joe Nov INTRODUCTION TO SILVERLIGHT prepared by Joe Nov

What Will We cover? Programming Silverlight Client-side C#/VB Dynamic Languages Silverlight and Connectivity HTTP Networking Web Services Silverlight Controls Extending XAML Control class

Level 300 Helpful Experience.NET languages (C#/VB) Dynamic languages (Python/Ruby) Web Services Basic understanding of Silverlight

Agenda Programming Silverlight with.NET Silverlight’s Dynamic Language Support Silverlight and Connectivity Custom Silverlight Controls

Programming Silverlight with.NET Significant client-side application logic Full.NET CLR (almost) Partial Framework Class Library Assembly runs in the client Familiar Development Framework Visual Studio Familiar.NET libraries and APIs

Agenda Programming Silverlight with.NET Silverlight’s Dynamic Language Support Silverlight and Connectivity Custom Silverlight Controls

Dynamic Language Runtime Better dynamic language support for.NET Shared dynamic type system Standard hosting model Fast dynamic code generation DLR on Silverlight Shared sandbox security model Browser integration Client-side code

Languages that target the DLR IronPython IronRuby Managed JavaScript Visual Basic DLR Console

Agenda Programming Silverlight with.NET Silverlight’s Dynamic Language Support Silverlight and Connectivity Custom Silverlight Controls

Silverlight and Connectivity HTTP Networking Uses browser’s networking stack BrowserHttpWebRequest XML Basic support for reading/writing XML XLINQ coming Web Services WCF services JSON serialization (SOAP coming)

Agenda Programming Silverlight with.NET Silverlight’s Dynamic Language Support Silverlight and Connectivity Custom Silverlight Controls

Extend the base Control class Public, parameter-less constructor Use XAML for the control presentation Expression Blend Control class initialized from XAML