in

Chennai .Net User Group

A platform that enables you to Learn, Share & Grow (India's first .Net user group)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • CQRS, Commands, Command Handlers and Command Dispatcher

    In this post, I am trying to add some CQRS principles onto my EFMVC project. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors on the Solution Architecture with Commands that changes the data (Create, Update and Delete). The current implementation...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 10-19-2011
  • EFMVC 1.0 Preview Released

    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 Injection pattern and Application Service later...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 10-12-2011
  • Removing EdmMetadata table in EF Code First

    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 a initialization strategy using DropCreateDatabaseIfModelChanges<TContext>...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 10-06-2011
  • EF Code First Migrations August 2011 CTP Released

    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 solution for EF Code First that will incrementally...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 07-29-2011
  • Entity Framework 4.1 RTW Released

    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 First and ASP.NET MVC 3 You can download my demo...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 04-12-2011
  • Entity Framework 4.1 Release Candidate Released

    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 is available with Entity Framework 4.1.
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 03-16-2011
  • Speaking at Kerala Microsoft User Group on ASP.NET MVC 3 and EF Code First

    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. The event details available from here .
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 03-08-2011
  • Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 2

    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 Code First for our ASP.NET MVC 3 application and did...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 01-14-2011
  • My .NET Technology picks for 2011

    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 2011. Web application scalability will be the big...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 12-20-2010
  • My technology picks for 2010

    ASP.NET MVC 2 ASP.NET MVC is the natural way to program ASP.NET web applications and it is really a breathing of fresh air. I hope that ASP.NET developers will widely adopt ASP.NET MVC along with the new Microsoft Visual Studio 2010 and .NET Framework 4. ASP.NET MVC lets you to write very clean and elegant...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 12-14-2009
Page 1 of 1 (10 items)
Copyright © 2002-2008 Chennai .Net User Group. All Rights Reserved. Microsoft and Microsoft logo's are trademarks of Microsoft Corporation