What does assemblyinfo.cs file consist of?

Answers were Sorted based on User's Feedback



What does assemblyinfo.cs file consist of?..

Answer / srikanth

Assemblyinfo.cs is the file that will be created by
the .net runtime where the information like version number,
strong name,signature details of the assembly will be
stored in.

Is This Answer Correct ?    20 Yes 3 No

What does assemblyinfo.cs file consist of?..

Answer / chauhan rakesh botad

AssemblyInfo.cs file contains details about the assembly
name,version info.,security info. and various details
including company,description and trademark etc..

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is cyclomatic complexity and why is it important?

1 Answers  


What is a reflection?

0 Answers  


When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.

4 Answers   Syntax Softtech, TCS,


What is the use of autowireup in asp.net?

0 Answers  


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,






what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


Can you change a master page dynamically at runtime? How?

0 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


Where are session variables stored?

0 Answers  


how to retrieve data using web services in asp.net pls give me the code and explain me briefly

3 Answers  


What are server objects?

0 Answers  


How you will improve web application performance?

0 Answers   Wipro,


Categories