Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?

前端 未结 9 624
不知归路
不知归路 2021-02-02 02:57

I have looked over the Repository pattern and I recognized some ideas that I was using in the past which made me feel well.

However now I would like to write an applicat

9条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 03:26

    I found a fantastic blog post (with lots of good code) about this here: http://iridescence.no/post/Linq-to-Sql-Programming-Against-an-Interface-and-the-Repository-Pattern.aspx

提交回复
热议问题