| c# Programming Glossary: philC# code to validate email address http://stackoverflow.com/questions/1365407/c-sharp-code-to-validate-email-address  validation   share improve this question   Have a look at Phil Haack's article I Knew How To Validate An Email Address Until.. 
 Named string formatting in C# http://stackoverflow.com/questions/159017/named-string-formatting-in-c-sharp 
 Global exception handler for windows services? http://stackoverflow.com/questions/1682128/global-exception-handler-for-windows-services 
 How do I execute a large SQL script (with GO commands) from c#? http://stackoverflow.com/questions/40814/how-do-i-execute-a-large-sql-script-with-go-commands-from-c  script  If that won't work for you see Phil Haack's library which handles that http haacked.com archive.. 
 Posting JSON Data to ASP.NET MVC http://stackoverflow.com/questions/4164114/posting-json-data-to-asp-net-mvc  ajax json   share improve this question   Take a look at Phil Haack's post on model binding JSON data . The problem is that.. 
 Can you overload controller methods in ASP.Net MVC? http://stackoverflow.com/questions/436866/can-you-overload-controller-methods-in-asp-net-mvc  you rather have the name in your code or your attribute Phil has an article related to this http haacked.com archive 2008.. 
 ASP.NET MVC 2 Issue - Dot in Route http://stackoverflow.com/questions/5732507/asp-net-mvc-2-issue-dot-in-route  combination of terms will eventually yield results. Phil Haack actually has a block post about this exact issue Overriding.. 
 Why is JsonRequestBehavior needed? http://stackoverflow.com/questions/8464677/why-is-jsonrequestbehavior-needed  using JSON in a GET request. For more details see Phil's post at http haacked.com archive 2009 06 24 json hijacking.aspx.. haacked.com archive 2009 06 24 json hijacking.aspx . Haack Phil 2011 . Professional ASP.NET MVC 3 Wrox Programmer to Programmer.. 
 |