Shiju Varghese's Blog
A .Net Ninja on ASP.NET MVC, TDD and Architecture.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.Net
.Net 3.5
ASP.NET
ASP.NET MVC
Books
C#
Community
Community News
IoC
jQuery
LINQ
Personal
REST
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 3.5, C#, ASP.Net MVC, jQuery, Test Driven Development (TDD), LINQ, REST, WCF, NHibernate, IoC/Unity and DSL tools. Shiju holds number of Microsoft certifications including MCP, MCAD, MCTS, and MCPD: Web.
Shiju is passionate on ASP.NET MVC and providing technical training and consultancy services in ASP.NET MVC and DDD. He is from Kerala, India and can reach him at shiju.varghese@live.com
Navigation
Home
Blogs
Archives
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
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
4
Comments
Mini TechEd in Trivandrum
by
shiju
Kerala Microsoft user’s group (K-MUG) is organizing a Mini-TechEd in Trivandrum, India. Don’t miss this Free opportunity to learn about Windows 7, Visual Studio 2010 features, WPF, What is new in ASP.NET 4.0, SQL server best practices,SQL logical query...
Filed under:
Community News
1
Comments
Using .Net 3.5 and C# 3.0 features in T4 templates
by
shiju
The T4 templates are compiled against .Net Framework 2.0 by default and it will be restricted to use LINQ and other .Net 3.5 features in your T4 templates. If you want to use any of C# 3.0 or .Net 3.5 features in your T4 templates, you have to specify...
Filed under:
.Net 3.5
,
T4
,
C#
15
Comments
Applying Dependency Injection in ASP.NET MVC NerdDinner.com Application
by
shiju
ScottGu , Scott , Phil and Rob have announced a free ASP.NET MVC eBook and an open source ASP.NET MVC application Nerddinner.com. The free eBook is a single chapter of the Wrox’s upcoming title Professional ASP.NET MVC 1.0 . The free eBook provides an...
Filed under:
ASP.NET
,
ASP.NET MVC
,
IoC
15
Comments
ASP.NET MVC Tip: Add a new T4 template for making MVCContrib Grid Helper Component
by
shiju
In this tip, I demonstrate how you can add a T4 scaffolding template within the “Add View” dialog of the ASP.NET MVC Framework. I am creating a List scaffolding template for MVCContrib Grid helper component. Earlier, I have blogged about how to use MVCContrib...
Filed under:
ASP.NET
,
ASP.NET MVC
,
T4
2
Comments
ASP.NET MVC 1.0 Release Candidate (RC) Released
by
shiju
After 5 CTP versions and 1 Beta version, Microsoft has finally shipped Release Candidate version of ASP.NET MVC 1.0. You can download the RC version from here . One of the new features of ASP.NET MVC 1.0. is the scaffoldig support using Visual Studio...
Filed under:
ASP.NET
,
ASP.NET MVC
5
Comments
I Became Father
by
shiju
Tuesday, the 13th of January 2009, was the most memorable day in my life. I became a father for the first-time! My wife Rosmi and I were blessed with a baby girl. The name of the baby is Irene Rose Shiju . Both Rosmi and Irene are doing great. Irene Rose...
Filed under:
Personal
2
Comments
xVal - An excellent validation framework for ASP.NET MVC
by
shiju
Steve Sanderson has developed an excellent validation framework for ASP.NET MVC. His validation framework xVal is an open-source project hosted on CodePlex . You can read more details from his blog post xVal - a validation framework for ASP.NET MVC
Filed under:
ASP.NET
,
ASP.NET MVC
More Posts
Next page »