PC Review


Reply
Thread Tools Rate Thread

AssemblyInfo.cs

 
 
Water Cooler v2
Guest
Posts: n/a
 
      19th Jan 2008
Who uses the AssemblyInfo.cs file? How is it used?
 
Reply With Quote
 
 
 
 
Alberto Poblacion
Guest
Posts: n/a
 
      19th Jan 2008
"Water Cooler v2" <(E-Mail Removed)> wrote in message
news:25f57842-5af5-4c52-b0f8-(E-Mail Removed)...
> Who uses the AssemblyInfo.cs file? How is it used?


There are various Attributes that you can apply to an assembly in the
form [assembly:SomeAttribute...]. These can be written into any of the .cs
source files in your project. However, if you spread your assembly
attributes over all of your files, it will be difficult find out what
attributes have been applied. This is why the project template provides the
AssemblyInfo.cs, so that you have a place to group together the assembly
attributes.
Things that you may wish to specify there include the version of your
program, the KeyFile for strong-naming the assembly, various COM+
configuration properties for assemblies that use System.EnterpriseServices,
and many more.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AssemblyInfo.cs =?Utf-8?B?TXJOb2JvZHk=?= Microsoft C# .NET 2 4th Jan 2005 05:29 PM
AssemblyInfo Van Tumour Microsoft VC .NET 0 28th Sep 2004 07:37 PM
AssemblyInfo.cpp mphanke Microsoft VC .NET 1 28th Jul 2004 11:55 AM
How to use AssemblyInfo.cpp Howard Weiss Microsoft VC .NET 0 19th Jul 2004 06:23 PM
AssemblyInfo.cs =?Utf-8?B?c2FjaGlu?= Microsoft C# .NET 2 21st May 2004 07:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:15 PM.