在这里汇总一下linq的参考资料,以便以后查看:

http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx    MSDN 的Linq参考

http://www.codeproject.com/KB/dotnet/LINQ2SQLSamples.aspx   Linq to Sql samples

http://www.codeproject.com/KB/aspnet/MVCFlexigrid.aspx  Asp.net flexgrid examples

http://www.codeproject.com/KB/aspnet/LINQ_Code_Generator.aspx   linq code generator

http://www.codeproject.com/KB/linq/BasicLINQSample.aspx better linq with better example

http://www.codeproject.com/KB/linq/Data_Query.aspx   linq for beginner  

http://www.codeproject.com/KB/linq/LINQToSQLBaseCRUDClass.aspx  linq to sql:all common operation(insert,update,delete ,get ) in one base class

http://www.codeproject.com/KB/linq/LINQ_Transactions.aspx  linq transactions using a custom base datacontext

http://www.codeproject.com/Articles/61498/LINQPad-helps-you-learn-LINQ.aspx  linqpad helps you learn linq

http://www.codeproject.com/KB/linq/LINQToSQLTips.aspx  linq to sql tips and tricks

http://www.codeproject.com/KB/linq/LINQSQLCS.aspx simple linq to sql in c#

 

相关文章:

  • 2021-05-04
  • 2021-07-27
  • 2022-02-18
  • 2022-02-03
  • 2021-12-17
  • 2022-01-12
  • 2021-07-28
  • 2021-07-19
猜你喜欢
  • 2022-02-24
  • 2021-10-31
  • 2021-06-12
  • 2021-07-20
相关资源
相似解决方案