Shiju Varghese's Blog
Cloud Development with Windows Azure
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
ASP.NET Web API
Autofac
Azure
Azure Storage
Book Review
Books
C#
C# 5
Community
Community News
CQRS
Entity Framework
IoC
jQuery
KnockoutJS
LINQ
Node.js
NoSQL
Personal
RavenDB
Razor
REST
Sql
SQL Azure
T4
TDD
WCF
Web Services
Windows Azure
Sponsors
advertise here
News
Shiju Varghese is a Microsoft MVP and a Technical Architect focusing on Cloud and Mobility with Microsoft technology stack. Shiju is specializing on Windows Azure, ASP.NET MVC, REST, CQRS, Event Sourcing and NoSQL.
Shiju is an an early-curve technology adopter and an enthusiast for Agile and Lean development practices. He holds number of Microsoft certifications including MCP, MCAD, MCTS, and MCPD: Web.
Navigation
Home
Blogs
Archives
May 2012 (6)
April 2012 (1)
March 2012 (4)
February 2012 (2)
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
September 2011 - Posts
7
Comments
Autofac - My Choice of IoC Container
by
shiju
I have been using Unity for dependency injection since the early days of ASP.NET MVC framework. Recently I have evaluated other IoC containers and really impressed with Autofac. The next version of my codeplex project EFMVC will be use Autofac as IoC...
Filed under:
ASP.NET
,
ASP.NET MVC
,
IoC
,
.Net
,
ASP.NET MVC 3
7
Comments
ASP.NET MVC 4 Enhancements to Default Project Templates
by
shiju
The ASP.NET MVC 4 provides an additional project teamplate for Mobile Web Application. The new Project dialog is shown below The project templates that are used to create new ASP.NET MVC 4 projects have been updated and provide a nice and modern looking...
Filed under:
ASP.NET
,
ASP.NET MVC
,
.Net
,
ASP.NET MVC 4
4
Comments
ASP.NET MVC 4 Developer Preview Released
by
shiju
Microsoft has announced the availability of ASP.NET MVC 4 Developer Preview. The following are the some of the new features of ASP.NET MVC 4 Developer Preview. Mobile Project Template based on jQuery Mobile Enhancements to Default Project Templates Recipes...
Filed under:
ASP.NET
,
ASP.NET MVC
,
.Net
,
ASP.NET MVC 4
1
Comments
Auto Registration in Microsoft Unity
by
shiju
Unlike many other .NET IoC containers, Microsoft Unity does not support auto registrations. Auto registration is a very useful feature for any IoC container and it would be very helpful in some specific contexts. The Unity Auto Registration project in...
Filed under:
IoC
,
.Net
More Posts