Is “ SQL Helper Class ” in Microsoft Application Blocks for .NET is excellent?

余生长醉 提交于 2019-12-04 21:16:33

I've used the SQL Helper class and newer DAAB/Enterprise Library in many projects before. I would suggest that you use the right tool for the right job. Alternatives include

  • NHibernate
  • LINQtoSQL
  • Entity Framework
  • Enterprise Library
  • My Generation (and various plug-in frameworks like Gentle)
  • ADO.NET... the list goes one

I've used that application block and modified versions of it in a number of projects (large and small), it makes a great framework to build your data tier around in my opinion. Just don't treat it as an end all framework and expand it when needed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!