Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to ASP.NET 2.0

Similar presentations


Presentation on theme: "Introduction to ASP.NET 2.0"— Presentation transcript:

1 Introduction to ASP.NET 2.0
5/29/2018 4:00 PM Introduction to ASP.NET 2.0 Robert Burke Microsoft Ireland Developer and Platform Group This talk and these slides are based on Scott Guthrie’s DEV313 and DEV314 talks from PDC2003. Kind thanks are due to Dave Webster and David Platt for their Dublin version of the talk, which, together with Scott’s original talk, formed the basis for my Belfast, Galway and Cork presentations. © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

2 Agenda Tons of ASP.NET and Web stuff – 2+ talks worth Demos in Part 1:
5/29/2018 4:00 PM Agenda Tons of ASP.NET and Web stuff – 2+ talks worth A few minutes of slides to start with Then Demos, Demos, Demos Demos in Part 1: Visual Studio Cross Page Posting Validation Groups Data Access SQL Output Caching © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

3 Agenda Demos in Part 2: Master Pages Site Navigation
5/29/2018 4:00 PM Agenda Demos in Part 2: Master Pages Site Navigation Security and Login Role Management Profile System Web Part Personalization Localization © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

4 Web Platform Themes Developer Productivity Extensible Platform
5/29/2018 4:00 PM Web Platform Themes Developer Productivity Dramatically reduce concepts, lines of code required Deliver an awesome Visual Studio Web tool experience Enable rich Web scenarios not possible today Extensible Platform Replace/extend all built-in features + services Customize for any enterprise environment Administration and Management Easiest platform to manage and administer Performance and Scalability The world’s fastest Web application server © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

5 ASP.NET 2.0 Developer Stack
5/29/2018 4:00 PM ASP.NET 2.0 Application Services APIs Membership Role Manager Personalization Site Navigation Database Caching Management When looking at the way Web developers worked we saw lots of common patterns. Things that they were doing everyday, as part of every Web application. We wanted to facilitate these scenarios nad make them easier, to increase developer productivity, performance, and code quality. In ASP.NET 2.0 we have built a set of ASP.NET Application Services that provide a lot of the core functionality these key scenarios require. For instance…. © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

6 Provider Model Design Pattern
ASP.NET 2.0 Developer Stack 5/29/2018 4:00 PM ASP.NET 2.0 Application Services APIs Membership Role Manager Personalization Site Navigation Database Caching Management Provider Model Design Pattern Providers Windows SQL Server Access MDB Custom © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

7 ASP.NET 2.0 Developer Stack
5/29/2018 4:00 PM ASP.NET 2.0 Application Services APIs Membership Role Manager Personalization Site Navigation Database Caching Management © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

8 ASP.NET 2.0 Developer Stack
5/29/2018 4:00 PM ASP.NET 2.0 “Page Framework” Features Master Pages Themes/Skins Adaptive UI Localization ASP.NET 2.0 Application Services APIs Membership Role Manager Personalization Site Navigation Database Caching Management © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

9 ASP.NET 2.0 Developer Stack
5/29/2018 4:00 PM ASP.NET 2.0 Controls (50+) Security Web Parts Data Navigation ASP.NET 2.0 “Page Framework” Features Master Pages Themes/Skins Adaptive UI Localization ASP.NET 2.0 Application Services APIs Membership Role Manager Personalization Site Navigation Database Caching Management © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

10 Expanding Visual Studio
Evaluate .NET Interact with students Learn how to program Build cool apps Hobbyists Enthusiasts Faculty Students

11 Visual Studio 2005 “Personalized productivity”
5/29/2018 4:00 PM Visual Studio 2005 “Personalized productivity” Testers Architects Enterprise Devs Consultants Professionals VB6 Devs Part-Timers Hobbyists Students Enthusiasts © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

12 Web Development in Visual Studio Major Improvements for Whidbey
FrontPage Server Extensions No Longer Required Now File System, IIS, FTP and FPSE Web Sites Directory Based Project System Model Edit any web anywhere (no project file required) Dramatic performance improvements with large web sites No longer required to build entire site into a single DLL Can now re-build just individual pages to test and run HTML Source Preservation Tool will never re-format or mangle your code © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

13 Web Development in Visual Studio Major Improvements for Whidbey
FrontPage Server Extensions No Longer Required Now File System, IIS, FTP and FPSE Web Sites Directory Based Project System Model Edit any web anywhere (no project file required) Dramatic performance improvements with large web sites No longer required to build entire site into a single DLL Can now re-build just individual pages to test and run HTML Source Preservation Tool will never re-format or mangle your code Flexible HTML Source Formatting Options Precisely control format of designer generated HTML Optionally re-format HTML to match your format rules © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

14 Web Development in Visual Studio Major Improvements for Whidbey
Built-in ASP.NET Web Server (no IIS required) Only allows local browser requests Automatic shutdown when VS IDE is closed © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

15 Web Development in Visual Studio Major Improvements for Whidbey
Built-in ASP.NET Web Server (no IIS required) Only allows local browser requests Automatic shutdown when VS IDE is closed Publish Web Easily synchronize/publish webs to remote servers © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

16 Web Development in Visual Studio Major Improvements for Whidbey
Built-in ASP.NET Web Server (no IIS required) Only allows local browser requests Automatic shutdown when VS IDE is closed Publish Web Easily synchronize/publish webs to remote servers Rich Data Design-Time Support WYSIWYG Data Access Layer Designer Functional and load testing of web applications Fully automate functionality tests for ASP.NET And much, much more…. © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

17 DEMO: Visual Studio 2005 and ASP.NET 2.0 in action
5/29/2018 4:00 PM DEMO: Visual Studio 2005 and ASP.NET 2.0 in action © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

18 Summary Demo Summary from Part 1: Visual Studio Cross Page Posting
5/29/2018 4:00 PM Summary Demo Summary from Part 1: Visual Studio Cross Page Posting Validation Groups Data Access SQL Output Caching © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

19 5/29/2018 4:00 PM Intermission © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

20 Agenda Demos in Part 2: Master Pages Site Navigation
5/29/2018 4:00 PM Agenda Demos in Part 2: Master Pages Site Navigation Security and Login Role Management Profile System Web Part Personalization Localization © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

21 Summary Demo Summary: Master Pages Site Navigation Security and Login
5/29/2018 4:00 PM Summary Demo Summary: Visual Studio Cross Page Posting Validation Groups Data Access SQL Output Caching Master Pages Site Navigation Security and Login Role Management Profile System Web Part Personalization Localization © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

22 Summary Major advances coming with ASP.NET 2.0 Friction free upgrade
5/29/2018 4:00 PM Summary Major advances coming with ASP.NET 2.0 Building web applications easier than ever before Platform to enable even richer customer experiences Friction free upgrade Will run on IIS5, IIS5.1 and IIS6.0 (no OS upgrade) More on migration from ASP.NET V1.1 later today Beta2 coming soon “Go Live” license available for early deployments Final release 2nd half of this year © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

23 5/29/2018 4:00 PM © 2004 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.


Download ppt "Introduction to ASP.NET 2.0"

Similar presentations


Ads by Google