vote up 0 vote down star

Possible Duplicates:
Best C# Book For An Experienced Programmer
What are the best C# .NET books?

I've been reading the ASP.NET 2.0 Website programming: Problem - Design - Solution from Wrox publications. It was quite interesting. Can anyone suggest a similar veined book for C# that may cover Linq-To-SQL?

flag

43% accept rate

closed as exact duplicate by George Stocker, Marc Gravell Sep 28 at 11:14

3 Answers

vote up 0 vote down

For C# - i know C# in Depth .It covers almost all areas of .NET 3.5 and also says difference between .NET 1.1 , .NET 3.0 , .NET 3.5 . And well explained Linq to sql is covered in Chapter 12 .

Are you looking for something like this.

link|flag
vote up 2 vote down

Please check this SO thread for discussion. : What are the best C# .NET books?

Also this SO thread: Best C# Book For An Experienced Programmer

For linq : I will suggest : Pro LINQ: Language Integrated Query in C# 2008

link|flag
vote up 0 vote down

It's not quite a Problem-Design-Solution approach book, but the absolute best book for LINQ-to-SQL (and LINQ in general), IMHO is:

LINQ In Action

The last section of the book has the authors building a new LINQ "provider" which is LINQ-to-Amazon, and this whole section of the book has a similar feel to that of the ASP.NET 2.0 Problem-Design-Solution book (which is also a great book, IMHO!) :)

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.