What are the types of assemblies and where can u store them
and how ?
Answer Posted / santhosh.gs
assemblies are of two types, They are Shared assembly and
private assembly. shared assemblies are shared among
multiple applications and they are stored in Global
Assembly Cache. Private Assemblies implies to a single
application and they are stored in the root directory of
the application.
| Is This Answer Correct ? | 40 Yes | 4 No |
Post New Answer View All Answers
What is the domain object?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Explain Bundle.Config in ASP.Net MVC4?
Does windows 10 need .net framework?
Why is entity framework used?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Explain two instances where routing is not implemented or required?
What is entity client data provider? : Entity framework
Explain the role of assembly in the .net framework.
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
Is http stateful or stateless?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
mention what are the various methods provided by the dataset object to generate xml?
Explain .Net Framework? Why we use it?
What is a razor file?