See how to maximize your
business potential with Microsoft solutions. This series of
presentations by Jeff Prosise of Wintellect introduces you to many of
the new features of ASP.NET 2.0.
Web Forms
Web
Forms - Web forms are the atoms from which ASP.NET Web pages are built.
This module introduces the Web forms programming model and acquaints
developers with some of the Web controls featured in ASP.NET.. View 110 KB StreamView 300KB Stream
State Management
State
Management - ASP.NET 2.0 provides a variety of mechanisms for building
stateful Web applications. This module introduces them all: view state,
application cache, session state, profiles, and cookies. View 110 KB StreamView 300KB Stream
Security
Security
- This module introduces the essentials of ASP.NET security with an
emphasis on forms authentication, the membership and role management
services, and login controls. View 110 KB StreamView 300KB Stream
Master Pages and Site Navigation
Master
Pages and Navigation - This module introduces developers to master
pages, which are templates that provide content to other pages, and to
the data-driven site navigation tools featured in ASP.NET 2.0. View 110 KB StreamView 300KB Stream
Data Access
Data
Access - New controls in ASP.NET 2.0 enable developers to build
sophisticated, data-driven Web pages with little or no code. This
module introduces developers to data-driven content, ASP.NET-style. View 110 KB StreamView 300KB Stream
Application Infrastructure
Application
Infrastructure - Pages alone do not a Web site make. This module
introduces other essential elements of ASP.NET applications, including
Web.config, Global.asax, components, and resources. View 110 KB StreamView 300KB Stream
This video series is designed
specifically for individuals who are interested in learning the basics
of how to create dynamic Web applications using ASP.NET 2.0 and Visual
Web Developer 2005 Express Edition in either Visual Basic or C#.
Lesson 01: Getting Started with Visual Web Developer 2005 Express Edition
In this lesson, you will begin
to get familiar with Visual Web Developer (VWD), and look at the
workflow involved in using VWD to build dynamic ASP.NET Web sites.
In this lesson, you will
explore the various ASP.NET 2.0 server controls available in Visual Web
Developer. In addition, you will begin to get familiar with the windows
in VWD.
In this lesson, you will see
how to maintain state in your ASP.NET, including the various objects
you can use to store information for your ASP.NET 2.0 applications.
In this lesson, you will learn
about the GridView and FormView controls and how you can use some of
the features of these controls to make editing and displaying of
database content easier.
Lesson 09: Securing your Web site with Membership and Login Controls
In this lesson, you will
explore the new membership capabilities of ASP.NET 2.0. In addition,
you will learn about role-based security, and how you can use roles to
control access to your Web site.
Lesson 10: Configuring, Building and Deploying a Web site
In this lesson, you will see
what is required to make your ASP.NET applications available to
everyone. This includes configuring, building and deploying your Web
site.