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 foreach loop in c#?

0 Answers  


Can abstract class have constructor c#?

0 Answers  


How is the memory managed in C#.

1 Answers  


What is a dictionary in c#?

0 Answers  


What are the Types of values mode can hold session state in web.config

0 Answers   BirlaSoft,






What is the difference between dynamic type variables and object type variables in c#?

0 Answers  


How do I create multifile assembly?

0 Answers  


What does exclamation mark mean in access query?

0 Answers  


What is the difference between abstract class and interface in c#?

0 Answers  


What is class method c#?

0 Answers  


What does it meant to say “the canonical” form of XML ?

1 Answers  


Why do we use parameters in c#?

0 Answers  


Categories