Author Archives: Tony Sneed

Unknown's avatar

About Tony Sneed

Sr. Software Solutions Architect, Hilti Global Application Software

Webinar: Real-World Entity Framework

UPDATE: The screencast video is now available to be streamed or downloaded. I just delivered a screencast for DevelopMentor on Entity Framwork Real World topics – Transactions, Concurrency, Stored Procedures.  A recording of the screencast will soon be available, but … Continue reading

Posted in Technical | Leave a comment

Trackable DTO’s: Taking N-Tier a Step Further with EF4

UPDATE: I created a new version of the client-side T4 template for generating trackable DTO’s.  This completely decouples the client from the service by producing POCO classes based on the service metadata, instead of on the entity data model used … Continue reading

Posted in Technical | 35 Comments

EF4 compared to NHibernate

Last week while teaching my new LINQ and Entity Framework course I got a question asking me to compare EF4 with NHibernate.  Not having worked extensively with NHibernate, I wasn’t in a position to address the question.  Then yesterday I … Continue reading

Posted in Technical | 17 Comments

100 EF4 Links

As part of my DevelopMentor Entity Framework course, I put together a delicious web site containing over 100 links to Entity Framework 4.0 topics. http://delicious.com/tonysneed_elinq Enjoy.

Posted in Technical | Leave a comment

ELINQ with EF 4.0 Course Update

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. … Continue reading

Posted in Technical | 2 Comments

Faking Enums in Entity Framework 4.0

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 … Continue reading

Posted in Technical | Leave a comment

Adding Your Own T4 Templates for EF4 to Visual Studio 2010

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 … Continue reading

Posted in Technical | 5 Comments

Learn What’s New in Entity Framework 4.0!

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, … Continue reading

Posted in Technical | 1 Comment

So Cal Code Camp Session on Entity Framework 4.0

I’ll be presenting a session at Southern California Code Camp entitled “What’s New in Entity Framework 4.0” on Sunday Nov 22nd. I gave the talk yesterday at the conference, which took place at USC.  The room was filled to capacity … Continue reading

Posted in Technical | Tagged | 4 Comments

EF 4.0 N-Tier Support: Take 2

Following the release of Visual Studio 2010 and .NET 4.0 Beta 2, the Entity Framework team put out a second CTP for Entity Framework 4.0, which includes enhancements to self-tracking entities. As the name implies, self-tracking entities know how to … Continue reading

Posted in Technical | 18 Comments