Best Practices for Managing Linq to SQL Dbml Files?

前端 未结 5 779
囚心锁ツ
囚心锁ツ 2020-12-04 15:44

I\'ve just started using Linq to SQL, and I\'m wondering if anyone has any best practices they can share for managing dbml files.

  • How do you keep them up to da
5条回答
  •  一整个雨季
    2020-12-04 16:30

    PLINQO is a set of code generation templates generating LINQ to SQL. It supports syncing with the database and splitting entities into multiple classes along with many other features that make LINQ to SQL easy to use.

    Check out the PLINQO site at http://www.plinqo.com as well as the intro videos.

提交回复
热议问题