Skip to content Skip to sidebar Skip to footer
Showing posts with the label Architecture

Handling Web Service Timeouts While Performing Long-running Database Tasks

The architecture of one of our products is a typical 3-tier solution: C# client WCF web service SQ… Read more Handling Web Service Timeouts While Performing Long-running Database Tasks

Design Users Table For Single Sign In To Use Across Sub Domains

We have a site which has sub domains like: example.com - Main Site food.example.com fashion.exa… Read more Design Users Table For Single Sign In To Use Across Sub Domains

How To Modify Existing Tables For Timezone Addition

I have a large application with 500+ tables, I have to convert the application to be timezone aware… Read more How To Modify Existing Tables For Timezone Addition

Guidelines For Build A .net Web Application That Can Use "plug-in" Data Access Layers

I'm building an application which will initially use SQLServer 2008 as the DBMS. How should I s… Read more Guidelines For Build A .net Web Application That Can Use "plug-in" Data Access Layers

Practical Limit For The Number Of Databases In Sql Server?

In one of the stackoverflow podcasts (#18 I think) Jeff and Joel were talking about multi vs single… Read more Practical Limit For The Number Of Databases In Sql Server?

Arguments For And Against The Android Sqlite Usage

I am unsure if I should use or not Android SQLite database with my Android program. The program has… Read more Arguments For And Against The Android Sqlite Usage