C# and .Net Performance Considerations

At work I am currently busy implementing a so called “WebService” (in my case a XML file is send via HTTP POST method to me and I have to return an accurate response).

During this and out of general interest I searched for C# and performance related best practices. A quick google search turned up the following chapter Improving Managed Code Performance of a Microsoft publication which might be quite interesting.

Marc