Using Linq to SQL classes via .Net
Hi,
Hope that I'm posting this in the correct form.
My project at work is using Linq to SQL classes and I am unsure as to why things have been implemented using this.
I've been reading a lot about Lint to SQL classes - seems that they can create performance issues. We have been having performance issues and I'm guessing it may be because of this.
Some questions:
1) Is Linq to SQL even a recommended tool to be using?
2) What are some options to using Linq?
Thank you.
Tulsi
-
|