Căutare
Categorii
Blogroll
Tag Archives: performance
Debugging a performance issue in production
One of the projects I’m working on has a component that has a very simple task: reads a record from a database table and based on it, send a message to Microsoft Windows Service Bus. Then the next record is … Continue reading
Debugging a performance issue
One more post on “back to basics” series.. :)I was playing these days with a generic HTTP handler (.ashx) in ASP.NET 4.0 (it could be a web service, it doesn’t matter in this context). The http handler tried to do … Continue reading