Category Archives: database

RavenDB – The next generation Document Database

RavenDB is no substitute for SQL Server or any Relational Database. RavenDB is a NoSQL, Document Oriented Database. The idea of non-relational database rose alongside with the companies like Google , Facebook etc. , who are left with trillions of … Continue reading

Posted in .NET, database, opensource, REST | Tagged , , | Leave a comment

Samsung Galaxy and enterprise mobility

Samsung Android tablets for mobility This Android tablet 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 | 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