Home  About Us   Contact  Search   Tell A Friend   Resources  dotnetVideos Store Register  Login  
  January 5, 2009  
telerik_dec08_sk2
Introduction1    

Page 2 of 2First   Previous   1  [2]  Next   Last   

Creating Data Access Layer:Step4-Inserting, Updating and Deleting DataThis step of the VIDEO TUTORIAL will emphasize on the two types of database patterns in manipulating the underlying data in a database table. They are database direct and batch update patterns, respectively. In the database direct pattern, the INSERT, UPDATE and DELETE commands are operated on a single record in a database table, where as the batch update pattern involves operating on entire dataset. For detailed information and source code for this step, please refer to the original article.

  View Video...

Creating Data Access Layer:Step5-Completing the Data Access Layer-Part IThese steps of the VIDEO TUTORIALS(Part I and Part II) will show on how to generate TableAdapters to the remaining tables of the Northwind database by using the dataset designer of Visual Studio.NET 2005 as well as generating various methods to the respective TableAdapters using TableAdapter Configuration Wizard. The tutorial will also familiarize the user on how to locate the code-behind file of the dataset designer and browse the code definitions of various methods that were generated using the Class View utility. This final step will conclude in generating a complete data access layer that will serve as one of the key tiers of our proposed 3-tier architecture of the ASP.NET 2.0 website. For detailed information and source code for this step, please refer to the original article.

  View Video...

Creating a Data Access Layer:Step5-Completing Data Access Layer-Part IIThese steps of the VIDEO TUTORIALS(Part I and Part II) will show on how to generate TableAdapters to the remaining tables of the Northwind database by using the dataset designer of Visual Studio.NET 2005 as well as generating various methods to the respective TableAdapters using TableAdapter Configuration Wizard. The tutorial will also familiarize the user on how to locate the code-behind file of the dataset designer and browse the code definitions of various methods that were generated using the Class View utility. In addition, concept of partial classes will also be introduced.This final step will conclude in generating a complete data access layer that will serve as one of the key tiers of our proposed 3-tier architecture of the ASP.NET 2.0 website. For detailed information and source code for this step, please refer to the original article.

  View Video...

telerik_dec08_target_sky1
  Copyright 2008 by dotnetvideos.net   Terms Of Use | Privacy Statement