ASP.NET Using Visual C# 2010, Part 6 of 9
Interactive

ASP.NET Using Visual C# 2010, Part 6 of 9

LearnNow Online
Updated Oct 25, 2018

Course description

In this course, you will learn how to use features of Visual Studio 2010 and Visual C# 2010 to build ASP.NET Web pages. You will gain an understanding of the architecture behind ASP.NET and how to use the various ASP.NET server controls. You will learn to create consistent web sites using Master Pages, add membership features and configure-deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using Site Navigation tools, debug .NET, and to display/edit data using ASP.NET and ADO.NET. In addition, you will learn about ASP.NET features, such as support for LINQ (Language Integrated Query), CSS tools, and will become familiar with the tracing features in Visual Studio that help you quickly troubleshoot issues. You will also learn how to work with ASP.NET Profile features, ASP.NET Web Parts, and how to take advantage of creating your own user-defined control. As you progress through the course you will learn about optimizing your sites, the ListView control, and so much more.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Meet the experts

Ken Getz

Ken Getz is a featured instructor for several of our Visual Studio courses. He is a Visual Basic and Visual C# expert and has been recognized multiple times as a Microsoft MVP. Ken is a seasoned instructor, successful consultant, and the author or co-author of several best-selling books. He is a frequent speaker at technical conferences like Tech-Ed, VSLive, and DevConnections and he has written for several of the industry's most-respected publications including Visual Studio Magazine, CoDe Magazine, and MSDN Magazine.

Don Kiely

Don Kiely is a featured instructor on many of our SQL Server and Visual Studio courses. He is a nationally recognized author, instructor, and consultant specializing in Microsoft technologies. Don has many years of teaching experience, is the author or co-author of several programming books, and has spoken at many industry conferences and user groups. In addition, Don is a consultant for a variety of companies that develop distributed applications for public and private organizations.

Video Runtime

190 Minutes

Time to complete

250 Minutes

Course Outline

Module 1

Intro to Membership (35:36)

  • Introduction (01:02)
  • Overview: Membership (01:31)
  • Membership Management (00:55)
  • Role Management (00:39)
  • Security Services Stack (01:13)
  • Where Does Data Go? (01:05)
  • Data Access Provider Model (00:39)
  • Prepare SQL Server (01:18)
  • Demo: Prepare SQL Server (02:54)
  • Set Up Configuration (00:18)
  • Web-Based Config Tool (00:30)
  • Demo: ASP.NET Config Tool (00:27)
  • Set a Provider (00:37)
  • Set Up Security (01:14)
  • Create/Manage Roles (00:39)
  • Create/Manage User (01:50)
  • Examine web.config (02:09)
  • Examine aspnetdb.mdf (01:36)
  • Modify Provider Behavior (00:46)
  • Examine machine.config (06:23)
  • Role Support (00:14)
  • Role Manager (01:25)
  • Create/Manage Access Rules (01:25)
  • Test Access Rule (01:39)
  • Work with Cookies (02:05)
  • Summary (00:50)

Membership Controls (24:09)

  • Introduction (00:47)
  • Overview (01:42)
  • LoginStatus Control (01:10)
  • Login Control (00:29)
  • Demo: LoginStatus Control (01:08)
  • Demo: Login Control (04:21)
  • LoginView Control (00:48)
  • LoginName Control (00:22)
  • ChangePassword Control (00:32)
  • PasswordRecovery Control (00:34)
  • CreateUserWizard Control (00:37)
  • Demo: LoginView/LoginName (02:56)
  • Demo: ChangePassword Ctrl (01:51)
  • Demo: PasswordRecovery Ctrl (00:13)
  • Demo: Config Email Settings (03:32)
  • Demo: CreateUserWizard Ctrl (02:03)
  • Summary (00:56)

Membership API (22:01)

  • Introduction (00:53)
  • Overview: Membership API (00:49)
  • MembershipUser Class (01:09)
  • Demo: Work with Users (01:51)
  • Add New User (01:06)
  • Delete a User (00:15)
  • Change Pasword Info (00:40)
  • Find Users by Email (00:06)
  • Find Users by Name (00:07)
  • Reset Password (00:33)
  • Roles Class (01:25)
  • Demo: Work with Roles (01:30)
  • Get All Roles (01:24)
  • Add New Role (00:21)
  • Display All Roles (01:21)
  • Delete Roles (00:37)
  • Is User in Role (00:10)
  • Add User to Role (00:22)
  • Create Custom Provider (00:54)
  • Sample XML Provider (01:08)
  • Demo: Use Custom Provider (04:14)
  • Summary (00:56)
Module 2

Server Debugging (32:36)

  • Introduction (01:15)
  • Visual Debugger (01:08)
  • Demo: Configure Debugging (00:07)
  • Visual Studio Options (03:36)
  • Config Project-Level Debug (02:25)
  • Work with Breakpoints (03:07)
  • Breakpoints Window (00:36)
  • VS Stores Breakpoints (00:27)
  • Step through Code (02:28)
  • Debug Toolbar (01:52)
  • Customize Debug Toolbar (00:40)
  • Step Into/Step Over/Step Out (01:49)
  • DataTips and Visualizers (00:56)
  • Work With Data Tips (01:46)
  • Run to Cursor (00:48)
  • Work with Visualizers (02:08)
  • DataSet Visualizer (01:45)
  • Tracepoints (05:10)
  • Summary (00:25)

Debugging Windows (31:51)

  • Introduction (00:41)
  • Debugging Windows (00:49)
  • Locals Window (02:20)
  • Watch/Quick Watch Windows (02:41)
  • Call Stack/Threads Windows (04:09)
  • Debug Exceptions/Handle Errs (01:29)
  • The Exception Assistant (04:16)
  • Redirecting Users (01:26)
  • Custom Error Page (04:29)
  • aspxerrorpath query string (00:45)
  • Debug Stored Procedures (02:58)
  • Debug w/Database Project (01:08)
  • Work with Data Connections (04:07)
  • Summary (00:27)
Module 3

JavaScript Debugging (26:09)

  • Introduction (02:05)
  • Overview: Debugging (02:30)
  • Configure Script Debugging (01:11)
  • Demo: Config Script Debug (02:50)
  • Demo: Debugging (02:48)
  • Break Mode /Breakpoints (02:31)
  • Dynamic Debug Tab (01:08)
  • Data Visualizers (00:36)
  • Locals Window (01:45)
  • Immediate Window (00:51)
  • Breakpoints Saved (00:22)
  • Dynamic Resource Files (02:30)
  • Demo: Debug Menu Control (02:27)
  • Limits of Breakpoint Mapping (02:05)
  • Summary (00:24)

Custom Visualizers (17:41)

  • Introduction (01:12)
  • XML Visualizer (00:43)
  • Custom Data Visualizers (01:33)
  • Demo: Create a Visualizer (03:22)
  • Build Custom Visualizer (01:33)
  • Demo: Create Interface (00:35)
  • Code: Create Interface (05:35)
  • Implement Client Visualizer (02:24)
  • Summary (00:39)
;