Resources for learning LINQ?

后端 未结 8 1549
野趣味
野趣味 2020-12-23 15:42

I\'m looking to learn LINQ, but I\'m finding that there is a lot more to it then what I initally expected. In fact, there\'s so much that I\'m not sure where is the best pla

相关标签:
8条回答
  • 2020-12-23 16:05

    Although this isn't free, and might seem "daunting" to a beginner. But the Professional LINQ book published by Wrox I found was good as a "get your feet wet" book. It's not what I would consider part of their professional series despite the title and doesn't go into nearly as much depth as it should, but it's a good start nevertheless.

    0 讨论(0)
  • 2020-12-23 16:09

    I have been looking quite alot for the same, but i have found that there isnt really a place where everything is together..

    But there is a few good resources.

    LinQ 101 - http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx

    And this one got quite a few small example snippets on how to do things in alot of different languages. And it got a section for linq too

    http://www.java2s.com/Code/CSharp/LINQ/CatalogLINQ.htm

    Id say start with linq to sql, they stopped developing that a while back, but the syntax is exactly like linq to entities, linq to entities and linq to sql is almost the same, there is a few things different, but id say start from the "bottom" :)

    This is a really good tutorial about how to jump from "linq to sql" to "linq to entities" http://naspinski.net/post/Getting-started-with-Linq-To-Entities.aspx

    0 讨论(0)
提交回复
热议问题