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 disconnected scenario? : Entity framework
How can I tell what .net framework is installed?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is the .net framework and how does it work?
What is the full form of sp?
which are the key concepts of entity data model?
Can you use Razor code in Javascript in ASP.Net MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
what is code first approach?
What is entity framework in asp net?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is the "helperpage.isajax" property?
Can you explain renderbody and renderpage in mvc?
What are the Core features of ASP.NET MVC?