What are the types of assemblies and where can u store them
and how ?
Answer Posted / srinivas m
Assembly is Basic Unit Application Deployment in .Net. This
is either DLL or EXE.We have 3 types of Assemblies in .Net
1.Private Assembly:This is Local to Perticular Application
and not sharable among all the applications.This will be
stored on application Root directory.
2.Shared Assembly:This is Sharable among all the
applications in our System.This will Stored in Global
Assembly Cache.
3.Sattelite Assembly:This is not having appliaction having
only Language Specification.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Do you know about the new features in ASP.Net MVC 4 ?
Define the core components of an ASP.NET MVC application?
how do you truncate a table using entity data model?
Does windows 10 need .net framework?
What is .net architecture?
What is entity graph? : Entity framework
What are the advantages of mvc over asp.net?
Explain entity lifecycle? : Entity framework
What is routeconfig.cs in mvc 4?
Explain RenderBody and RenderPage in ASP.Net MVC?
When will the .net framework 3.0 be released?
How we can invoke child actions in ASP.Net MVC?
How to Create an Intranet Site Using ASP.NET MVC?
Explain the new features added in version 4 of mvc (mvc4)?
what is complex type?