具有 linq-to-sql 的企业库?

发布于 2024-09-12 21:01:48 字数 101 浏览 7 评论 0原文

我想获得有关企业库如何使用 linq-to-sql 生成的类的任何反馈(试探一下)。我正在考虑使用验证处理程序向 UI 级别提供验证逻辑/显示。我主要考虑缓存处理程序、验证和授权处理程序。

I wanted to get any feedback (put out a feeler) for how the enterprise library plays with linq-to-sql generated classes. I was considering using the validation handler to provide validation logic/display to the UI level. I am considering the caching handler, validation, and authorization handlers primarily.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜未央樱花落 2024-09-19 21:01:48

请查看我有关将 Enterprise Library Validation Application Block 与 LINQ to SQL 集成的文章。在本系列中,我将解释如何通过 LINQ to SQL 有效使用 VAB:

  1. 第 1 部分:基本集成
  2. 第 2 部分:在自定义中使用上下文验证器
  3. 第 3 部分:自定义验证器的复杂性
  4. 第 4 部分:使用元数据自动验证

Take a look at my articles about integrating Enterprise Library Validation Application Block with LINQ to SQL. In this series I explain how to effectively use the VAB with LINQ to SQL:

  1. Part 1: Basic Integration
  2. Part 2: Using context within custom validators
  3. Part 3: The complexity of custom validators
  4. Part 4: Using Metadata to Automate Validations
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文