Laying the groundwork for the next generation of Internet applications Dan Fay Microsoft Research University Relations.

Slides:



Advertisements
Similar presentations
What is.Net Gary Devendorf. .Net Framework.Net framework works like the Domino Objects only much lower level and very complete It is part of the OS (or.
Advertisements

Introduction to .NET Framework
.NET Framework Overview
Tahir Nawaz Introduction to.NET Framework. .NET – What Is It? Software platform Language neutral In other words:.NET is not a language (Runtime and a.
SSCLI: The Microsoft Shared Source CLI Implementation Mark Lewin Microsoft Research
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Introduction to.NET What is.NET?  A vision Web sites will be joined by Web services New smart devices will join the PC User interfaces will become more.
Introduction. What is.Net? The hype: “Microsoft.Net is a set of Microsoft software technologies for connecting information, people, systems, and devices.
.Net Overview Giuseppe Attardi Università di Pisa.
Microsoft.Net Technology Sachin Shetty Vimal Amin Thomas Mullasaril Vinutna Pulavarti Software Engineering CS616 Instructor:Dr.Tappert.
Overview of the.NET Framework. What is the.NET Framework A new computing platform designed to simplify application development A consistent object-oriented.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Module 1: Overview of the Microsoft.NET Framework.
J2EE vs..NET Nigam Patel. Topics Background –Web Services, J2EE and.NET Similarities Differences Conclusion –Pros and Con (J2EE and.NET)
.net Microsofts ’ Platform for Web Services Naveed Arshad.
An Overview of.NET Gavin King.NET Developer Group Microsoft Ltd
DotNET A Developer’s Perspective Mike Litzkow University of Wisconsin - MadisonOne.
Platforms and tools for Web Services and Mobile Applications Introduction to.Net Bent Thomsen Aalborg University 3rd and 4th of June 2004.
Intro to dot Net Dr. John Abraham UTPA – Fall 09 CSCI 3327.
Rajeswari Indupuri Introduction to.NET Framework.
Introduction to.NET. Getting Started Isn’t.NET development expensive? If.NET was important then we would learn about it at University.NET is proprietary.
.NET, and Service Gateways Group members: Andre Tran, Priyanka Gangishetty, Irena Mao, Wileen Chiu.
A Free sample background from © 2001 By Default!Slide 1.NET Overview BY: Pinkesh Desai.
Overview of.NET Framework Carlotta Eaton Associate Professor of IST New River Community College Dublin, VA Slides created by Microsoft Modified by Carlotta.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
A Scalable Application Architecture for composing News Portals on the Internet Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta Famagusta.
IBSS Inc (International Business Software Solutions Inc.) Microsoft.NET.
ASP.NET The.NET Framework. The.NET Framework is Microsoft’s distributed run-time environment for creating, deploying, and using applications over the.
1 8/29/05CS360 Windows Programming Professor Shereen Khoja.
Copyright © 2001 by iigo, Inc. Introduction To.NET Dallas.NET User Group April 4, 2001.
Introduction to Visual Studio.NET Pradeep K. Shah
Introduction to.NET Framework. .NET – What Is It? Software platform Language neutral In other words:.NET is not a language (Runtime and a library for.
Introduction to .NET Rui Ye.
CIS 375—Web App Dev II Microsoft’s.NET. 2 Introduction to.NET Steve Ballmer (January 2000): Steve Ballmer "Delivering an Internet-based platform of Next.
C# Overview and Features. Content I.History of C# II.Architecture III.How to install IV.Features V.Code Sample VI.Microsoft.NET Platform VII.Why use C#
CS795/895: Introduction. Topics Distributed Systems –Availability –Performance –Web Services Security –Authentication –Authorization –Confidentiality.
.NET Language Supports. .NET Language Support Operating System Common Language Runtime Base Class Library ADO.NET and XML ASP.NET Web Forms Web Services.
.Net Framework Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
.NET Framework Danish Sami UG Lead.NetFoundry
Introduction to VB.Net. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated.
.Net – The First Glance What Is.Net, Why Use.Net.
Rajiv and Shipra Introduction to.NET (asp.net,c#,vb)
tom perkins1 XML Web Services -.NET FRAMEWORK – Part 1 CHAPTER 1.1 – 1.3.
Introducing ASP.NET 2.0. Internet Technologies WWW Architecture Web Server Client Server Request Response Network HTTP TCP/IP PC/Mac/Unix + Browser (IE,
Microsoft.NET Norman White Stern School of Business.
Technology and Computing Curricula Mythreyee Ganapathy University Relations Manager - India Microsoft Research.
Microsoft.NET; A vision for the next generation of XML Web Services. Steven Adler Product Manager Microsoft EMEA.
Intro to dot Net Dr. John Abraham UTPA CSCI 3327.
Module 1: Overview of the Microsoft .NET Framework
PRIOR TO WEB SERVICES THE OTHER TECHNOLOGIES ARE:.
The .NET Framework - Technology in Education
ASP.NET (Active Server Page) SNU OOPSLA Lab. October 2005.
Microsoft .NET A platform that can be used for building and running windows and web applications such that the software is platform and device-independent.
Introduction to.NET Building.NET Applications Mike Taulty Developer & Platform Group Microsoft Ltd
Text Introduction to.NET Framework. CONFIDENTIAL Agenda .NET Training – Purpose  What is.NET?  Why.NET?  Advantages  Architecture  Components: CLR,
Intro to ASP.NET CS-422 Dick Steflik. What is.NET As applications in the Enterprise become more and more netcentric and less and less standalone.NET is.
Introduction to the Microsoft.NET Framework Chris Wastchak Student Ambassador to Microsoft.
Introduction to .NET Framework
Introducing the Microsoft® .NET Framework
.NET Omid Darroudi.
Introduction to .NET Manuel Costa
Visual Studio Tools for Office 2005
Application Foundation
.NET and .NET Core 2. .NET Runtimes Pan Wuming 2017.
.NET and .NET Core: Languages, Cloud, Mobile and AI
Web Development Using ASP .NET
Introduction to .NET By : Mr. V. D. Panchal Content :
Introduction to .NET Framework
Microsoft .NET Presentation
.NET Framework Design Goals
Presentation transcript:

Laying the groundwork for the next generation of Internet applications Dan Fay Microsoft Research University Relations

What is.NET? A domain name extension? A domain name extension? A Brand? A Brand?.net = C#?.net = C#? A vision? A vision? Set of technologies? Set of technologies?

Agenda Evolution Evolution Web Services Web Services.NET Vision.NET Vision.NET Platform Architecture.NET Platform Architecture  Common Language Runtime  ASP.NET .NET Compact Framework

Evolution of the Internet 1 st Generation: 1994 – st Generation: 1994 – 1996  Infrastructure  Static Pages   Browsers, Web Servers 2 nd Generation: 1996 – nd Generation: 1996 – 2000  Dynamic Pages  Personalization, e-commerce  Applets, Databases

The Future of the Internet 3 rd Generation 3 rd Generation  Beyond Browsing  Integration of Internet  Web Services  XML

The.NET Evolution Before COM, CORBA, etc applications were completely separate entities with little or no integration Applicatio n Code and data structures

The.NET Evolution COM provides a way for components to integrate. However, each component must provide the “plumbing” and objects cannot directly interact.

The.NET Evolution With the.NET Framework common language runtime, components are built on a common substrate. No “plumbing” is needed; objects can directly interact

Microsoft.NET Move towards a service oriented business model Move towards a service oriented business model Provides a platform and tools for service providers Provides a platform and tools for service providers Integrate and connect many different kinds of devices over Internet Integrate and connect many different kinds of devices over Internet

Microsoft’s Vision People will use many different kinds of devices People will use many different kinds of devices Information will be accessible from anywhere Information will be accessible from anywhere Information will stay in digital form Information will stay in digital form Companies will offer services via the web Companies will offer services via the web

Open Standards.NET is based on open Internet standards.NET is based on open Internet standards  HTTP, HTML, XML, SOAP, WSDL WWW Consortium.NET itself is an open standard.NET itself is an open standard  ECMA  ECMA “Common Language Infrastructure” All core.NET Framework Protocols, Formats, & Interfaces  ECMA 334 – C# Language Specification UDDI: Directory for web services UDDI: Directory for web services Co-Sponsors with Microsoft - HP, Intel, IBM, Ariba… Co-Sponsors with Microsoft - HP, Intel, IBM, Ariba…

Shared Source Implementation of the CLI (ROtOR) source and binaries source and binaries ref implementation of ECMA specs ref implementation of ECMA specs includes C# & JScript compilers includes C# & JScript compilers subset of the V1.Net Frameworks subset of the V1.Net Frameworks on both Windows and FreeBSD on both Windows and FreeBSD intended for teaching and research intended for teaching and research liberal license, no tainting liberal license, no tainting available first half of 2002 available first half of 2002

The Web Services Revolution A New Programming Paradigm Integration Is Intrinsic Integration Is Intrinsic  An industry initiative  Based on cross-platform standards  Data and services Software As A Service Software As A Service  Operate locally or hosted  Programmability  Any place, any time, any device

Database Web Service

WebApplication.NET Applications WebService XML “Building Block Services” HTML Client XML Client XML WebService XML WebService XML XML

UniversityPortal.NET Applications SearchService XML “Building Block Services” HTML Client XML Client XML CourseCatalog XML StudentData XML XML

Moving to Web Services SmarterBrowsers SmarterClients Smarter Devices Open Internet Communications Protocols (HTTP, XML, SOAP, UDDI) Richer, More Productive User Experience Applications Leverage Globally-Available Federated Web Services Applications Become Programmable Web Services Other Services Services Servers Data, Hosts Building Block Services University IT Services Public Web Services OS Services Biz Tier Logic Biz Logic & Web Service OS Services

SOAP Web Service consumers can send and receive messages using SOAP Web Service consumers can send and receive messages using SOAP Web Services Description Language Web Services are defined in terms of the formats and ordering of messages Web Services are defined in terms of the formats and ordering of messages UDDI You can ask a site or device for a description of its Web Services, or use a directory service such as UDDI You can ask a site or device for a description of its Web Services, or use a directory service such as UDDI All these capabilities are built using open Internet protocols All these capabilities are built using open Internet protocols XML, HTTP What is a Web Service? Open Internet Protocols Web Service A programmable application component accessible via standard Internet protocols

XML Web Services Foundation Simple, Open, Broad Industry Support Publish, Find, Use Services: UDDI Service Interactions: SOAP Universal Data Format: XML Ubiquitous Communications: Internet

Creating Web Services ASP.NET ASP.NET  Easiest way to create web services SOAP Toolkit V2 (VS6) – MSDN SOAP Toolkit V2 (VS6) – MSDN  SOAP Toolkits for SOAP Toolkits for  Apache  XMethods  …

Web Services Example Services Example Services  MIT –  TerraServer – terraservice.net terraservice.net List of Web Services List of Web Services      Web Services Competition Web Services Competition

Building On An XML Foundation

Benefits Of XML Foundation User: Beyond browsing  Access and act on information  Greater control, better decision-making, easier collaboration  Optimal support for different devices Business: Integration by design  Best-of-breed internally and externally  Business processes and partners  Agility to run, adapt business better Industry: New opportunities  Don’t have to do it all yourself  Make your value easier to consume  “Plug and play” business relationships

Tools Enterprise Servers Devices Building Block Services

Tools.NET Framework Visual Studio.NET Enterprise Servers Devices.NET Compact FW.NET Foundation Services IdentityNotificationStorage

Microsoft.NET A Software Platform for XML Web Services Bring distributed computing to the Internet Bring distributed computing to the Internet Spans clients, servers and services Spans clients, servers and services Consistent programming model Consistent programming model Interoperable via XML Web Services Interoperable via XML Web Services Key capabilities Key capabilities  Deliver software as a service  Integration becomes intrinsic  Enable smart, service-aware systems  New, richer user experiences The.NET Framework is the programming-model substrate for the.NET vision The.NET Framework is the programming-model substrate for the.NET vision

.NET Framework Unified programming model Unified programming model  Delivers XML Web Services  Spans clients, servers, services Improved developer productivity Improved developer productivity  Design time support  Focus on business logic, not plumbing Simplified deployment and maintenance Simplified deployment and maintenance Great performance Great performance Intense focus on security Intense focus on security

Operating System Common Language Runtime (CLR) Inside the.NET Framework Base Framework Data and XML Web ServicesUser Interface VBC++C# ASP.NET J#Python… Secure, integrated class libraries Unifies programming models across languages Enables cross-language integration Factored for extensibility Designed for tools Secure, integrated class libraries Unifies programming models across languages Enables cross-language integration Factored for extensibility Designed for tools Common Language Runtime Executes code, maintains security, handles component “plumbing” and dependencies Common Language Runtime Executes code, maintains security, handles component “plumbing” and dependencies ASP.NET High-productivity environment for building and running Web services ASP.NET High-productivity environment for building and running Web services

Common Language Runtime Manages running code Manages running code  Threading  Memory management Fine-grained evidence-based security Fine-grained evidence-based security  Code access security  Role-based security  Integrated with underlying OS No-touch deployment No-touch deployment Object remoting with SOAP Object remoting with SOAP Communication Protocols XML, SOAP, HTTP, HTML.NET Framework Visual Studio.NET

Runtime Benefits Eliminates memory management drudgery Eliminates memory management drudgery Kills entire classes of bugs (e.g., memory corruption, ref counting) Kills entire classes of bugs (e.g., memory corruption, ref counting) Security model ensures safety Security model ensures safety XCOPY deployment, no registry required XCOPY deployment, no registry required Auto-versioning, no more DLL Hell Auto-versioning, no more DLL Hell Scalability, performance, reliability all improve Scalability, performance, reliability all improve

One Runtime For All Languages CLR is an open standard CLR is an open standard Any language can make use of CLR services Any language can make use of CLR services Any language can use classes written in any other language (consumer) Any language can use classes written in any other language (consumer) Any language can (code) inherit classes written in any other language (extender) Any language can (code) inherit classes written in any other language (extender) A language can become a provider A language can become a provider

AdaAPL Basic (Visual Basic) C#CC++COBOL Component Pascal (Queensland Univ of Tech) ECMAScript (JScript) Eiffel ( Monash University) Haskell (Utrecht University) Java Language Current List of Languages lcc (MS Research Redmond) Mondrian (Utrecht) ML (MS Research Cambridge) Mercury (Melbourne U.) Oberon (Zurich University) Oz ( Univ of Saarlandes) PerlPython Scheme (Northwestern U.) SmallTalk

string s = "authors"; SqlCommand cmd = new SqlCommand("select * from "+s, sqlconn); cmd.ExecuteReader(); C# Dim s as String s = "authors" Dim cmd As New SqlCommand("select * from " & s, sqlconn) cmd.ExecuteReader() VB.NET Broad Language Support C++ String *s = S"authors"; SqlCommand cmd = new SqlCommand(String::Concat(S"select * from ", s), sqlconn); cmd.ExecuteReader();

Broad Language Support J# String s = "authors"; SqlCommand cmd = new SqlCommand("select * from "+s, sqlconn); cmd.ExecuteReader();

String *s = S"authors"; SqlCommand cmd = new SqlCommand(String::Concat(S"select * from ", s), sqlconn); cmd.ExecuteReader(); Perl s = "authors" cmd =SqlCommand("select * from " + s, sqlconn) cmd.ExecuteReader() Python var s = "authors" var cmd = new SqlCommand("select * from " + s, sqlconn) cmd.ExecuteReader() JScript Broad Language Support

ENVIRONMENT DIVISION. CONFIGURATION SECTION. REPOSITORY. CLASS SqlCommand AS "System.Data.SqlClient.SqlCommand" CLASS SqlConnection AS "System.Data.SqlClient.SqlConnection". DATA DIVISION. WORKING-STORAGE SECTION. 01 str PIC X(50). 01 cmd-string PIC X(50). 01 cmd OBJECT REFERENCE SqlCommand. 01 sqlconn OBJECT REFERENCE SqlConnection. PROCEDURE DIVISION. *> Establish the SQL connection here somewhere. MOVE "authors" TO str. STRING "select * from " DELIMITED BY SIZE, str DELIMITED BY " " INTO cmd-string. INVOKE SqlCommand "NEW" USING BY VALUE cmd-string sqlconn RETURNING cmd. INVOKE cmd "ExecuteReader".Cobol Broad Language Support

assembly_external(name="System.Data.SqlClient.SqlCommand") sqlcmdcharacter*10 xsqlcmd Cmd x='authors' cmd = sqlcmd("select * from "//x, sqlconn) call cmd.ExecuteReader() end Fortran DclFld MyInstObj Type( System.Data.SqlClient.SqlCommand ) DclFld s Type( *string ) s = "authors" MyInstObj = New System.Data.SqlClient.SqlCommand("select * from "+s, sqlconn) MyInstObj.ExecuteReader() RPG Broad Language Support

|s| := 'authors'. |cmd| := SqlCommand('select * from '+s, sqlconn). cmd.ExecuteReader(). Smalltalk APL s ← String.New ‘authors’ cmd ← SqlCommand.New (‘select * from ‘,s.ToString σ ) sqlconn cmd.ExecuteReader

(let* ( (s "authors") (cmd (new-SqlCommand (string-append "select * from " s) sqlconn))) (execute-command cmd)) Scheme ExecuteReader = invoke System.Data.SqlClient.ExecuteReader(); SqlCommand = create System.Data.SqlClient.SqlCommand(String,\ System.Data.SqlClient.SqlConnection); query = sqlconn -> let{ s = "authors"; } in { cmd <- SqlCommand ("select * from "+s, sqlconn); cmd # ExecuteReader(); }; Mondrian local s: STRING cmd: SQLCOMMAND do s := "authors" create cmd("select * from " + s, sqlconn) cmd.ExecuteReader() end Eiffel Broad Language Support

Compiler Assembly Common Language Runtime DEVELOPMENT C#J#VBCobol… MSILMetadataResources public static void Main(String[] args ) { String usr; FileStream f; StreamWriter w; try { usr=Environment.GetEnvironmentVariable("USERNAME"); f=new FileStream(“C:\\test.txt",FileMode.Create); w=new StreamWriter(f); w.WriteLine(usr); w.Close(); } catch (Exception e){ Console.WriteLine("Exception:"+e.ToString()); } public static void Main(String[] args ) { String usr; FileStream f; StreamWriter w; try { usr=Environment.GetEnvironmentVariable("USERNAME"); f=new FileStream(“C:\\test.txt",FileMode.Create); w=new StreamWriter(f); w.WriteLine(usr); w.Close(); } catch (Exception e){ Console.WriteLine("Exception:"+e.ToString()); } Source code

Compiler AssemblyDEVELOPMENTC#J#VBCobol… MSILMetadataResources public static void Main(String[] args ) { String usr; FileStream f; StreamWriter w; try { usr=Environment.GetEnvironmentVariable("USERNAME"); f=new FileStream(“C:\\test.txt",FileMode.Create); w=new StreamWriter(f); w.WriteLine(usr); w.Close(); } catch (Exception e){ Console.WriteLine("Exception:"+e.ToString()); } public static void Main(String[] args ) { String usr; FileStream f; StreamWriter w; try { usr=Environment.GetEnvironmentVariable("USERNAME"); f=new FileStream(“C:\\test.txt",FileMode.Create); w=new StreamWriter(f); w.WriteLine(usr); w.Close(); } catch (Exception e){ Console.WriteLine("Exception:"+e.ToString()); } Source code Application Directory Global Assembly Cache (GAC) Common Language Runtime AssemblyDEVELOPMENTDEPLOYMENT SetupCopyBrowser Download Cache Install

Debug Engine IL to Native Compiler Application Directory SetupCopyBrowser Download Cache Global Assembly Cache (GAC) Assembly on Target Machine Common Language Runtime AssemblyDEVELOPMENTDEPLOYMENT Install EXECUTION AssemblyLoader Security Class Loader Native.exe + GC table Code Manager Garbage Collection Exception Manager Thread Support COM Interop Policy <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="Nothing" Name="All_Code" Description="Code group grants no permissio ns and forms the root of the code group tree."> <IMembershipCondition clas s="AllMembershipCondition" version="1"/> <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust"

ASP.NET Web Service Demo

Same programming model Same programming model Same set of tools Same set of tools Same application architectures Same application architectures.NET For Devices rich client rich web

Rich Web Applications Visual Studio.NET Visual Studio.NET Mobile Internet Toolkit Mobile Internet Toolkit Over 75 device models Over 75 device models rich web code on server

Mobile Internet Toolkit Common Language Runtime Base Classes ASP.NET Windows Forms Web Forms Web Services Extends ASP.NET to mobile device web browsers Extends VS.NET to build mobile forms and controls Visual Studio.NET

Mobile Internet Toolkit Benefits Richest user experience Richest user experience  Adaptive mobile web applications  Leverage full browser capabilities  Customizable and extensible framework End-to-end integration End-to-end integration  Clients, Server and Services Best developer productivity Best developer productivity  Single code base  Great designer and emulator support

Rich Client Applications rich client code on device Today: eMbedded Visual Tools eMbedded Visual Tools New with.NET: Smart Device Extensions for Visual Studio.NET Smart Device Extensions for Visual Studio.NET.NET Compact Framework.NET Compact Framework

ASP.NET Web Forms Web Services Mobile Internet Toolkit Smart Device Extensions for Visual Studio.NET  VC#, VB.NET  Designers  RAD for devices Visual Studio.NET Common Language Runtime Base Class Library ADO.NET and XML WindowsForms.NET Compact Framework.NET Compact Framework  Lightweight architecture  Compatible feature subset  Broad availability Platform And Tools

.NET Compact Framework Benefits Richest user experience Richest user experience  Local intelligence and data  Online and offline  Leverage full capabilities of device End-to-end integration End-to-end integration  Clients, Server and Services Best developer productivity Best developer productivity  Languages, Tools, Platform  Skills transfer Scalable Architecture

Visual Studio.NET “Drag and Drop” Web application and services development “Drag and Drop” Web application and services development Fully supports.NET Framework Fully supports.NET Framework Multi-language support Multi-language support Open, extensible development environment Open, extensible development environment  Languages focus on compiler – not UI  Consistent set of tools across languages

Opportunities Students  Use C# or any.NET programming language  Create new Languages and Compilers Target CLR/IL  Create Peer-to-Peer Apps  Expose Web Sites via Web Services

Opportunities Research  Languages  Distributed Computing  Security  Mobile Devices/Ubiquitous Computing Curriculum  Intro to Programming  Compilers  Database  Software Engineering  Embedded Devices  others Courses Currently at:  Yale, Arizona, MIT, Indiana Univ, BU, Monash, ETH Zurich, etc.

Summary.NET Framework enables a new generation of distributed web applications and services.NET Framework enables a new generation of distributed web applications and services  A leap forward in developer productivity  Improved operations  Deep integration.NET is open.NET is open  Open protocols are the core building block  Standardization is a key tenet.NET is about all kinds of computing devices.NET is about all kinds of computing devices  Common framework, consistent paradigm  Apps and platform are portable, adaptable  Devices grow richer by adding secure code  Devices plug natively into Web Services

How do you get started? Get the.NET Framework SDK Get the.NET Framework SDK  Download from the Web Choose your Programming Language Choose your Programming Language Pick your favorite Dev Tool Pick your favorite Dev Tool  Visual Studio.NET  Notepad  Emacs  SlickEdit  UltraEdit Check out following sites Check out following sites  

Resources - W eb Sites – Community Site – ASP.NET NET Info Msdn.microsoft.com/netMsdn.microsoft.com/net -.NET Dev Site Msdn.microsoft.com/net -.NET Books – List of Web Services – Student Dev Site

Find Out More about.NET msdn.microsoft.com/NET msdn.microsoft.com/NET msdn.microsoft.com/NET  Download developer docs  Download.NET SDK  Download Visual Studio.NET (universal subscribers) News and Discussion Groups News and Discussion Groups  news://msnews.microsoft.com/microsoft.public.dotnet.academic news://msnews.microsoft.com/microsoft.public.dotnet.academic  MSDN Online articles:   Public Sample Applications: Public Sample Applications:  ASP.NET running live  ASP.NET with mobile controls Books – Books –

Dan Fay

Common Language Runtime Base Class Library ADO.NET and XML ASP.NET Web Forms Web Services Mobile Devices Windows Forms.NET Framework Communication ASP.NET Web Services ASP.NET Web Services  HTTP messages call methods  Simple deployment System.Remoting System.Remoting  Full object fidelity  Any transport or format System.Net System.Net  Full protocol stack  Lightweight for client, scalable on the server System.Messaging System.Messaging  Reliable, guaranteed delivery  Fully transacted

Common Language Runtime Base Class Library ADO.NET and XML ASP.NET Web Forms Web Services Mobile Devices Windows Forms.NET Framework Data ADO.NET ADO.NET  Fastest way to access SQL  Native XML support  Managed providers give stream-level access System.Xml System.Xml  Great support for XSLT 1.0, XPath 1.0, XSD 1.0, DOM2  Extensible architecture XSLT/XPath XSLT/XPath  Transforms on relational data  W3C compliant

Common Language Runtime Base Class Library ADO.NET and XML ASP.NET Web Forms Web Services Mobile Devices Windows Forms.NET Framework Presentation Windows Forms Windows Forms  Richest framework for Windows applications  Visual forms inheritance, automatic layout provide power and flexibility ASP.NET Web Forms ASP.NET Web Forms  Component based, event driven page architecture  Rich and reach requires no new code ASP.NET Mobile Internet Toolkit ASP.NET Mobile Internet Toolkit  Target broad range of mobile devices

Intermediate Language (IL) VBVC...Script IL Native Code “Econo”-JIT Compiler Standard JIT Compiler Native Code Install time Code Gen Common Language Runtime Assembly Language of CLR Code is never interpreted