BgEngine

bgengine.zip (25 kB)
BgEngine allow users to create a personal blog. This is a blog engine built using ASP MVC 3, jQuery and Entity Framework Code First

Domain-Driver Framework

domaindriver.zip (380,8 MB)
Domain-Driver is a generic framework that enables developers to quickly build rich, expressive domain models. It is both "decoupled from" and "compatible with" any persistence technology. The download includes an example using ADO .NET Entities Framework Code-First persistence.

EntitiesToDTOs - Entity Framework DTO Generator

EntitiesToDTOs is an Entity Framework DTO generator used as an AddIn for Visual Studio. You'll no longer have to create DTOs for all your entities!

Entity Visualizers

This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman's book "Programming Entity Framework".

Kerosene ORM

Kerosene is a self-adaptive and configuration-less ORM library, with a SQL syntax based on C# dynamics, WCF, and Entity Framework capabilities for POCO objects.

Linquify

linquify.zip (931 kB)
Linquify is a Visual Studio 2008/2010 Addin and C# .NET business class / DTO generator for LINQ to SQL and the Entity Framework. It supports rapid development of .NET and ASP .NET web application data layers allowing you to query as: Person.Load(5); Person.Name="n"; Person.Save()