Answer Posted / vamsi krishna alluru
Assemblies are the building blocks of the .NET framework ..
which provides reusebility,security and fast accesible
etc..once created Assembly any where can use the assebly
by calling the assembly name..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is asp.net a programming language?
How will you maintain versioning in asp.net 2.0?
What are session state modes?
What is data grid view in asp.net?
Is it right that ASP.NET Web API has replaced WCF?
Which asp.net objects encapsulate the state of the client and the browser?
Explain the difference between response.redirect vs server.transfer
Explain the difference between inline and code behind - which is best in?
What is the sequence in which ASP.NET events are processed?
What are sharepoint pages?
How to sign out from forms authentication?
Please briefly explain the usage of global.asax?
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.
Is there any limit for query string? Means what is the maximum size?
What are the Types of object in asp