How we handle the runtime database schema change issue in
asp.net application?
Answer Posted / ratnesh
By the help of Caching and using SqlCacheDependency u can do
this.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Define common type system?
What does the hotspot class in .net do?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is odata in web api?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is the namespace to create thread in .net?
If we remove web.config or machine.config from the application then, is this application will works?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How can you implement the postback property of an asp.net control?
How many types of Cookies are available in ASP.NET?
Why session is used in asp.net?
How do we assign page-specific attributes?
Is there any property names “isnavigating”?