Shiju Varghese's Blog
A .Net Geek on ASP.NET MVC and Entity Framework.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.Net
.Net 3.5
.Net 4
ASP.NET
ASP.NET MVC
Azure
Books
C#
Community
Community News
Entity Framework
IoC
jQuery
LINQ
Personal
REST
Sql
T4
TDD
WCF
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 Net 4.0, C#, ASP.Net MVC, Entity Framework, Windows Azure, REST, WCF, IoC/Unity and DSL tools. Shiju holds number of Microsoft certifications including MCP, MCAD, MCTS, and MCPD: Web.
Navigation
Home
Blogs
Archives
February 2010 (2)
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
4
Comments
ASP.NET MVC View Model object using C# 4 dynamic and ExpandoObject
by
shiju
In my last post , I have explained the use of View Model objects in ASP.NET MVC applications. In this post, let me discuss on view model objects by using the C# 4 dynamic and ExpandoObject. I do not recommending to use dynamic keyword for creating View...
Filed under:
ASP.NET
,
ASP.NET MVC
,
.Net 4
8
Comments
View Model pattern and AutoMapper in ASP.NET MVC Applications
by
shiju
In real world ASP.NET MVC applications, we have to use model objects specially designed for our ASP.NET MVC views. Domain objects are designed for the needs for domain model and it is representing the domain of our applications. On the other hand, View...
Filed under:
ASP.NET
,
ASP.NET MVC
1
Comments
My ASP.NET MVC 2 Talk at Community Tech Days
by
shiju
I did a presentation titled " Building Apps with ASP.NET MVC 2 and Entity Framework" at Microsoft Community Tech Days . I have given a brief indroduction to ASP.NET MVC and demonstrated how to building applications with ASP.NET MVC 2 and Entity Framework...
Filed under:
ASP.NET MVC
,
Community News
,
Entity Framework
2
Comments
AutoMapper – My favorite .Net OSS project of the year 2009
by
shiju
AutoMapper is my favorite .Net open source project of the year 2009. AutoMapper is a convention based object to object mapper framework developed by Jimmy Bogard . Jimmy did an awesome job for AutoMapper and I hope that more enhancements will be come...
Filed under:
ASP.NET
,
ASP.NET MVC
0
Comments
SQL Azure Migration Wizard
by
shiju
SQL Azure Migration Wizard (SQLAzureMW) is a tool that will help you migrate your SQL Server 2005 / 2008 database to SQL Azure. Using SQLAzureMW, you can choose an existing database and generate the scripts and deploy the database along with data into...
Filed under:
Azure
,
Sql
2
Comments
My technology picks for 2010
by
shiju
ASP.NET MVC 2 ASP.NET MVC is the natural way to program ASP.NET web applications and it is really a breathing of fresh air. I hope that ASP.NET developers will widely adopt ASP.NET MVC along with the new Microsoft Visual Studio 2010 and .NET Framework...
Filed under:
ASP.NET
,
ASP.NET MVC
,
.Net
,
.Net 4
,
Entity Framework
3
Comments
ASP.NET MVC 2 Beta Released
by
shiju
Microsoft has announced the beta release of ASP.NET MVC 2. Visit Phill Haack's blog post for more details. The download link available from here .
Filed under:
ASP.NET
,
ASP.NET MVC
3
Comments
ASP.NET MVC 2 Preview 1 Released
by
shiju
Microsoft has released Preview 1 version of ASP.NET MVC 2. You can download ASP.NET MVC 2 Preview 1 from here . The new features are Templated Helpers, Areas and Support for Data Annotations. For more details visit the following links ScottGu on ASP.NET...
Filed under:
ASP.NET
,
ASP.NET MVC
9
Comments
Introduction to Test-Driven Development with ASP.NET MVC
by
shiju
One of the greatest advantages of ASP.NET MVC is the support of testability, which enables to Test-Driven Development (TDD) in an easy manner. A testable application should be developed in a loosely coupled manner so that you can test the independent...
Filed under:
ASP.NET
,
ASP.NET MVC
,
IoC
,
TDD
1
Comments
T4 Template for generate Table Script from XSD
by
shiju
The below T4 template will generate Create Table script from a XSD file. The Template will create a dataset from a XSD file and generate create table script from the dataset. 1 <#@ template language= " C#v3.5 " hostspecific= " True " debug= " True...
Filed under:
T4
,
.Net
More Posts
Next page »