Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » LINQ   (RSS)
I just posted my slides and samples for a new talk I presented at the Fort Wayne, Indiana .NET Users Group. I thought the talk went well and hope you enjoy the slides and samples which you can find along with materials for several other talks at my downloads Read More...
FWIW, I found it helpful to create this table to compare the query syntax of C# and VB and how it translates into SQL. C# LINQ VB LINQ ANSI SQL from From FROM select Select SELECT where Where WHERE orderby Order By ORDER BY join Join JOIN group Group Read More...