May 2009 - Posts

0
Comments

ASP.NET MVC Tips: 301 Redirect non-www versions of URL to www. by shahed

Search Engine Optimization guides, recommends to have one version of a URL of the same content. Search engines may pickup www and non-www versions of URL as 2 separate URLs, i.e. http://xyz.com/page1 may be considered different to http://www.xyz.com/page1...
0
Comments

ASP.NET MVC Tips: Form POST, TryUpdateModel, unit test, Moq by shahed

Recently I have started playing with the Moq (pronounced "Mock-you" or just "Mock") a Mocking Library for .NET Developers, that takes full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features. Here in this post I...
Powered by Community Server (Commercial Edition), by Telligent Systems