Browse by Tags
All Tags »
performance »
development (RSS)
J.D. Meier has posted a decent index of videos covering performance testing, ASP.NET 2.0, and VSTS: http://blogs.msdn.com/jmeier/archive/2007/11/22/videos-security-performance-testing-and-visual-studio-team-system.aspx
Read More...
Joe Duffy article in September's MSDN Magazine: http://www.bluebytesoftware.com/blog/PermaLink,guid,8b234428-1542-4a87-958f-2885c7cd6860.aspx
Read More...
"just because you're writing code fast doesn't mean you're writing fast code" - here's an article from the CLR perf team if you're looking for ways to improve application startup time : http://msdn.microsoft.com/msdnmag/issues/06/02/CLRInsideOut/
Read More...
Ian Huff just slammed out our first ever profiler FAQ, check it out: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=18&SiteID=1
Read More...
One of my side projects is researching how our diagnostics tools can help LINQ developers ( http://msdn.microsoft.com/netframework/future/linq/ ) - if you want to drop any thoughts or suggestions drop me a note via the contact form
Read More...
Team System MSDN Public Chat Visual Studio Team Edition for Software Developer & Visual Studio Team Edition for Software Testers When: Every 3rd Wednesday of the Month @ 10am PST What: Join us to discuss the Profiler, Test Tools (Unit, Generic, Manual),
Read More...
If you want to run the performance profiler on your managed windows services, this is a must read: http://blogs.msdn.com/angryrichard/articles/Profiling_Windows_Services.aspx
Read More...
This really belongs in the comments field of my last blog post, but it turned out I had more thoughts to vent and this would make a monster of a comment, so here goes: What more could there be to dynamic analysis than code coverage and profiling? Probably
Read More...
ASP.NET profiling in Beta 2 from within the IDE opens up an IE browser window as if you were going to generate load that way. That's fine if the web page triggers a web service or some internal function that you are targeting, where one simple button
Read More...
At the time of this writing, Beta 2 is not yet legally available on the outside AFAIK, so I hope I'm not jumping the gun here - but the more eyeballs and user feedback you can help us get, the better. So consider this a work in progress that will get
Read More...
I know, I know, this is the canonical starting point topic everyone has already covered with the Whidbey profiler. I just needed something easy to psyche myself up before launching off into the more technical issues we've come across while working on
Read More...
Server Performance Advisor http://www.microsoft.com/downloads/details.aspx?FamilyID=61a41d78-e4aa-47b9-901b-cf85da075a73&displaylang=en "Service Performance Advisor is a server performance diagnostic tool developed to diagnose root causes of performance
Read More...