Very cool .Net, Javascript, Json and CSS libraries

Recently I’ve been using and reading about the following interesting libraries for .Net, Javascript, Json and CSS. There are tons of those these days out there. But this will be a list of ones I value most. OpenWebKitSharp – http://code.google.com/p/open-webkit-sharp/ – check this too – http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome/10097480#10097480 JsonFx.Net – great library …

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 …