Performance - Windows application heap usage
The following script will show how to profile the heap memory usage of Windows application with Windows Performance Toolkits 1 2 3 4 5 6 7 8 9 10 11 12 @echo...
The following script will show how to profile the heap memory usage of Windows application with Windows Performance Toolkits 1 2 3 4 5 6 7 8 9 10 11 12 @echo...
In WPF for binding model data to UI you can choose DependencyObject or INotifyPropertyChanged with POCO. I normally selected INotifyPropertyChanged with POCO...
In order to diagnostic WCF communication, you can log all WCF activities by using tracing mechanism in .NET application. You can add the following section in...
Resource XML. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 <Windows.Resources> <Style x:Key="FadeOutButton"...
When you create a WPF application with visual studio, you will always find app.xaml and app.xaml.cs file. In app.xaml file, you can find the StartupUri attri...