sexta-feira, 26 de outubro de 2012

CultureInfo to all Threads

In the .NET 4.5 there is a way to set default culture info for all threads.

System.Globalization.CultureInfo.DefaultThreadCurrentCulture = new System.Globalization.CultureInfo("en-us");
System.Globalization.CultureInfo.DefaultThreadCurrentUICulture = new System.Globalization.CultureInfo("en-us");

sábado, 13 de outubro de 2012

Web Developer Tools


A Must Have Web Developer Tools

Postman - A powerful HTTP client to test web services
http://www.getpostman.com/

Fiddler - The free web debugging proxy for any browser, system or platform
http://www.telerik.com/fiddler