Answering some LINQ Questions
I'm doing a training class this week and thought I would blog about a few of the questions that came up and some answers or pointers to more info.
Any support for LINQ to NHibernate? - While there's not direct support to NHibernate - There's some community work to show how you can use LINQ and Nhibernate - you can read more here.
Is there much going on to help with Unit Testing and LINQ to SQL ? - There is some info out there on Unit Testing and LINQ - Ian Cooper's post is here. Ben Hall's How to Unit Test Linq To SQL here.
What's going on with WCF and MTOM? - You can find details on MSDN here regarding Message Encoding
LINQ XML vs XPath - MSDN has a good comparison between LINQ XML and XPath here.
Reader Comments (1)
Cheers for the link. Mike Hadlow has also posted information about the IRepository pattern, using it on a sample at the moment and it seems to work well.
http://mikehadlow.blogspot.com/2008/03/using-irepository-pattern-with-linq-to.html