Answer Posted / shiva kumar
Assembly's are major building blocks of .net which is
generated by the language compiler.
Assemblies contains MSIL code,metadata,manifest,resource
information.
assemblies can be a .dll or .exe files
.dll assembly is called as library assemblies.
.exe assembly is called as process assemblies.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the methods used to render the views in mvc?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
How does .net framework works?
Explain Bundle.Config in ASP.Net MVC4?
Difference between ASP.NET MVC and ASP.NET WebForms?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is difference between viewbag and viewdata and tempdata?
What is the benefit of entity framework?
Is .net core faster than .net framework?
Can you explain renderbody and renderpage in asp.net mvc?
What is the "helperpage.isajax" property?
Is entity framework slow?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
How we can call a javascript function on the change of a dropdown list in mvc?