Posted in Code, Development, tagged .NET, C# on August 17, 2009 | Leave a Comment »
Calling the GetResponse() method on the HttpWebRequest class yields some interesting results. It determines that a status code of anything else but 200 (OK) is an exceptional case and throws a WebException exception.
The following code demonstrates how to return the status code even if the URL in the request is not OK.
HttpStatusCode httpStatusCode;
HttpWebRequest httpWebRequest = [...]
Read Full Post »
Posted in Avanade, Development, Microsoft, tagged .NET, ASP.NET, Avanade, C#, Microsoft, Redmond, SQL Server, SQL Server Reporting Services, SSRS on March 20, 2008 | Leave a Comment »
Well, the training was finally over and the start of March brought the start of my first project as a consultant at Avanade.
After a little bit of networking with a fellow WWU grad, I got onto my first project, and wouldn’t you know it, it’s at Microsoft. I am currently working in a small team [...]
Read Full Post »