[Haskell-beginners] New Thread: looking for some advice in regard to LINQ

Daniel Pratt colorblinddad at gmail.com
Tue Mar 29 03:59:50 CEST 2011


On Mon, Mar 28, 2011 at 4:08 PM, Patrick Lynch <kmandpjlynch at verizon.net> wrote:
>
> Good afternoon,
>
> I'm just about finished researching Monads - wow!
> I'm still trying to figure out Category Theory.
>
> I would like to explore LINQ. Can anyone give me a book reference or tutorial reference? for it?
> In addition, should it be studied with F# or with C#?
>
>

I don't know about a book, but 101 LINQ Samples has proven useful to
me on more than one occasion.

As far as F# vs. C#, I would strongly recommend trying it with C#.
LINQ is much better integrated into C#. My sense of the LINQ support
in F# is that it's more of a proof-of-concept. Surprisingly, LINQ also
seems to be much more cumbersome in F#, which is counter to my
intuition.

>
> Good day
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners



More information about the Beginners mailing list