Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / January 2008

Tip: Looking for answers? Try searching our database.

AssemblyInfo.cs

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Water Cooler v2 - 19 Jan 2008 11:56 GMT
Who uses the AssemblyInfo.cs file? How is it used?
Alberto Poblacion - 19 Jan 2008 13:27 GMT
> 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.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.