Answer Posted / d.naveen
Assemblies are small unit of deployment.
There are somany types of assemblies
they are:
1.public
2.private
3.shared.
4.satellite
there will exceutable(.exe) assembly and Library code(.dll).
Assembly contain version infornmation,metadata,actual code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is this service branded with windows livetm?
What is the default Orientation property in a Menu control?
How can you make sure that web api returns json data only?
Define dll hell?
When we use cookie less session? Explain its working?
What is the main differences between asp and asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Out of ASP or ASP.NET which one is stateless?
List of words of preprocessor in .net?
Give me one example of Web API Routing?
Explain difference between dataset and recordset?
What is __ requestverificationtoken?
Write a code snippet to implement the indentation in json in web api.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?