You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
profiler
About this tag
The profiler tag on WindowsForum.com covers discussions about performance profiling tools for Microsoft development platforms. Topics include the MVC Mini Profiler for ASP.NET applications, a code profiler for Windows Phone 7 apps that works on real hardware and emulators, and related developer tools like NuGet and Visual Studio extensions. These threads focus on identifying performance bottlenecks in .NET and Silverlight applications, with emphasis on the differences between emulator and device behavior for mobile apps. The tag is relevant for developers using Visual Studio and seeking to optimize their Windows and mobile applications.
This week on Channel 9, Dan and Brian are back to talk about the week's top news, including:
[Link Removed] Microsoft Research - Link Removed available and the Link Removed are available, as are the Link Removed
[Link Removed] NuGet.org - NuGet 1.4 Released - includes finer grain control...
asp.net
demo
development
diagram
html5
kinect
mobile
mvc
news
nuget
open source
p2p
performance
profiler
sdk
templates
training
visual studio
web standards
windows phone
Performance of Windows Phone 7 apps are often vastly different on the emulator than on the actual device. Many things - I/O, networking, libraries, floating point math etc - are even different from what we're used to for full desktop .NET apps. For instance, on some devices floating point math...