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
Recent Posts
2
Comments
Tips and Important Steps for Migrating Apps to Windows Azure
by
shiju
The following are the few important steps and tips for migrating ASP.NET apps to Windows Azure. Convert the ASP.NET application into a Web Role project. Verify that the application is running correctly in the development environment. Make sure that your...
Filed under:
.Net
,
Azure
,
Windows Azure
,
Azure Storage
10
Comments
Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role
by
shiju
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes...
Filed under:
ASP.NET MVC
,
.Net
,
ASP.NET MVC 3
,
Windows Azure
,
CQRS
,
Azure Storage
0
Comments
Startup Tasks for Windows Azure Roles
by
shiju
Windows Azure supports startup tasks that can be use to perform operations and install components before your Azure Role starts on Virtual Server. You can use to startup tasks to install other software, register COM components, setting registry keys,...
Filed under:
.Net
,
Windows Azure
1
Comments
Visual Studio Enhancements in Windows Azure SDK 1.6 for Publishing Apps
by
shiju
The new Windows Azure SDK 1.6 is providing many enhancements including a better experience for publishing Windows Azure applications using Visual Studio. To publish an application onto Azure, do the following steps. First right click on the Azure project...
Filed under:
.Net
,
Windows Azure
10
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
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
More Posts
Next page »