Community

Implementing a Data Access Layer in C#

(Joydip Kanjilal) A Data Access Layer is an important layer in the architecture of any software. This layer is responsible for communicating with the underlying database. Making this layer provider independent can ensure multi database support with ease. This article discusses implementation of a

Read More - Register for Free Membership