Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ

62. Framework Tips General

62.1 How can I catch an exception on a program wide basis?
62.2 Can I generate UML diagrams from C# code?
62.3 Is it possible to turn off strong name validation for an assembly?
62.4 Does .Net support "deprication" as in Java?
62.5 Is there any way to Shutdown/Restart Windows using .NET?
62.6 Can .NET applications run on non Microsoft Platforms?
62.7 Can I play audio and video files using .NET?
62.8 Can I create file associations with .NET?
62.9 How can I Invoke a private interface implementations of an instance using reflection?
62.10 How can I adjust the version number for multiple projects without changing every AssemblyInfo.cs file constantly?
62.11 How do I launch IE or any other process from code?
62.12 How do I pre-JIT an assembly to native code during installation?
62.13 How do I get the install directory for the version of the runtime that is loaded in the current process?
62.14 How to retrieve the assembly version, name, etc. contained in the "AssemblyInfo.cs", from inside the running app?
62.15 Is there a way to access private and protected members of a class instance?
62.16 In VB.NET how do I access the runtime type object of a specified type from it's type name?
62.17 How do I print a doument using .NET?

 

Windows forms FAQ