Abhishek Bhat

Abhishek Bhat

  • NA
  • 2.8k
  • 598.9k

About separating database layer from UI layer

Sep 7 2011 9:31 PM
I am creating a N Tier application in WPF. I wanted to make UI layer and Database layer separate. When it comes to separation of DB layer, I wanted the Db layer to be generic and able to support all databases. I was thinking of using Application Block for this. I just wanted thoughts about the best way of making DB layer generic to support all sorts of databases.

Answers (1)