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 is cookieless session id explain in brief?
What is the mvc model?
Can you explain page lifecycle in net?
What is difference between ispostback and autopostback in asp net?
How do we assign page-specific attributes?
What are the advantages of asp.net?
What is the difference between “Web.config” and “Machine.Config”?
Where is the session stored?
What are Master Pages in ASP.NET? or What is a Master Page?
What is a windows service?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is the server of asp.net?
Describe the events in the life cycle of a web application.
What is web api vs wcf?