What does assemblyinfo.cs consists ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amitava ganguly
Assembly Info.cs file 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
Is This Answer Correct ? | 4 Yes | 2 No |
What is connection pooling in ado.net?
What is a HashCode?
If the original method is not static you can declare an override method to be static or not?
What is desktop application testing?
Is static thread safe?
What are the Types of caching
Explain deadlock?
What is the difference between integer and double?
What is the Difference between imperative and interrogative code?
What is a variable in c#?
What are delegates in C#?
What is the difference between array and arraylist c#?