Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » performance » development   (RSS)
Security & Perf Videos
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...
concurrency for scalability
Joe Duffy article in September's MSDN Magazine: http://www.bluebytesoftware.com/blog/PermaLink,guid,8b234428-1542-4a87-958f-2885c7cd6860.aspx Read More...
Improving Application Startup Time
"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...
VSTS Tip: Profiler FAQ
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...
diagnostics and linq
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...
VSTS Tip: VSTS Dev & Test Tools MSDN Public Chat - Wed 10/19 @ 10am PST
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...
VSTS Tip: profiling windows services
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...
thoughts on the future of dynamic code analysis
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...
Profiling ASP.NET apps with the help of external load and web tests
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...
Beta 2 Whidbey ASP.NET Profiler HOWTO
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...
The Choice Between Sampling and Instrumentation
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...
install point for Server Performance Advisor
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...
Page view tracker