How we handle the runtime database schema change issue in
asp.net application?

Answers were Sorted based on User's Feedback



How we handle the runtime database schema change issue in asp.net application?..

Answer / ratnesh

By the help of Caching and using SqlCacheDependency u can do
this.

Is This Answer Correct ?    4 Yes 2 No

How we handle the runtime database schema change issue in asp.net application?..

Answer / pradip

by using caching only.....

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain the difference between asp & asp.net.

0 Answers  


Are there resources online with tips on asp to asp.net conversions?

0 Answers  


What is a postback ispostback and autopostback in asp net?

0 Answers  


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


Can you edit data in the Repeater control?

4 Answers   Siebel Systems,






What are the objects in used in ASP for processing input and outputs?

1 Answers  


What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

1 Answers   Getit, Siebel, Visual Soft,


How can we Maintain more than on config file in one .Net web application and how?

1 Answers   USi,


How do we invoke queries from the application?

3 Answers   Microsoft,


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


Demonstrate Render and PreRender?

0 Answers   QuestPond,


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


Categories