Difference between Mocks and Stubs.

There are nowadays two terms that are used by the developers : 'stub' and 'mock'.

Domain Driven Design Step 2

SharpArhitecture use FluentValidators instead of NHibernate Validators.

MBUnit Plugin for Resharper

To run the tests that use MBUnit, you should install the following plugin for resharper: MbUnit Plugin Resharper, in this case you'll never fail again when you choose 'Run Unit Tests' in the context menu.

Asp.net cpu loads to maximum, cpu leak 100%

You encounter the problem that your CPU is very high? Don't think it's a disaster, try to check this solution. I may be suitable for you case.

Best .NET ORM Tool

In this post I share my experience in choosing the most elegant .NET ORM Tool, that you cand also be in searching of

Domain Driven Design Step 1

Case Study, learning materials for domain driven design, that I suggest to all of you to get aquainted with DDD.

Call a method from MasterPage in Content Page

Shows you an elegant way of accessing the methods declared in master page from the content page.

Increase the number of sessions in WCF

You are stuck into the problem that your WCF application don't support more that 5 users simultaneously? Check it here the answer to your problem.

C# Parse(Grab) XML Feeds

Easiest way to get the data from RSS Feed.

Get URL from code behind

How to establish the correct url of application no matter the server on wich is running the application without configure it in the web.config