What is caching? What are the different types of caching?
Answer Posted / sushil kumar verma
caching can be defined as storing the output or the
response by the brouser.when several user click at the
same time to same site storing the site plays a vtal role.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to implement form based authentication in asp.net application?
What is globalization and localization in asp net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the different authentication modes in asp.net?
How you can return View from ASP.NET Web API method?
What is a SESSION and APPLICATION object?
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 ASLM?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Explain weak typing and strong typing.
How do you sign out from forms authentication?
What is x xss protection?
How you can add an event handler?
What are validator? How do you disable them?
Define dll hell?