Category Archives: database

Android tablet and smartphone application

Android tablets and smartphones for mobility This Android project is possibly one the first of its kind in the industry. Our client, a leading hotelier was on the looking for an easy to use mobile application for restaurant order management … Continue reading

Posted in Android, Case studies, database, Google, smartphone | Tagged , , , , , | Leave a comment

Deadlock Scenario in SQL Server

  What is Deadlock A deadlock is a situation wherein two or more competing actions are waiting for the other to finish, and thus neither ever does. In Database systems, deadlock refers to a situation in which two or more … Continue reading

Posted in database, sql server | Tagged , , | Leave a comment

Caching with dependencies

  This blog is continuation of our blog on Data caching Caching with Dependencies As time passes, the information in your data source may change. If your code uses caching, you may be unaware of the changes and might continue … Continue reading

Posted in data modelling, database | Tagged , , , , , , | 1 Comment

Data Caching

  I recommend before you start reading this blog please go through our blog on Web Caching   Data Caching Data caching is the most flexible type of caching but forces the developers to take specific additional steps in the code … Continue reading

Posted in data modelling, database | Tagged , , , | 2 Comments

Output Caching

  I recommend before you start reading this blog please go through our blog on Web Caching   Output Caching With output caching, the final rendered HTML of the page is cached. When the same page is requested again, the control … Continue reading

Posted in data modelling, database | Tagged , , , , , | 1 Comment

Database skills update

  Figure 1-1 Database Management life cycle Organizations today must deliver tangible business value from their database investments. Adding to this challenge is the constant change inherent in complex, often diverse environments. From application and platform changes to increased user … Continue reading

Posted in database, sql server | Tagged , | 2 Comments