in

Chennai .Net User Group

A platform that enables you to Learn, Share & Grow (India's first .Net user group)
All Tags » .net » .Net 4 (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Dependency Injection in ASP.NET Web API using Autofac

    In this post, I will demonstrate how to use Dependency Injection in ASP.NET Web API using Autofac in an ASP.NET MVC 4 app. The new ASP.NET Web API is a great framework for building HTTP services. The Autofac IoC container provides the better integration with ASP.NET Web API for applying dependency injection...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 04-01-2012
  • EFMVC App Migrated to ASP.NET MVC 4

    I have upgraded my EFMVC app from ASP.NET MVC 3 to ASP.NET MVC 4 Beta. EFMVC is a demo web app initially built for demonstrating ASP.NET MVC and EF Code First. Now I am planning to add more features onto EFMVC and want to add cloud specific features with Windows Azure. You can expect more implementations...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 03-01-2012
  • ASP.NET MVC 4 Beta Released

    Microsoft has announced the availability of ASP.NET MVC 4 Beta. You can get the all details on ASP.NET MVC 4 Beta at http://www.asp.net/mvc/mvc4 . The greatest new feature of ASP.NET MVC 4 Beta is the addition of ASP.NET Web API which lets the developers to build REST based services which can be easily...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 02-17-2012
  • 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
  • Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS

    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 is the language for HTML 5. The next question...
    Posted to Shiju Varghese's Blog (Weblog) by Anonymous on 08-22-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
  • 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
  • ASP.NET MVC 3 RTM Released

    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 7.5 SQL Server Compact Edition 4 Web Deploy...
    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
Page 1 of 2 (12 items) 1 2 Next >
Copyright © 2002-2008 Chennai .Net User Group. All Rights Reserved. Microsoft and Microsoft logo's are trademarks of Microsoft Corporation