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)’ »