140 likes | 447 Views
Introduction To ASP.NET 2.0. Tim Golisch Compuware Inc. Presentation Schedule. Introduction User Interface improvements Data Access improvements Security improvements Moving from 1.1 to 2.0 Getting Started. A Little Introduction. Me, me, me. Its all about me Where is ASP 2.0 now?
E N D
Introduction To ASP.NET 2.0 Tim Golisch Compuware Inc.
Presentation Schedule • Introduction • User Interface improvements • Data Access improvements • Security improvements • Moving from 1.1 to 2.0 • Getting Started
A Little Introduction • Me, me, me. Its all about me • Where is ASP 2.0 now? • Where is it going? • When will it arrive?
User InterfaceWeb Parts • Sound familiar? • Better than custom controls • User-customizable
User InterfaceMaster Pages • Site Design Templates At Last! • Master Page / Content Page • Nestable demo
User InterfaceThemes & Skins • Improvement on CSS • Themes • Skins • Doesn’t work in the IDE demo
User InterfaceGridView • Finally, a better data grid • All those features are built-in demo
Data AccessObjectDataSource • ColdFusion users, rejoice • Simpler demo
SecurityNew Architecture • (Finally) no more “roll your own” security • Information in any DB, auto-generated for you • Still directory / web.config based • Membership Provider, Role Provider
SecurityLogin Controls • The login control <asp:Login id=foo … /> • The PasswordRecovery control • The ChangePassword control • The CreateUserWizard control demo
SecurityWeb Site Administration Tool • A simpler way to administrate a single app • Easier than messing with web.config files • Change the settings used by the login controls demo
Moving From 1.1 to 2.0 • Not Incompatible • Start off slow • Plenty of Resources
Getting Started • Microsoft Virtual PC • http://msdn.microsoft.com/asp.net/beta2/ • http://www.asp.net/beta/
The End Thank You