Showing archive results for February 2009

Feb 8, 2009
Post comments count0
Post likes count0

Web Packaging: Creating a Web Package using VS 2010

Web Development Tools Microsoft

In the earlier post I highlighted various investments that we are making in Visual Studio 2010 and IIS to make Web Deployment easier.  You can read that post below: Deploying a web project with all its correct dependencies is not a trivial task. Some of the assets which need to be considered during deployment are: ...

ASP.NET
Feb 5, 2009
Post comments count0
Post likes count0

Catch, Rethrow and Filters – Why you should care?

CLR Team

 A very common pattern in the usage of managed exception handling is that of catching an exception, inspecting it's type and rethrowing it once you realize it was not the exception you wanted to handle. Below is such an example (and should be avoided in preference to another approach described further below in the writeup) that uses CustomBase...

.NET
Feb 4, 2009
Post comments count0
Post likes count0

Web Deployment with VS 2010 and IIS

Web Development Tools Microsoft

Today, deploying a web application is not as easy as it should be. Whether you are deploying your web to a shared hosting environment and paying monthly to maintain it OR whether you have a web server/s managed by your enterprise, there are a lot of manual steps involved in getting your application from point A to point B. If you are deploying you...

ASP.NET