| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
3 Articles match "Course","WinDBG"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training In addition to the latest core.NET topics, we'll be covering cutting-edge content that you simply cannot get at other courses including multi-touch programming, Mono.NET, and NoSQL / MongoDB. class] Night out for drinks and conversations Day 5 Managed Extensibility Framework WCF Data Services Power Debugging with WinDBG This course covers is a deep exploration of.NET 4.0 and build on the PFx Task library (covered elsewhere in the course), the dynamic capabilities of C# 4.0, C# : Leverage new features of C# including asynchronous methods from C# 5.0, and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 NET Programming for Performance Training Write code that works well with the garbage collector Properly handle and throw exceptions Automate transactions with System.Transaction Implement IDisposable to build reliable.NET applications Scale your application to multicore machines using threads Improve memory usage through proper understanding of assemblies, types, and JIT compilation Debug difficult problems using WinDBG, SOS, and ADPLUS.NET Programming for Performance provides experienced.NET developers with practical knowledge and techniques for building robust, scalable, and highly available.NET applications. DevelopMentor Courses - Tuesday, March 1, 2011 Advanced.NET Training In this course, you learn to: Write code that works well with the garbage collector Use the latest threading library: PFx Build code that can scale across multiple cores Build pluggable and testable and applications using MEF and Inversion of Control Improve memory usage through proper understanding of assemblies, types, and JIT compilation Debug difficult problems using WinDBG, SOS, and ADPLUS The goal of Advanced.NET is to introduce developers to areas of.NET that are complex or often cause confusion. What are the best practices for parallelizing algorithms? or do you? DevelopMentor Courses - Tuesday, March 1, 2011 |
4 Articles match "Course","WinDBG"
| The Latest from DevelopMentor | MORE | | The Mystery of Concurrent GC Our Effective.NET and Essential.NET courses were written around Maoni's blogs and so the diagram we presented showed concurrent collections even on single-processor machines since she didn't explicitly say it required multiple processors to turn it on. With a little WinDBG and some symbols, I think we've put the question to rest once and for all (at least for us) :-). There's been a discussion going on within DevelopMentor for a couple weeks regarding concurrent GC and when it really applies. This is well known, and now well documented in various places. That's wrong!". Mark's Blog of Random Thoughts - Friday, December 8, 2006 The Mystery of Concurrent GC Our Effective.NET and Essential.NET courses were written around Maoni's blogs and so the diagram we presented showed concurrent collections even on single-processor machines since she didn't explicitly say it required multiple processors to turn it on. With a little WinDBG and some symbols, I think we've put the question to rest once and for all (at least for us) :-). There's been a discussion going on within DevelopMentor for a couple weeks regarding concurrent GC and when it really applies. This is well known, and now well documented in various places. That's wrong!". Mark's Blog of Random Thoughts - Friday, December 8, 2006 SOS: finding the method bound to an EventHandler with WinDbg. This, of course, is bad form because the System.Web.UI.Page object is intended to be a transient object - it goes away at the end of the request - in production code, I would really bind the event to a handler in global.asax instead. then loaded this dump up into WinDBG and started poking around. Note: it appears that GCRoot doesn't work well inside VS.NET 2005 - apparently the SOS debugging extension is using some debugger API which isn't fully supported in VS.NET, so you need to familiarize yourself with WinDBG to do this. />. love SOS and WinDBG. load sos 0:000> Mark's Blog of Random Thoughts - Friday, September 1, 2006 | -
| The Best from DevelopMentor | MORE | - SOS: finding the method bound to an EventHandler with WinDbg.
This, of course, is bad form because the System.Web.UI.Page object is intended to be a transient object - it goes away at the end of the request - in production code, I would really bind the event to a handler in global.asax instead. then loaded this dump up into WinDBG and started poking around. Note: it appears that GCRoot doesn't work well inside VS.NET 2005 - apparently the SOS debugging extension is using some debugger API which isn't fully supported in VS.NET, so you need to familiarize yourself with WinDBG to do this. />. love SOS and WinDBG. load sos 0:000> - The Mystery of Concurrent GC
Our Effective.NET and Essential.NET courses were written around Maoni's blogs and so the diagram we presented showed concurrent collections even on single-processor machines since she didn't explicitly say it required multiple processors to turn it on. With a little WinDBG and some symbols, I think we've put the question to rest once and for all (at least for us) :-). There's been a discussion going on within DevelopMentor for a couple weeks regarding concurrent GC and when it really applies. This is well known, and now well documented in various places. That's wrong!". - SOS: finding the method bound to an EventHandler with WinDbg.
This, of course, is bad form because the System.Web.UI.Page object is intended to be a transient object - it goes away at the end of the request - in production code, I would really bind the event to a handler in global.asax instead. then loaded this dump up into WinDBG and started poking around. Note: it appears that GCRoot doesn't work well inside VS.NET 2005 - apparently the SOS debugging extension is using some debugger API which isn't fully supported in VS.NET, so you need to familiarize yourself with WinDBG to do this. />. love SOS and WinDBG. load sos 0:000> - The Mystery of Concurrent GC
Our Effective.NET and Essential.NET courses were written around Maoni's blogs and so the diagram we presented showed concurrent collections even on single-processor machines since she didn't explicitly say it required multiple processors to turn it on. With a little WinDBG and some symbols, I think we've put the question to rest once and for all (at least for us) :-). There's been a discussion going on within DevelopMentor for a couple weeks regarding concurrent GC and when it really applies. This is well known, and now well documented in various places. That's wrong!". %>
| | |