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
The order of the filters that get executed, if the multiple filters are implemented?
What is the role of the jit compiler in .net framework?
what is complex type?
List out few different return types of a controller action method?
Explain bundle.config in mvc4?
What are the possible razor view extensions?
What operating systems will the .net framework 3.0 be available for?
Explain Keep method in Tempdata in ASP.Net MVC?
Is .net framework 4.8 the last version?
What is Dependency Injection in ASP.Net MVC
Mention what is the difference between “ActionResult” and “ViewResult” ?
Difference between ASP.NET MVC and ASP.NET WebForms?
How we can handle the exception at controller level in ASP.Net MVC?
List the new features added in .net framework 4.0.
What is the meaning of unobtrusive javascript? Explain us by any practical example.