Browse by Tags

All Tags » Entity Framework (RSS)

Commands, Command Handlers and Command Dispatcher by shiju

In this post, I am trying to add some CQRS principles onto my EFMVC project. EFMVC is a small web app for demonstrating ASP.NET MVC and EF Code First. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors...

EFMVC 1.0 Preview Released by shiju

A while ago, I have released EFMVC , a demo web app built using ASP.NET MVC 3, EF Code First and Unity. The EFMVC app has demonstrated many architectural patterns and practices such as Generic Repository, Repository pattern, Unit of Work pattern, Dependency...

Removing EdmMetadata table in EF Code First by shiju

EF Code First Framework is using a table named EdmMetadata on the database to check the current model is compatible with the database. When your model is changing, you need to drop the database and create a new database. In that scenario, you can add...

EF Code First Migrations August 2011 CTP Released by shiju

EF Code First is a great ORM tool which lets you to develop applications in a Domain Driven approach. One of the pain point of EF Code First was the data migrations when your domain model is changing. Finally the ADO.NET team is providing a data migration...

Speaking at Windows Azure Camp by shiju

I will be speaking at Windows Azure Camp, at Trivandrum on on April 30, 2011. In my session, I will be create a Windows Azure Web Role App using ASP.NET MVC and EF Code Fist and will deploy this app to Windows Azure. This session will also cover the Windows...

Entity Framework 4.1 RTW Released by shiju

Microsoft ADO.NET team has announced the final Release to Web (RTW) of of Entity Framework 4.1. You can download the Entity Framework 4.1 from here or you can use NuGet to get final version of Entity Framework 4.1. Demo App for Entity Framework 4.1 Code...
Filed under: ,

Entity Framework 4.1 Release Candidate Released by shiju

Microsoft ADO.NET team has announced the Release Candidate version of Entity Framework 4.1. You can download the Entity Framework 4.1 Release Candidate from here . You can also use NuGet to get Entity Framework 4.1 Release Candidate. The Code First approach...
Filed under: ,

Speaking at Kerala Microsoft User Group on ASP.NET MVC 3 and EF Code First by shiju

I will be speaking at Kerala Microsoft User Group , Kochi on March 12. The title of the session is “Developing web apps with ASP.NET MVC 3 and EF Code First”. This will be a hands-on session about web apps development using ASP.NET MVC 3 and EF Code First...

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 2 by shiju

In my previous post Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1 , we have discussed on how to work with ASP.NET MVC 3 and EF Code First for developing web apps. We have created generic repository and unit of work with EF...

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1 by shiju

In this post, I will demonstrate web application development using ASP. NET MVC 3, Razor and EF code First. This post will also cover Dependency Injection using Unity 2.0 and generic Repository and Unit of Work for EF Code First.You can download the source...
More Posts Next page »