ASP.NET Using Visual Basic 2010, Part 8 of 9
Interactive

ASP.NET Using Visual Basic 2010, Part 8 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 Basic/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.


Prerequisites

This course assumes that students have already been introduced to Visual Studio 2008 or 2010 and Visual Basic, and have a basic understanding of the .NET Framework. Some prior experience with Web development will also be helpful.


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

150 Minutes

Time to complete

210 Minutes

Course Outline

Module 20

Advanced Caching (28:50)

  • Introduction (01:19)
  • Declarative Output Caching (00:46)
  • Demo: Declarative Output (02:39)
  • Advanced Caching Features (02:18)
  • Test Caching in VS (01:21)
  • Programmatic Page Caching (00:33)
  • Setting Cacheability (02:14)
  • Demo: Set Cacheability (01:58)
  • Vary by Parameters, Headers... (00:48)
  • Demo: Vary by Parameters (01:02)
  • Additional Options (01:04)
  • Caching Data (01:21)
  • Using Cache.Add / Cache.Insert (00:54)
  • Controlling Expiration (01:25)
  • Item Expiration Notification (00:49)
  • Demo: Dependencies (07:41)
  • Summary (00:32)

Data Caching (20:57)

  • Introduction (01:14)
  • SqlCacheDependency Object (01:30)
  • Demo: Poll Changes to a Table (05:40)
  • Steps for Poll-Based Caching (00:50)
  • Data Source Controls (00:28)
  • Demo: Data Source Controls (01:56)
  • Source Control vs. Directive (01:03)
  • Polling on Query Results (01:10)
  • Demo: Polling on Query Results (03:07)
  • SQL Query Notifications (01:19)
  • Demo: Enable Notifications (02:07)
  • Summary (00:27)
Module 21

Repeater Control (22:44)

  • Introduction (00:42)
  • List-Bound Controls (00:30)
  • Data Binding (00:37)
  • Controls and Templates (00:49)
  • What About ListView? (00:32)
  • What About Templates? (01:28)
  • Using the Repeater Control (00:30)
  • Demo: Repeater Control (03:59)
  • Demo: Displaying Data (02:27)
  • Binding to Data (00:44)
  • Demo: Binding to Data (02:21)
  • Demo: CategoryDetail.aspx (03:06)
  • Repeater Control Events (01:45)
  • Demo: Item Command Event (02:07)
  • Summary (00:59)

DataList Control (20:04)

  • Introduction (00:51)
  • Creating a DataList Control (00:25)
  • DataList Templates (00:54)
  • Demo: DataList Example (01:46)
  • Formatting the DataList (00:41)
  • Demo: Format DataList Control (02:17)
  • Binding Data to the DataList (00:51)
  • Demo: Binding Data (01:00)
  • Demo: Editing Templates (01:01)
  • Demo: Select a Row (00:59)
  • Demo: Editing Data (03:28)
  • Demo: EditCommand Event (01:41)
  • Demo: CancelCommand Event (00:32)
  • Demo: UpdateCommand Event (02:27)
  • Summary (01:05)
Module 22

ListView Control (26:36)

  • Introduction (00:38)
  • Intro to ListView Control (01:19)
  • Demo: ASP.NET ListView (01:13)
  • Demo: Configuring ListView (02:16)
  • ListView Control Templates (03:24)
  • Demo: Look at ListView Templates (03:26)
  • Demo: Configure ListView Templates (02:22)
  • Grouping Items (00:33)
  • Demo: Grouping Items (05:42)
  • Modifying ListView Data (00:29)
  • Demo: Modifying ListView Data (04:30)
  • Summary (00:39)

Static Page to Listview (31:32)

  • Introduction (00:58)
  • Demo: Examining Static Page (02:11)
  • Demo: Modifying Page to Listview (01:53)
  • Demo: Adding LINQDataSource (02:43)
  • Demo: Enable Data Editing (03:25)
  • Sort Data in a Listview (00:42)
  • Demo: Sort Data in a Listview (02:03)
  • Adding Paging with DataPager (01:15)
  • Demo: Paging (05:30)
  • Demo: Next/Previous Page Field (02:12)
  • Display the Paging Location (00:44)
  • Demo: Display Paging Location (02:15)
  • PagerCommand Event (01:12)
  • Demo: PagerCommand Event (03:44)
  • Summary (00:39)
;