- November 2011 (6)
- October 2011 (3)
- July 2011 (1)
- February 2011 (3)
- January 2011 (2)
- November 2010 (1)
- October 2010 (1)
- September 2010 (1)
- August 2010 (1)
- July 2010 (1)
- June 2010 (1)
- April 2010 (1)
- February 2010 (4)
- January 2010 (2)
Tag Archives: entity framework
Customizing the Entity Framework T4 Template, suppressing code analysis
As a brief recap, the reason this post even exists is because the generated code from the EF4 designer does not properly suppress code analysis warnings. In that post, I mentioned that I would provide a proper T4 template and … Continue reading
Cryptic Entity Framework exception when a table is missing a primary key
Unable to update the EntitySet ‘PlanPriceHistory’ because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation. While I was getting my feet wet in Entity Framework 4 (from the Visual Studio … Continue reading
EF4 EDMX does not suppress Code Analysis warnings
Starting a new project opens the doors for some great things. One of those things for me, was adherence to code analysis from the get-go. Visual Studio 2010 in particular has great Code Analysis Rule Set support allowing teams to … Continue reading