Thursday, October 24, 2013

Remove empty lines in text using Visual Studio.

When you want to remove all the empty lines in a text in Visual Studio, you can use regular expressions. In this article are the instructions how you can accomplish this.

Sunday, July 28, 2013

Test Automation Guidance

A link for 'Test Automation Guidance' to set up coded ui projects.

.NET Framework 4.5 (Obsolete and New)

On the site of MSDN there is a list with the obsolete and new things in .NET Framework 4.5

Default comment for events

This post contains a default comment for the params for events.

             /// The object that caused the event.
             /// The event arguments for the event.

A default comment is not very good, but it is easy to use it. When you can be more precise in the comment of an event you have to do this!.

Friday, July 5, 2013

Some tools for the solution file of a Visual Studio Solution

In the following article Tools for sln file visual studio solution file there are some utilities or useful information for the solution files of a Visual Studio solution. A must to know for each web developer!