NetTiers学习总结4--DAL.docVIP

  • 61
  • 0
  • 约1.71万字
  • 约 15页
  • 2016-08-17 发布于重庆
  • 举报
NetTiers学习总结4--DAL

Data Layer: Using a layered approach when building out a framework gives you lots of flexibility especially when it comes to your data layer. Edit Why a separate layer for the data access? There are many valid reasons why you would want to separate out the data access layer from other layers. Keeping the data access layers separate give you the ability to create a data abstraction API. This means that you create an API for your data, which actually knows nothing about how to retrieve data from your database, web service, xml store, etc. Microsoft has really pushed the provider pattern, lead

文档评论(0)

1亿VIP精品文档

相关文档