Shiju Varghese's Blog
A Cloud Geek on Windows Azure and Solution Architecture
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.Net
.Net 3.5
.Net 4
ASP.NET
ASP.NET MVC
ASP.NET MVC 3
ASP.NET MVC 4
Autofac
Azure
Azure Storage
Book Review
Books
C#
C# 5
Community
Community News
CQRS
Entity Framework
IoC
jQuery
KnockoutJS
LINQ
NoSQL
Personal
RavenDB
Razor
REST
Sql
T4
TDD
WCF
Windows Azure
Sponsors
advertise here
News
Shiju Varghese is a Technical Architect on the Microsoft .Net technology stack with a strong focus on web application development and Domain-Driven Design. He has been working with .Net Technologies since beta version and involving with ASP.NET MVC since its first preview version.
Shiju is focusing on ASP.Net MVC, Entity Framework, Windows Azure, DDD and CQRS. Shiju holds number of Microsoft certifications including MCP, MCAD, MCTS, and MCPD: Web.
Navigation
Home
Blogs
Archives
January 2012 (1)
December 2011 (1)
November 2011 (2)
October 2011 (3)
September 2011 (4)
August 2011 (2)
July 2011 (4)
June 2011 (4)
May 2011 (2)
April 2011 (4)
March 2011 (2)
February 2011 (1)
January 2011 (4)
December 2010 (5)
November 2010 (1)
October 2010 (6)
July 2010 (5)
June 2010 (2)
May 2010 (4)
April 2010 (4)
March 2010 (4)
February 2010 (3)
January 2010 (1)
December 2009 (3)
November 2009 (1)
July 2009 (3)
June 2009 (2)
March 2009 (2)
January 2009 (3)
December 2008 (2)
November 2008 (1)
October 2008 (6)
September 2008 (1)
August 2008 (1)
July 2008 (4)
June 2008 (1)
May 2008 (1)
April 2008 (1)
March 2008 (1)
Blogroll
My Previous Blog
Martin Fowler
Jimmy Nilsson
Phil Hack
Codebetter
Scott Hanselman
Scott Guthrie
Rob Conery
March 2010 - Posts
12
Comments
ASP.NET MVC Case Studies
by
shiju
The below are 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...
Filed under:
ASP.NET
,
ASP.NET MVC
17
Comments
Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC
by
shiju
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...
Filed under:
ASP.NET
,
ASP.NET MVC
4
Comments
ASP.NET MVC 2 RTM Released !
by
shiju
ASP.NET MVC 2 Framework has reached RTM version. You can download the ASP.NET MVC 2 RTM from here . There is not any new breaking changes were introduced by the ASP.NET MVC 2 RTM release.
Filed under:
ASP.NET
,
ASP.NET MVC
6
Comments
Persisting model state in ASP.NET MVC using Serialize HTMLHelper
by
shiju
ASP.NET MVC 2 futures assembly provides a HTML helper method Serialize that can be use for persisting your model object. The Serialize helper method will serialize the model object and will persist it in a hidden field in the HTML form. The Serialize...
Filed under:
ASP.NET
,
ASP.NET MVC
More Posts