Don "Trust Nothing" Kiely jumps into the Entity Framework
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 08 Aug 2008 |
View original | Bookmarked: 0 time(s)
Don
Kiely has been preaching the evils of Full Trust in .NET, SQL and Windows for
quite a while. SO when he saw a question on the ASP.NET Forums on using the Dynamic
Data Controls with EF as the data provider that involved a trust issue, he was on
it like white on rice.
Dynamic
Data with the Entity Framework in Medium Trust
The issue was specifically when you are using a website not a web application and
you have the EDMX right in the site. In this scenario, the model files are always
embedded into...