Currently browsing author

Vin

Designing Error Messages

Error messages are an important part of an application. Generally each application/system has a collection of error messages stored somewhere (I would …

TDD, Unit Testing and Benefits

What is TDD? From Wikipedia, quoting, Test-driven development (TDD) is a software development processthat relies on the repetition of a very short development cycle: …

Creating handy shortcuts VS2010

There are several in-built keyboard shortcuts available in Visual Studio. However, there are some actions that developers need shortcuts for, that are …