Answer Posted / shyambora
an assembly is unit of file that contains IL code corresponding to a project when it was compiled.an assembly file can have an extension of either .exe or .dll
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the Session state management options available with ASP.NET?
What is the used of "ispostback" property?
What is master page in dtp?
What is parse in asp.net?
What is the difference between GridView and Repeater controls in ASP.NET?
What are the different types of validation controls provided in ASP.NET?
Why is an object pool required?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the server of asp.net?
What is the Difference between MVC And MVP design pattrens
What is the difference between equals() and == in c#?
What is the difference between mechine.config and web.config?
Why Unload event of MasterPage Calls first in ASP.net ?
What are the data controls available in asp.net?
What is the differences between a primary key and a unique key in sql server?