What is the difference between System.String and string?
One of the questions that lot of developers ask is – Is there any difference between string and System.String and what should be used? Short Answer Th...
One of the questions that lot of developers ask is – Is there any difference between string and System.String and what should be used? Short Answer Th...
About an year ago, I had a chance to work on ASP.NET MVC and Claims-based identities for an enterprise application. Claims-based identity, though...
The dynamic keyword, a new addition to Microsoft .NET C# 4.0 language, is believed to change the type binding to a variable from compile time to runtime....
I am glad that this series has been liked by large audience and even got focus on Channel9 Video and that motivates to continue this series further on. ...
This series on Mock frameworks takes you through Rhino Mocks, Moq and NSubstitute frameworks to implement mock and unit testing in your application. This se...
Continuing on where we left in the previous post - Understanding Mock and frameworks Part 1 – this post will take a very simple example and illustrate how to...
We have several posts on the Internet that focus on Test Driven Development and its benefits. There is a group of SCRUM Masters around who emphasize on...