Answer Posted / swapna
In general, a static assembly can consist of four elements:
The assembly manifest, which contains assembly metadata.
Type metadata.
Microsoft intermediate language (MSIL) code that implements
the types.
A set of resources
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to change the action name in mvc?
why DotNetFramework is included in building a software
How does .net framework works?
What is entity graph? : Entity framework
What is the difference between adding routes, to a webforms application and to an mvc application?
What is asp net framework?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
differences between poco, model first and data first approach?
mention in what all scenarios entity framework can be applicable?
Explain .Net Framework? Why we use it?
Which is the default http method for an action method?
How to Create an Intranet Site Using ASP.NET MVC?
will there be any issues adding a table without primary keys to a data model?
Explain tempdata in mvc?
What is conceptual model? : Entity framework