Answer Posted / reddy
A full assembly reference includes the assembly's text
name, version, culture, and public key token assembly has a
A full assembly reference is required if you reference any
assembly that is part of the common language runtime or any
assembly located in the global assembly cache. You can also
dynamically reference an assembly by providing only partial
information, such as specifying only the assembly name.
When you specify a partial assembly reference, the runtime
looks for the assembly only in the application directory.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is definingquery in entity framework? : Entity framework
explain lazy loading, eager loading, and explicit loading?
How to Redirect Tracing to a File
What is viewbag title?
Where are the routing rules defined in an asp.net mvc application?
What is conceptual model? : Entity framework
what is eager loading?
Explain two instances where routing is not implemented or required?
How we can add the CSS in ASP.Net MVC?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is Dependency Injection in ASP.Net MVC
What are Action Methods in ASP.NET MVC?
Explain the difference between viewbag and viewdata in mvc?
Which are the important namespaces used in mvc?
What are Code Blocks in Views?