Showing posts with label Performance. Show all posts
Showing posts with label Performance. Show all posts

23 October 2012

Entity Framework 5 performance improvements for testable applications

    Earlier this year I wrote a series of posts about how to automate Entity Framework(EF) testing but since then a lot of things happened: EF 5 was released, it was made open source and Microsoft has published an in-depth article about performance tweaks for older versions of EF and performance improvements in EF 5. Following these events I can now expand my previous post and address an important performance consideration around the EF testable interface that I described earlier.

20 April 2012

Load testing .NET applications is (still) expensive

  Performance analysis is usually a late activity in the software development process but a vital one if you have to deploy your application in production.
After an intense performance analysis session during load testing I decided to share my experience  about the tools that I used.