Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

May 2009 - Posts

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

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.
posted by Shahed | 7 Comments

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

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 will discuss how I have
posted by Shahed | 0 Comments