• Monitoring and Profiling

    .NET 4.0 introduces a number of enhancements that enable you to monitor, debug, and handle exceptions:

    • .NET 4.0 allows you to obtain CPU and memory usage per application domain, which is particularly useful for ASP.NET applications (see Chapter 10).

    • It is now possible to access ETW logs (no information available at time of writing) from .NET.

    • A number of APIs have been exposed for profiling and debugging purposes.

    • No longer must profilers be attached at application startup; they can be added at any point. These profilers have no impact and can be detached at any time.


    Source of Information : Apress Introducing dot NET 4.0 with Visual Studio 2010


0 comments:

Leave a Reply