Sign in
Diego Vega
Entity Framework news and sporadic epiphanies
Tags
DbContext
Entity Framework Code Generation
Entity Framework Databinding
Entity Framework Samples
Entity Framework Toolkits & Extensions
Entity SQL
EntityDataSource
LINQ to Entities
POCO
SQL
TDD
Working at Microsoft
Browse by Tags
MSDN Blogs
>
Diego Vega
>
All Tags
>
entity framework code generation
Tagged Content List
Blog Post:
Stored procedures with output parameters using SqlQuery in the DbContext API
Diego B Vega
The DbContext API introduced in Entity Framework 4.1 exposes a few methods that provide pass-through access to execute database queries and commands in native SQL, such as Database.SqlQuery<T>, DbSet<T>.SqlQuery, and also Database.ExecuteSqlCommand. These methods are important not only...
on
9 Jan 2012
Blog Post:
Wrapped System.IO.FileNotFoundException with Entity Framework POCO and Self-Tracking Entities T4 Templates
Diego B Vega
Visual Studio 2010 and .NET 4.0 were released on Monday! The Self-Tracking Entities template is included in the box, and the POCO Template we released some time ago in Visual Studio Gallery is compatible with the RTM version. A few days ago we found a small issue in some of our code generation templates...
on
14 Apr 2010
Page 1 of 1 (2 items)