by Vahid
18. March 2009 06:43
Scott Guthrie, Scott Hanselman, Rob Conery, and Phil Haack have release a book named ASP.NET MVC 1.0. first chapter of the book which is writen by Scott Guthrie is available to download for free. if you are new to MVC and also eager to know more about LINQ to SQL then you need to check this out. as always scott discribes the topics in practical manner so that we learn it much better. any way the chapter is available at the following link. download it, go through it and dont forget to thank scott.
Download the free end-to-end tutorial chapter in PDF form
Download the source code + unit tests for the completed application
by Vahid
30. January 2009 14:36
Want to learn LINQ? looking for a lightweigh and fast application to evaluate your linq expression? now check this out. i found a very good free application which lets you interactively query SQL databases
in a modern query language: LINQ. LINQPad is also a great way to learn LINQ: it comes preloaded with 200 examples
from the book, C# 3.0 in a Nutshell. And finally LINQPad is more than just a LINQ tool: it's a code snippet IDE
that instantly executes any C#/VB.net expression, statement block or
program. Put an end to those hundreds of Visual Studio Console projects
cluttering your source folder! you can get it from here.