Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Data Access   (RSS)
I just uploaded the slides and samples from my 3 talks at the March 2009 DevConnections conference. The Talks: ADX201: Coming Up to Speed with LINQ LINQ (Language INntegrated Query) is one of the new features provided with Microsoft’s Visual Studio Read More...
Just posted my session materials from Microsoft ASP.NET Connections, part of DevConnections Las Vegas, Nov 10-13, 2008. The updated materials, which can be found here , include both slides and samples for the following talks from the show: Data Control Read More...
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...