Browse by Tags

All Tags » .Net 4 (RSS)

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...

Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS by shiju

JavaScript is getting more attention in modern web application development and increasing the popularity of JavaScript on every day. HTML 5 is making a revolution in web apps world and it is becoming a common platform for variety of scenarios. JavaScript...

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...

EFMVC – A demo web app using ASP.NET MVC 3 and EF 4.1 Code First by shiju

I have created a demo web app for some of my previous blog posts and can be download from http://efmvc.codeplex.com/ . The following technologies are used for the web app ASP.NET MVC 3 Entity Framework 4.1 Code First Microsoft Unity 2.0 jQuery Mobile...

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...

ASP.NET MVC 3 RTM Released by shiju

The ASP.NET team has released RTM version of ASP.NET MVC 3. You can download the ASP.NET MVC 3 RTM from here and source code of ASP.NET MVC 3 can download from here . Microsoft has released the following products along with ASP.NET MVC 3. NuGet IIS Express...

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...

My .NET Technology picks for 2011 by shiju

My Technology predictions for 2011 Cloud computing and Mobile application development will be the hottest trends for 2011. I hope that Windows Azure will be very hot in year 2011 and lot of cloud computing adoption will be happen with Windows Azure on...

Visual Studio 2010 Service Pack 1 Beta Released by shiju

Microsoft has been released beta version of Visual Studio 2010 Service Pack 1. The Visual Studio 2010 Service Pack 1 beta comes with a go live license. The following are the download links for Visual Studio 2010 Service Pack 1 NET Framework 4 Update Beta...
Filed under: ,
More Posts Next page »