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
October 2011 - Posts
11
Comments
Commands, Command Handlers and Command Dispatcher
by
shiju
In this post, I am trying to add some CQRS principles onto my EFMVC project. EFMVC is a small web app for demonstrating ASP.NET MVC and EF Code First. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors...
Filed under:
ASP.NET
,
ASP.NET MVC
,
IoC
,
.Net
,
Entity Framework
,
CQRS
,
Autofac
11
Comments
EFMVC 1.0 Preview Released
by
shiju
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...
Filed under:
ASP.NET
,
ASP.NET MVC
,
IoC
,
.Net
,
.Net 4
,
Entity Framework
,
ASP.NET MVC 3
,
CQRS
,
Autofac
2
Comments
Removing EdmMetadata table in EF Code First
by
shiju
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...
Filed under:
.Net
,
.Net 4
,
Entity Framework
More Posts