I’m doing a question where I need to find out actual web systems that uses LINQ.
Anyone have any ideas what sites uses LINQ? and the evidence that shows that it uses LINQ.
Thanks!
I’m doing a question where I need to find out actual web systems that
Share
http://www.ThinqLinq.com uses LINQ heavily, has source available, and multiple blog posts indicating how LINQ is used in pieces of the site. It is NOT designed for high scalability. It’s more of a proof of concept and playground for test ideas. The biggest LINQ to SQL implementation I know of is Stack. I think they have discussed some of the optimizations they did to improve performance in some of their early podcasts, but don’t know which ones off the top of my head.