Sign in
|
Help
Matthieu MEZIL
I love .Net
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
.Net
ADO.NET Data Services
ADO.NET Data Services Hooking POC
Architecture
Bug
C#
EDM Designer
Entity Data Model (EDM)
Entity Framework (EF)
Fun
LINQ To Object
LINQ To SQL
MEF
MSIL
Perso
Quizz
SQL
T4
TDD
VB .Net
Velocity
VS
WCF
Winforms
WPF
News
French blog
EDM Designer
Community
Home
Blogs
Media
Groups
Email Notifications
Go
Archives
December 2009 (3)
November 2009 (3)
October 2009 (4)
September 2009 (3)
August 2009 (1)
July 2009 (1)
June 2009 (7)
May 2009 (8)
April 2009 (7)
February 2009 (6)
January 2009 (3)
December 2008 (2)
November 2008 (11)
October 2008 (9)
September 2008 (2)
August 2008 (20)
July 2008 (9)
June 2008 (14)
May 2008 (11)
Browse by Tags
All Tags
»
TDD
»
.Net
(
RSS
)
Architecture
Entity Data Model (EDM)
Entity Framework (EF)
LINQ
T4
Tue, Nov 24 2009 18:17
Data oriented WCF service Agile with EF4 and a “sort of” provider LINQ
I use a different approach than Julie’s one for EF Agile development. Indeed, I use here Self-Tracking Entities and I massively use T4. The first step is to create a project DAL in which we will add an edmx. In my sample, I use Northwind DataBase with...
Posted by
Matthieu MEZIL
|
2 comment(s)
Filed under:
.Net
,
Entity Framework (EF)
,
Entity Data Model (EDM)
,
Architecture
,
T4
,
TDD
,
LINQ
Fri, Jun 26 2009 3:23
POCO T4
With EF4 features CTP1, we have a great POCO template which is divided in two tt files to allow us to have the entitiy POCO classes and the context in different projects. It’s very very cool. However, I think that it’s a shame not to have...
Posted by
Matthieu MEZIL
| with
no comments
Filed under:
.Net
,
Entity Framework (EF)
,
T4
,
TDD
Mon, May 25 2009 15:54
EF4 POCO: my tests
I published an unit tests project to show how POCO works with EF4 . I also wrote a BetaBugs test class in order to illustrate the POCO implementation Beta bugs.
Posted by
Matthieu MEZIL
| with
no comments
Filed under:
.Net
,
Entity Framework (EF)
,
TDD