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

Difference between directcast and ctype.

0 Answers  


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


What is the difference between func and action delegate?

0 Answers  


Are tuples mutable c#?

0 Answers  


Explain about generics in c#.net?

0 Answers  






What is a bool in c#?

0 Answers  


How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).

3 Answers  


Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


Illustrate the process of code compilation in c#?

0 Answers  


What does console writeline do?

0 Answers  


How do you inherit a class into other class in c#?

0 Answers  


How do I format in c#?

0 Answers  


Categories