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
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
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
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
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
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