Blog/Insights

What SQL LINQ is generating for you

I know a big concern with software developers who use .Net is LINQ.  It’s a great innovation with software but some times you don’t have the control over it you want.  For instance, what SQL actually gets generated from a LINQ expression?  One of our developers asked that question, found the answer and created a video about it.  http://vimeo.com/switchboxevan/profilinglinqtoentities

Top