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
What does clr stand for?
Why should I use interface in c#?
What is data dictionary in c#?
Is system a class in c#?
Is struct object oriented?
What is call back method?
How can you use abstract class and interface?
Explain About Web.config
What do you mean by “finalize” and “finally” methods in c#?
Is array ienumerable c#?
What is the difference between parse and tryparse in c#?
How does aspect oriented programming work?
What is meant by desktop application?
What are Types of assemblies that can be created in dotnet
Write a C# program to find the Factorial of n