Developing ASP.NET MVC 3 Application with EF CTP (Part 2)

First thing we want to do is create a controller for blog entries.  To do so, we will right-click on Controllers folder, select Add, then Controller. On next screen we give it a name (BlogsController) and check the checkbox to create CRUD operations: First method we are going to fill is Index method that will …

Continue reading ‘Developing ASP.NET MVC 3 Application with EF CTP (Part 2)’ »

Developing ASP.NET MVC 3 Application with EF CTP (Part 1)

I this post I will walk through steps of creating an ASP.NET MVC 3 application using new code first entity framework CTP as data access and business layer.  Just a few upfront comments.  Both technologies are in preview state right now, but will likely be released in first half of next year. To get started …

Continue reading ‘Developing ASP.NET MVC 3 Application with EF CTP (Part 1)’ »