Browse by Tags

All Tags » EF4 (RSS)

Customize the SimpleMembership in ASP.NET MVC 4.0 by thangchung

As we know, .NET 4.5 have come up to us, and come along with a lot of new interesting features as well. Visual Studio 2012 was also introduced some days ago. They made us feel very happy with cool improvement along with us. Performance when loading code...

The short example about EF4 CTP4 using DataAnnotation configuration by thangchung

In the last post at here , here and here , I wrote about EF4 (Entity Framework 4) with code-first approaching. In 3 parts, I used the configuration class for mapping with database (this feature is like Fluent NHibernate). But in the CTP4, we also use...

The short example about Entity Framework 4 CTP4 - Part 3 by thangchung

Part 3: Invoke store procedure in ADO.NET Entity Framework 4 Come with Entity Framework extensions Go to http://code.msdn.microsoft.com/EFExtensions/Release/ProjectReleases.aspx?ReleaseId=3624 . And getting a source code of Entity Framework extensions...

The short example about Entity Framework 4 CTP4 - Part 2 by thangchung

Part 2: Repository and Unit of Work on Entity Framework 4 Create the repository for persistence ignorance Up to now, I very love the Persistence Ignorance. So what is it? I remembered that I usually built the Data Access Layer for access Database in the...

The short example about Entity Framework 4 CTP4 - Part 1 by thangchung

A few days ago, I have read an article from Mr. huyrua , the person that I have a deep respect. The code that he implemented is very good to me. And I have an idea for implementing something in Entity Framework 4. You can go to http://huyrua.wordpress...
More Posts