Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
var directory = Server.MapPath("~/bin");
AppDomain.Current.PreloadAssemblies(directory);

Warming up the serializers

To improve performance for serialization, warm up the serializers.

MVVM

Set SkipSearchingForInfoBarMessageControl on UserControl to true

...