What does assemblyinfo.cs consists ?

Answers were Sorted based on User's Feedback



What does assemblyinfo.cs consists ?..

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

What does assemblyinfo.cs consists ?..

Answer / kallol

It consists assembly version info

Is This Answer Correct ?    7 Yes 3 No

What does assemblyinfo.cs consists ?..

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 does assemblyinfo.cs consists ?..

Answer / sasi

it consists of a s s e m b l y i n f o . cs

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More C Sharp Interview Questions

What is class in oops with example in c#?

0 Answers  


What is lazy loading entity framework?

0 Answers  


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

0 Answers  


What is different between Boxing and Unboxing?

0 Answers  


What is a generic c#?

0 Answers  






What is a static class in c#?

0 Answers  


Explain the difference between “as” and “is” operators used in c#?

0 Answers  


Does c# have a 'throws' clause?

0 Answers  


Can we inherit a private class in chsarp? how? explain(with code) ?

4 Answers   Techno Labs,


When is a class declared as a class abstract?

0 Answers   Siebel,


What is an example of delegation?

0 Answers  


What is the difference between a constant and a static readonly field?

0 Answers  


Categories