Close
Topic : Working with AssemblyInfo.css file:

AssemblyInfo.css:

The AssemblyInfo.css file define the Assembly information about the application, such as Application Name, its Description, trademark, Copyright information etc.



AssemblyInfo-step-1 : infobrother
  • Steps to Open AssemblyInfo.css file:

    » Open Properties > AssemblyInfo.css file.



AssemblyInfo.css file is the .NET Assembly Metadata file. It is good practice to fill this file with some basic information about our Application. Let's see, what type of Information we can provide about our app in this file.


AttributeDescription:
TitleSpecifies a title for the Assembly.
DescriptionA description of the Product that comprise the Assembly.
ConfigurationSpecifies the build configuration, such as debug or release.
CompanySpecifies the company information.
ProductSpecifies the product information.
Copyrightspecifies the Copyright Information for product or assembly.
TrademarkSpecifies the Assembly or Product Trademark Information.
CultureProvides information on what languages the assembly supports.
ComVisibleSpecifies whether type in the assembly will be available to COM.
Assembly VersionSpecifies the Version of the Assembly.
File VersionSpecifies a Version number that instructs the compiler to use a specific version for the win32 file version resource.


We can add this information in AssemblyInfo.css file like this way:


[assembly: AssemblyTitle("HelloWorld")]
[assembly: AssemblyDescription("Hello world app:")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Infobrother")]
[assembly: AssemblyProduct("HelloWorld")]
[assembly: AssemblyCopyright("Copyright ©  2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]


















I Tried my Best to Provide you complete Information regarding this topic in very easy and conceptual way. but still if you have any Problem to understand this topic, or do you have any Questions, Feel Free to Ask Question. i'll do my best to Provide you what you need.

Sardar Omar.
InfoBrother





WRITE FOR INFOBROTHER

Advertising






Advertisement