Rules to Better .NET Projects

Microsoft Gold Partner Logo
Search Go Search
Rule #
Do you name your startup form consistently?
  v3.0 Posted at 20/10/2010 7:56 PM by system
In every Windows application project. We need to have a main form for a better structure and design.
Bad Project without Main Form Bad example - The entry form is not immediately recognizable because of a non standard name Good with Main Form Good example - The entry form follows the naming convention rule
We have a program called SSW Code Auditor to check for this rule.

Note: In Code Auditor we check for Form named: Startup, MainService, MainForm and WizardPage.

 

Loading
Do you like this rule?
Loading
Do you follow this rule?
Loading

......