What does assemblyinfo.cs consists ?

Answer Posted / gireesh

It contains the version information that will go into your
app or
assembly - things like the company name, copyright notices
etc., and
the assembly version number, of course.

You can inspect those values in Windows Explorer by right-
clicking on
an .EXE or .DLL, go "Properties", and then go to
the "Version" tab -
those pieces of info in there come from whatever you fill
into
"AssemblyInfo.cs" in your project.

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between abstract class and interface in .net?

670


What are the differences between system.string and system.text.stringbuilder classes?

699


What is a satellite assembly in c#?

750


How to create events for a control? What is custom events? How to create it?

731


Does c# have a 'throws' clause?

761


What is difference between singleordefault and firstordefault?

681


Why do we parse in c#?

627


What is CLR and its application.?

746


List some of the classes used by system.data namespace?

605


What is the function of .IsDescendent()?

767


What is thread pooling?

719


Can we make a class private in c#?

692


Is dictionary a collection?

626


What is the output of TextWriterTraceListener redirected?

736


What is anonymous methods in c#?

729