DevCares presentation on Visual Studio Orcas and Linq
Today I presented at the Microsoft DevCares event at the InfoMart in Dallas. As promised I have made available the powerpoints and the VS solutions that I used for the demo. Here are the contents for Microsoft DevCares sponsored by Tekfokus: 1) Lap around Visual Studio Orcas Powerpoint 2) Linq and Data Access in Visual Studio Orcas Powerpoint 3) solution containing demos for ASP.NET 4) solution containing demos for LINQ These documents can be found in this direcotry http://fluckiger.org/joeblogpics/2007-05-25_devCares/ It was a great presentation today at DevCares and a good turnout with 31 developers in attendance. It is amazing how many new great features are being released in this version of Visual Studio. Note you will need to make one modification to the LINQ solution demo, you will need to change the SQL connection string to (insert your path): -pass in the filename using a "user instance" connection in your sql connection string like so: "Data Source=.\SQLEXPRESS;...