Answer Posted / prabhat
assembly is the logical code of data,and self deployment unit,
in physical it exist either .dll or .exe,
it contains four major parts:
1. Menifest- additional information of regarding to assembly
2. Type metadata:-Data about data or structure of classes
3. MSIL code:- containing business logics
4. Set of Resource: information or resource of other assembly
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is entity data model?
Is dapper better than entity framework?
What is asp net framework?
How can you return string result from Action in ASP.Net MVC?
Which are the important namespaces used in mvc?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is conceptual model? : Entity framework
Can you explain model, controller and view in mvc?
What is separation of concerns in asp.net mvc?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is the difference between .net core and .net framework?
What is managed extensibility framework?
What are Non Action methods in ASP.Net MVC?
How to change the action name in ASP.Net MVC?
What is Attribute Routing in ASP.Net MVC?