What are the types of assemblies and where can u store them
and how ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
Is there built-in support for tracing/logging
How do you specify comments using razor syntax?
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?
I can't be bothered with all this CAS stuff. Can I turn it off
how can you tell ef to have a different table or column name than that defined for the class?
what is entity sql?
What are non action methods in mvc?
What is the use of display modes?
What is object service? : Entity framework
Explain what platforms does the .net framework run on?
Can we create .DLL file without using the namespace?