Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to ASP.NET Parts 1 & 2

Similar presentations


Presentation on theme: "Introduction to ASP.NET Parts 1 & 2"— Presentation transcript:

1 Introduction to ASP.NET Parts 1 & 2
7/2/2019 3:41 PM Introduction to ASP.NET Parts 1 & 2 Scott Guthrie Web Platform and Tools Team Microsoft Corporation Blog: © 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:
7/2/2019 3:41 PM Agenda Tons of ASP.NET and Web stuff – 2+ talks worth 20 minutes of slides to start with Then Demos, Demos, Demos Demos: Visual Studio Cross Page Posting / Validation Data Controls SQL Output Caching Themes/Skins © 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 More Demos: Master Pages Site Navigation Security and Login
7/2/2019 3:41 PM Agenda More Demos: Master Pages Site Navigation Security and Login Role Management Profile System Web Part Personalization Localization Copy Web, Publishing & Administration © 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
7/2/2019 3:41 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
7/2/2019 3:41 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.

6 Provider Model Design Pattern
ASP.NET 2.0 Developer Stack 7/2/2019 3:41 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
7/2/2019 3:41 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
7/2/2019 3:41 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
7/2/2019 3:41 PM ASP.NET 2.0 “Control Buckets” (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 Visual Studio 2005 Vision 7/2/2019 3:41 PM Deliver integrated application lifecycle management End-to-end application development experience Personalized experience for every customer Hobbyists, Students, Enterprise Devs, Testers, Architects Deliver rich web development experience Optimized for the web and ASP.NET © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

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

12 Visual Studio 2005 “Personalized productivity”
7/2/2019 3:41 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.

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 © 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
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.

15 Web Development in Visual Studio Major Improvements for Whidbey
Intellisense Everywhere Code behind, Inline code, HTML, CSS, Web.config, XML Files, etc HTML Tag Navigator and Tag Outlining Easily view, navigate + explore complex pages XHTML Support w/ Pluggable Validation Engine Real-time validation intellisense as you type HTML Validation driven intelisense for client-side script Section WCAG Accessibility Compliance Checker Source compliance checker for HTML/ASP.NET Controls © 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
Rich HTML Designer Enhancements Enhanced Table Editing and Creation Clean CSS Style Generation for XHTML Compliance © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

17 Web Development in Visual Studio Major Improvements for Whidbey
Rich HTML Designer Enhancements Enhanced Table Editing and Creation Clean CSS Style Generation for XHTML Compliance Rich Master Page Design-Time Support Full WYSIWYG Editing Support © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

18 Web Development in Visual Studio Major Improvements for Whidbey
Rich HTML Designer Enhancements Enhanced Table Editing and Creation Clean CSS Style Generation for XHTML Compliance Rich Master Page Design-Time Support Full WYSIWYG Editing Support Enhanced ASP.NET Code-Behind Page Editing Cleaner and more OO code editing support Removes brittleness of current tool wire-up ASP.NET Single File Page Editing Support Full intellisense and debugging support © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

19 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.

20 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.

21 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.

22 Visual Studio 2005 and ASP.NET 2.0 in Action
7/2/2019 3:41 PM 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.

23 Summary Major advances coming with ASP.NET 2.0 Friction free upgrade
7/2/2019 3:41 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.

24 7/2/2019 3:41 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 Parts 1 & 2"

Similar presentations


Ads by Google