Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Angle Bracket Percent
David Ebbo's blog
Follow me on Twitter
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
ASP.NET
C#
CodeDom
Dynamic
Dynamic Data
Entity Framework
IronPython
MVC
T4
T4MVC
Archives
October 2009 (3)
July 2009 (5)
June 2009 (8)
April 2009 (1)
March 2009 (2)
January 2009 (2)
December 2008 (4)
November 2008 (4)
October 2008 (1)
August 2008 (2)
June 2008 (4)
May 2008 (3)
April 2008 (1)
March 2008 (1)
December 2007 (4)
June 2007 (1)
November 2006 (1)
November 2005 (1)
October 2005 (2)
Browse by Tags
All Tags
»
Entity Framework
(RSS)
ASP.NET
Dynamic Data
Friday, January 09, 2009 6:39 PM
A helper to easily set up change notifications in Entity Framework
When you use Entity Framework, you can perform Insert/Update/Delete operations on your entities, and you eventually call ObjectContext.SaveChanges() to actually make it all happen. The call to SaveChanges() is either explicit, or can happen implicitly
Posted by
davidebb
|
7 Comments
Filed under:
ASP.NET
,
Dynamic Data
,
Entity Framework
Attachment(s):
DynamicDataEFCRUDMethods.zip
Saturday, October 25, 2008 10:50 PM
A ‘Many To Many’ field template for Dynamic Data
Unlike Linq To Sql, Entity Framework directly supports Many to Many relationships. I’ll first describe what this support means. In the Northwind sample database, you have Employees, Territories and EmployeeTerritories tables. EmployeeTerritories
Posted by
davidebb
|
31 Comments
Filed under:
ASP.NET
,
Dynamic Data
,
Entity Framework
Attachment(s):
ManyToMany.zip