What does assemblyinfo.cs file consist of?
Answer Posted / 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 |
Post New Answer View All Answers
How many types of validators are there in asp net?
Explain asp.net page life cycle?
Can you explain page lifecycle in net?
Why session management is required?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How will you load dynamic assembly?
How many types of file extensions for razor views in ASP.Net MVC?
How do I open an ashx file?
What are strong names?
What is the difference between session object and application object?
How can you enable impersonation in the web.config file?
What is the advantage of using Windows authentication in a Web application?
Explain the use of errorprovider control in .net?
What is web configuration file and how to use in web application
Explain what is postback in asp. Net?