What are the types of assemblies and where can u store them
and how ?
Answer Posted / rajitha
Types of assemblies in asp.net : specially 2 types
1.private :It will be stored only in local root directory
2.shared:It will be stored in Global Assembly Cache.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does servicing work for the .net framework 3.0?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
how do you mark a property as required? For example, for a project, the name is a required field.
What are differences between entity framework and l2s? : Entity framework
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is entity framework in asp net?
What is the advantage of mvc?
How can we determine action invoked from HTTP GET or HTTP POST?
What is the meaning of unobtrusive javascript?
What is basic authentication in web api?
How to update one of my table in database at 4pm every day how it is possible?
which are the key concepts of entity data model?
How to use multiple submit buttons in asp.net mvc?
what is entity sql?
How we can handle the exception at controller level in ASP.Net MVC?