Skip to Content
ASP.NET 4 Unleashed
book

ASP.NET 4 Unleashed

by Stephen Walther, Kevin Hoffman, Nate Dudek
October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Sams
Content preview from ASP.NET 4 Unleashed

Using the Entity Base Class

Follow these steps to use the custom entity base classes:

  1. Create a new website.
  2. Add an App_Code folder to your website, and copy the EntityBaseClasses folder to the App_Code folder.
  3. Create one or more LINQ to SQL entities with the help of the LINQ to SQL Designer.
  4. Add a connection string named con to your database in the web.config file.
  5. Create a separate partial class for each LINQ to SQL entity and derive the class from the EntityBase class.
  6. Create an empty Validate() method for each entity class.

For example, imagine that you have used the LINQ to SQL Designer to create an entity named Movie. You created the Movie entity by dragging the Movie database table from the Database Explorer (Server Explorer) window onto ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET 3.5 Unleashed

ASP.NET 3.5 Unleashed

Stephen Walther
ASP.NET 4.0 in Practice

ASP.NET 4.0 in Practice

Marco De Sanctis, Daniele Bochicchio, Stefano Mostarda

Publisher Resources

ISBN: 9780132565851Purchase book