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
How to make sure Client Validation is enabled in ASP.Net MVC
what is code first approach?
What is page life cycle?
Is .net core replacing .net framework?
Describe the gac in the .net framework.
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
How route table has been created in asp.net mvc?
What is an asynchronous controller in asp.net mvc?
Explain the methods used to render the views in mvc?
Mention two instances where routing is not implemented or required?
What is .net architecture?
What is filters in web api?
How we can multiple submit buttons in ASP.Net MVC
How to use Jquery Plugins in ASP.Net MVC validation?
What is the role of the jit compiler in .net framework?