all groups > dotnet windows forms > october 2006 >
You're in the

dotnet windows forms

group:

Naming .NET executables: any practices?


Re: Naming .NET executables: any practices? Kevin Spencer
10/31/2006 6:50:20 AM
dotnet windows forms: Take a look in your local machine's file system, where Microsoft
applications reside, for an idea of how Microsoft names executable files.
Generally, the file names are fairly short, probably due to the limitations
of the OS regarding the total length of a file path. As for assemblies,
their names are sometimes longer, and sometimes include periods to indicate
namespaces, probably for clarity, and because they reside in the GAC, which
is a known path that is short in length (C:\Windows\Assemblies). See the GAC
for examples.

--
HTH,

Kevin Spencer
Microsoft MVP
Short Order Coder
http://unclechutney.blogspot.com

The devil is in the yada yada yada


[quoted text, click to view]

Naming .NET executables: any practices? A. Petrov
10/31/2006 2:39:50 PM
Hi,

What MS recommends regarding naming .NET executable files?

Is it better to name my assembly as MyCompany.MyProduct.exe or

MyProduct.exe?

Is there any guidelines from MS? Specifically, if the product contains many
assemblies (exe + many dlls).

Many thanks in advance!

Alexander

Re: Naming .NET executables: any practices? A. Petrov
10/31/2006 3:40:45 PM
Thank you for the clarification.

Alexander

[quoted text, click to view]

AddThis Social Bookmark Button