Feeds:
Posts
Comments

Archive for December, 2009

I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0.  Here is a breakdown of the course content: Day 1: 1. Functional Programming in C# 2. LINQ to Objects 3. LINQ to XML Day 2: 4. LINQ to SQL 5. EF: Architecture 6. EF: LINQ [...]

Read Full Post »

I ran across a great post from Alex James on how to fake enums in EF4.  I’ve had a great deal of experience using enums with LINQ to SQL (via Plinqo), and it’s nice to know how to do it in EF, while waiting for the feature to come out-of-the-box in a future version. http://blogs.msdn.com/alexj/archive/2009/06/05/tip-23-how-to-fake-enums-in-ef-4.aspx [...]

Read Full Post »

I’ve been missing the T4 template for POCO classes that shipped with CTP 1 of Entity Framework 4.0 but was absent from CTP 2.  So I wanted to create my own and have it available in Visual Studio when selecting “Add Code Generation Artifact” from the context menu after right-clicking on the design surface of [...]

Read Full Post »

I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0.  There’s way too much that’s new to cover in a 90 minute web cast, but we’ll be focusing on the biggies: POCO Classes T4 Code-Generation Templates Lazy Loading Change-Tracking [...]

Read Full Post »