Browse by Tags

All Tags » ASP.NET » ASP.NET MVC (RSS)

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: ,

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...

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 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: ,

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: , , ,

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 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 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: ,

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: ,

Secure ASP.NET MVC Applications by shiju

One of the greatest advantages of ASP.NET MVC is that it provides a "Close to the Metal" programming experience and you have full control over the HTML. It aslo means that you should care about the vulnerabilities regards with your HTML. In webform, server...
Filed under: ,
More Posts Next page »