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
Explain the difference between abstract class and interface in .net?
What are the differences between system.string and system.text.stringbuilder classes?
What is a satellite assembly in c#?
How to create events for a control? What is custom events? How to create it?
Does c# have a 'throws' clause?
What is difference between singleordefault and firstordefault?
Why do we parse in c#?
What is CLR and its application.?
List some of the classes used by system.data namespace?
What is the function of .IsDescendent()?
What is thread pooling?
Can we make a class private in c#?
Is dictionary a collection?
What is the output of TextWriterTraceListener redirected?
What is anonymous methods in c#?