CAT | CLR
8
Identifying performance bottlenecks on a .NET windows app. Part II Using Native Images with CAB, reviewing Fusion Logs
No comments · Posted by LizetP in .NET 2.0, ANTS Profiler, CAB, CLR, Fusion, Performance
We left off on the previous post with a newer version of NHibernate and a different mapping that avoided the byte per byte comparison of our byte arrays, however our application start up was slower, about 20 seconds and showing some screens for the first time was taking 10 seconds, not acceptable. The performance decrease [...]
No tags
6
Identifying performance bottlenecks on a .NET windows app using Windows Debugging Tools and ANTS Profiler. Part I: NHibernate byte[] types
No comments · Posted by LizetP in .NET, CLR, Performance bottlenecks, Windows Debuging Tools
This is a curious case that led me to discover and use a very valuable tool ANTS Profiler and read a few good blogs about .NET debugging and CLR internals. Read on to bookmark with me. Near to Christmas we received a complain one of the windows applications was performing too slow after a few [...]
No tags
4
Yet another complaint on the .NET Framework versioning
No comments · Posted by LizetP in .NET Framework, CLR
It just doesn’t make sense that in order to add up functionality to the 2.0 framework without touching the runtime, yet another framework version is created and deployed in a different folder. It is extremely confusing as to what will be the implications. Let’s say I have an existing 2.0 application and I want to [...]
No tags
