The World’s Leading Microsoft .NET Magazine
   
 
realworldsa


Search this Blog

 








iPing-it!

---------------

---------------

Create Data Access Layer Using Repository Factory Guidance Package Screencast Part II Available

posted Friday, 14 September 2007

Overview from the site:

This screencast demonstrates using the Repository Factory Guidance Package to generate a data access layer for web and winform applications. Discusses differences between it and the older Data Access Guidance Package.

The screencast highlights:

  • Enable the Repository Factory Guidance Package
  • Add a Database Connection
  • Generate Business Entities from Tables in a Database
  • Generate Repository Classes for Business Entities
  • Generate CRUD Stored Procedures for each Table in the Database

Watch it here.

links: digg this    del.icio.us    technorati    reddit

AddThis Social Bookmark Button




1. Chirs left...
Monday, 4 February 2008 11:50 pm :: http://chrismay.org

Aside from being able to mock a repository, what is the benefit of using a repository for data access, as opposed to a normal data access layer?