hi everyone
i just wanted to know actually where linq is used in the projects . is it used only in 2-tier architectures or can we use it in 3-tier projects and n-tier projects ?
can anyone post me the examples of 3-tier and n-tier projects using linq......
Loading
Andrew FensterPosted Jun 3, 2011, 5:40 PM
Really, Linq to SQL works reasonably well, but Microsoft seems to have moved on. I wouldn't make something new with it, especially something that you want to maintain for several more years.
VulpesPosted Jun 3, 2011, 4:41 PM
Andrew FensterPosted Jun 3, 2011, 3:38 PM
Microsoft is pushing Entity Framework now. If you have a choice, I recommend you learn and use this newer Microsoft technology.
Posted Jun 3, 2011, 6:18 AM
http://www.c-sharpcorner.com/UploadFile/jayendra/108022009063758AM/1.aspx
Suthish NairPosted Jun 3, 2011, 6:05 AM
Link Link