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
What are the components of ado.net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Do gac'ed assemblies have fulltrust?
Apart from IDE what are the enhancements in asp.net 2.0?
What are resource file and how do we generate resource file?
Can we add code files of different languages in app_code folder?
How do you declare static variable?
Name the namespace which is used by ado.net?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is Dynamic Web and discuss its usage with the help of real life examples?
Where would you use an ihttpmodule, and what are the limitations of any?
What is strong-typing versus weak-typing?
What are Authentication and Authorization?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What are the differences between code behind and code inline?