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
How to find type of variable?
Explain the Usage of web.config
How does split work in c#?
What does .length do in c#?
How does c# generics and c++ templates compare?
How do partial classes work in c#?
Can You Prevent Your Class From Being Inherited By Another Class?
What is a method c#?
Explain different properties of object oriented systems.
What is difference between assembly and dll?
What is view state c#?
Why are strings immutable in c#?
What is thread.sleep()?
What are the types of class in c#?
What are object pooling and connection pooling and difference between them?