Modeling a many-to-many relationship in ASP.NET MVC using LINQ to SQL

前端 未结 6 1746
时光说笑
时光说笑 2020-12-14 05:15

I\'ve been reading and watching videos about MVC and I\'m starting to get a little confused. The simple tutorials are far too simple and they seem to only involve a single d

6条回答
  •  余生分开走
    2020-12-14 05:42

    The only solution I found was using PLINQ. It isn't perfect as far as I know though.

    I use the "PLINQ method" manually: http://www.codeproject.com/KB/linq/linq-to-sql-many-to-many.aspx

    I agree though, I hate writing all that code over and over again. It isn't a "clean" solution.

提交回复
热议问题