|
|
|
The General Winforms Interview Questions consists the most frequently
asked questions in Winforms. This list of 100+ questions guage your familiarity
with the Winforms platform. The q&a have been collected over a period
of time from various blogs, forums and other similar Winforms sites
|
8.Windows Forms Licensing
|
| 8.1 How does .NET
support licensing?
|
| 8.2 How do I find the
file version of an EXE?
|
8.1 How does .NET support licensing?
|
|
Windows Forms Programming in C# by Chris Sells ISBN: 0321116208
An excellent book for learning Windows Forms using C# for both Beginners and
experienced Programmers. The presentation is nice and crisp the chapter size is
usually around 50 pages, presenting all the necessary details and at the same
time maintaining the reader's interest in the topic being presented.
|
8.2 How do I find the file version of an EXE?
|
|
Use System.Diagnostics.FileVersionInfo.
|
|