Raj Aththanayake's Blog Raj Aththanayake's Blog | ASP.NET / ASP.NET MVC

ASP.NET MVC Unit Tests with UnityAutoMoq Container

18. October 2011

 

UnityAutoMoq container is a great way to write maintainable Unit Tests. Since the container simplifies faking of dependencies, we can now focus on the actual test itself and spend less time on faking unwanted dependencies

For more info, please refer to the article below.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=767

ASP.NET / ASP.NET MVC, Unit Testing

ASP.NET MVC 3 Model Metadata Providers

5. June 2011

One of the cool features of ASP.NET MVC framework is the ability provide Model's metadata using DataAnnotation attributes. Below is a comprehensive example on how Model Metadata Providers behave using the new ASP.NET MVC 3 Display DataAnnotation attribute as an example.

Please refer to my post below.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=715

16/6/2011 - Nice to see this post hit the front page of http://asp.net/mvc

ASP.NET / ASP.NET MVC