Windows Forms Licensing

9.1 How does .NET support licensing?

LicFileLicenseProvider is the only license provider shipped with .NET. A good discusion of licensing techniques along with sample code can be found in an article by Mike Harsh at gotnetdot.com.

9.2 How do I find the file version of an EXE?

Use System.Diagnostics.FileVersionInfo.

No comments: