Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Dynamic Data » Entity Framework   (RSS)

Peter Blum’s new blog and his cool new data source controls

Peter Blum has been well known is the ASP.NET world for many years for writing a whole suite of powerful controls, which you can read all about on his site .  One thing that was missing on Peter’s resume is that he never had a blog.  Well he

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

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
Attachment(s): ManyToMany.zip
 
Page view tracker