version information is mentioned in which file
Answer Posted / rudranarasimha
assembly manifest contains version information
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How asp.net mvc differs from asp.net web forms? : asp.net mvc
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain page output caching?
What are themes and skins in 2.0, explain usage scenario?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What are the parts of an http response?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Explain cashing in asp.net.
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the difference between cookie and session?
What is the difference between system.stringbuilder and system.string
Describe the Server Control Events of ASP.NET?
How can you handle errors in Web API?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Which asp.net objects encapsulate the state of the client and the browser?