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
Is .net framework going away?
What is the "helperpage.isajax" property?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What are the 2 ways of adding constraints to a route?
how do you truncate a table using entity data model?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Can we add constraints to the route? If yes, explain how we can do it?
What is the 'page life cycle' of an ASP.NET MVC?
What are child actions in ASP.Net MVC?
What is latest version of .net framework?
explain what does .edmx file contains?
Explain tempdata in asp.net mvc?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?