Not logged in |
Login
skip to content
IT Web Feeds » C-Sharpcorner Latest Articles » Entity Framework (TPT): Part II
H
ome
S
earch
IT Forums
IT Articles
Book Store
Dev-exchange.com
Feeds
Categories
Tags
Feeds
4226
items (
4226
unread) in
12
feeds
Developer Fusion Recent Articles & Tutorials
(62 unread)
WebDevelopment
(3842 unread)
Open Source Web Development Tutorials - RSS Feeds
(170 unread)
4GuysFromRolla.com Headlines
(7 unread)
ASP.NET Daily Articles
(262 unread)
SitePoint.com
(10 unread)
ScottGu's Blog
(38 unread)
C-Sharpcorner Latest Articles
(2512 unread)
The Code Project Latest Articles
(833 unread)
Developer Tutorials
(10 unread)
PHP
(23 unread)
Good PHP Tutorials - New Tutorials
(23 unread)
ColdFusion
(191 unread)
Ben Nadel ColdFusion And Web Development Feed @ BenNadel.com
(191 unread)
MicrosoftExchangeServer
(108 unread)
MSExchange.org
(108 unread)
«
Expand/Collapse
C-Sharpcorner Latest Articles
February 01, 2012
Entity Framework (TPT): Part II
Posted:
February
1st
, 2012, 4:39am CST
Table-per-type inheritance uses a separate table in the database to maintain data and uses a single entity type in the Entity Framework. In other words, there is a single entity set in the Entity Framework for many database tables.
← Using Bing Service to Display MAP in ...
Events in PhoneGap →