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

What is a void c#?

500


What is a derived class in c#?

474


Is c# int immutable?

503


Which is better javascript or c#?

499


Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?

520






What is code verification?

531


What is property c#?

503


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

527


What does mean c#?

526


What is xml comments in c#?

489


What is difference between il and dll ?

524


what is the syntax to inherit from a class in c#?

544


Which class does the remote object has to inherit?

604


How do you serialize an object?

521


Why do we use hashtable in c#?

476