Answer Posted / seshu
Suppose that you are creating a general purpose DLL which
provides functionality which will be used by variety of
applications. Now, instead of each client application
having its own copy of DLL you can place the DLL in 'global
assembly cache'. Such assemblies are called as shared
assemblies.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is parse in asp.net?
When Cookies are expired in ASP.NET?
In which event of the page life cycle, is the viewstate available?
What is a web server? What are the load limits in it?
How ViewstateMac works?
Explain how viewstate is being formed?
Explain what is postback in asp. Net?
How do you store a value in viewstate and retrieve them?
Explain how can we inherit a static member?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is view state management in asp net?
What is route in web api?
List all templates of the repeater control.
How could you modify xaml content from javascript?