in

Chennai .Net User Group

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

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • ASPX and Razor View Engines in ASP.NET MVC 3 Preview 1

    ASP.NET MVC is a highly extensible framework that allows you to use different view engines with ASP.NET MVC. ASP.NET MVC Preview 1 comes with two bult-in view engines: ASPX and Razor. When you create a new ASP.NET MVC 3 project, you can see two project templates as shown in the following screen shot...
    Posted to Shiju Varghese's Blog by on 07-29-2010
    Filed under: Filed under: , , ,
  • ASP.NET MVC 3 Preview 1 Released

    The ASP.NET team has released the first preview version of ASP.NET MVC 3. You can download the ASP.NET MVC 3 Preview 1 from here . The following are the summary of new features in the ASP.NET MVC 3 Preview 1. New Razor View Engine Visual Studio Add View Dialog support for multiple view engines (pre-enabled...
    Posted to Shiju Varghese's Blog by on 07-28-2010
    Filed under: Filed under: , ,
  • WebMatrix Beta Released

    Microsoft has announced the first beta release of Microsoft WebMatrix which is a lightweight development tool for web developers. WebMatrix can be installed side-by-side with Visual Studio 2010 and Visual Web Developer 2010 Express. The most interesting thing about the WebMatrix beta is that you can...
    Posted to Shiju Varghese's Blog by on 07-07-2010
    Filed under: Filed under: , ,
  • Microsoft MVP for ASP.NET

    I would like to inform you that I’ve been awarded as Microsoft Most Valuable Professional (Microsoft MVP) for ASP.NET. This is a very proud moment of my professional life. I believe that this award is great honor to the ASP.NET MVC community. I have been involving with ASP.NET MVC since its first preview...
    Posted to Shiju Varghese's Blog by on 07-06-2010
    Filed under: Filed under: , ,
  • Speaking about ASP.NET MVC 2 at DevCon 2010

    I will be speaking about ASP.NET MVC 2 at the DevCon 2010 organized by Kerala Microsoft User Group (K-Mug) . The DevCon 2010 event will be conducted in Techopark , Trivandrum, India on 3rd and 4th July, 2010. My ASP.NET MVC 2 session will be introducing the ASP.NET MVC and will walk through several features...
    Posted to Shiju Varghese's Blog by on 06-28-2010
    Filed under: Filed under: , ,
  • How to work RavenDB Id with ASP.NET MVC Routes

    By default RavenDB's Id would be sperated by "/". Let's say that we have a category object, the Ids would be like "categories/1". This will make problems when working with ASP.NET MVC's route rule. For a route category/edit/id, the uri would be category/edit/categories...
    Posted to Shiju Varghese's Blog by on 06-04-2010
    Filed under: Filed under: , , ,
  • NoSQL with RavenDB and ASP.NET MVC - Part 2

    In my previous post , we have discussed on how to work with RavenDB document database in an ASP.NET MVC application. We have setup RavenDB for our ASP.NET MVC application and did basic CRUD operations against a simple domain entity. In this post, let’s discuss on domain entity with deep object graph...
    Posted to Shiju Varghese's Blog by on 06-01-2010
    Filed under: Filed under: , , ,
  • NoSQL with RavenDB and ASP.NET MVC - Part 1

    A while back, I have blogged NoSQL with MongoDB, NoRM and ASP.NET MVC Part 1 and Part 2 on how to use MongoDB with an ASP.NET MVC application. The NoSQL movement is getting big attention and RavenDB is the latest addition to the NoSQL and document database world. RavenDB is an Open Source (with a commercial...
    Posted to Shiju Varghese's Blog by on 05-27-2010
    Filed under: Filed under: , , ,
  • Dependency Injection in ASP.NET MVC NerdDinner App using Unity 2.0

    In my previous post Dependency Injection in ASP.NET MVC NerdDinner App using Ninject , we did dependency injection in NerdDinner application using Ninject. In this post, I demonstrate how to apply Dependency Injection in ASP.NET MVC NerdDinner App using Microsoft Unity Application Block (Unity) v 2.0...
    Posted to Shiju Varghese's Blog by on 05-07-2010
    Filed under: Filed under: , ,
  • Dependency Injection in ASP.NET MVC NerdDinner App using Ninject

    In this post, I am applying Dependency Injection to the NerdDinner application using Ninject. The controllers of NerdDinner application have Dependency Injection enabled constructors. So we can apply Dependency Injection through constructor without change any existing code. A Dependency Injection framework...
    Posted to Shiju Varghese's Blog by on 04-30-2010
    Filed under: Filed under: , ,
  • ASP.NET MVC ModelCopier

    In my earlier post ViewModel patten and AutoMapper in ASP.NET MVC application , We have discussed the need for View Model objects and how to map values between View Model objects and Domain model objects using AutoMapper. ASP.NET MVC futures assembly provides a static class ModelCopier that can also...
    Posted to Shiju Varghese's Blog by on 04-28-2010
    Filed under: Filed under: ,
  • NoSQL with MongoDB, NoRM and ASP.NET MVC - Part 2

    In my last post , I have given an introduction to MongoDB and NoRM using an ASP.NET MVC demo app. I have updated the demo ASP.NET MVC app and a created a new drop at codeplex. You can download the demo at http://mongomvc.codeplex.com / In my last post, we have discussed to doing basic CRUD operations...
    Posted to Shiju Varghese's Blog by on 04-22-2010
    Filed under: Filed under: , ,
  • NoSQL with MongoDB, NoRM and ASP.NET MVC

    In this post, I will give an introduction to how to work on NoSQL and document database with MongoDB , NoRM and ASP.Net MVC 2. NoSQL and Document Database The NoSQL movement is getting big attention in this year and people are widely talking about document databases and NoSQL along with web application...
    Posted to Shiju Varghese's Blog by on 04-16-2010
    Filed under: Filed under: , ,
  • ASP.NET MVC Case Studies

    The below are the some of the case studies of ASP.NET MVC Jwaala - Online Banking Solution Benefits after ASP.NET MVC Replaces Ruby on Rails, Linux http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000006675 Stack Overflow - Developers See Faster Web Coding, Better Performance...
    Posted to Shiju Varghese's Blog by on 03-26-2010
    Filed under: Filed under: ,
  • Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC

    Visual Studio 2010 RC is built against the ASP.NET MVC 2 RC version but you can easily install ASP.NET MVC 2 RTM on the Visual Studio 2010 RC. For installing ASP.NET MVC 2 RTM, do the following steps Uninstall "ASP.NET MVC 2 ". Uninstall "Microsoft ASP.NET MVC 2 – Visual Studio 2008 Tools"...
    Posted to Shiju Varghese's Blog by on 03-12-2010
    Filed under: Filed under: ,
Page 1 of 3 (45 items) 1 2 3 Next >
Copyright © 2002-2008 Chennai .Net User Group. All Rights Reserved. Microsoft and Microsoft logo's are trademarks of Microsoft Corporation