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: , ,
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: ,
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...
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: ,
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: ,
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...
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: ,
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: ,
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: , , ,
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: ,
More Posts Next page »