Answer Posted / kirti
An assembly that can be referenced by more than one application. An assembly must be explicitly built to be shared by giving it a cryptographically strong name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can any particular component of .net framework 3.0 be removed?
What is meant by tempdata in mvc?
Can you use Razor code in Javascript in ASP.Net MVC?
What are the 3 main components of an asp.net mvc application?
What are the sub types of ActionResult?
What is mapping in entity framework? : Entity framework
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
what is use of entitydatasource control?
What symbol would you use to denote, the start of a code block in razor views?
What is routeconfig.cs in mvc 4?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Is the following route definition a valid route definition? {controller}{action}/{id}
how do you mark a property as required? For example, for a project, the name is a required field.
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?