Answered by:
Suggest Books For C# 4.0/5.0

Question
-
User-1562101203 posted
Hello All
I have 2 years exprience in Asp.Net With C#
I want to explore C# Skill
suggest books for c# which will inscrease my knowledge as well as help to crack interview.
Please suggest good book for C# Which will cover following topics
1) LinQ In Details
2)OOP concept in details
3) Lambda expression
4) Memoary managment (Garbage collection in details)
5) XML
6) Dynamic programming
Saturday, January 25, 2014 1:15 PM
Answers
-
User541108374 posted
Hi,
I think you better focus on different kinds of books instead of looking for one that tries to cover it all.
CLR via C# is already a good starter.
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 27, 2014 2:21 AM -
User422038134 posted
c 5.0 in a nutshell 5th edition is a very good book on c#
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 20, 2014 11:14 AM -
User281315223 posted
I don't always believe in listing solely books as a resource as there are simply so many other great resources for learning things like C#, .NET and more. I'll include a few below and I would highly recommend checking out my blog post here which contains a variety of other great tools.
As others have mentioned, you'll be hard pressed to find a single resource that covers all of these, so I would recommend looking around for specific topics that you have questions on and using other more broad-scale resources to fill in the gaps.
C# Resources
- Getting Started with C#
- MSDN C# Resources Area
- Microsoft Events Virtual Webcasts and Virtual Lab
- Channel 9′s Series on C# Fundamentals for Beginners
Books
- Beginning ASP.NET 4.5: in C# and Visual Basic (Beginner Friendly)
This tutorial-centric book provides a great introduction to ASP.NET and is a perfect book for both developers that are new to .NET or those that may have worked with it previously as a refresher. The author does an excellent job of not only providing code to the reader, but thoroughly explaining why the code is there and how it works. (This is also a great choice as it provides both routes in C# and Visual Basic for those that are familiar with either of the languages)
- Professional ASP.NET 4.5 in C# and VB (Beginner Friendly)
Don’t let the “Professional” in the title scare you away if you are just learning ASP.NET, as this title is a great choice for an introductory book to .NET or for those that have some experience under their belts. The superstar team of authors focuses on many of the foundational concepts throughout ASP.NET and covers all of the major features available within the technology so that the reader will feel confident tackling applications both big and small.
Regarding LINQ and Lambda Expressions
101 LINQ Examples is a great place to start as it has tons of examples of different LINQ queries and will cover the code to help explain what is going on within the query. It starts out as very simple and progresses to more advanced queries.
A few other things to check out might be :
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 20, 2014 11:37 AM
All replies
-
User-1315512054 posted
Hello,
I am not sure if you will find a book covering all of these topics and maybe you should read couple of books for your purpose.
At http://www.howtoasp.net/asp-net-books/ you could find some C# books.
Regards
Saturday, January 25, 2014 1:32 PM -
User-1562101203 posted
Thanks for your reply ...i want book on c# language not on asp.net
Saturday, January 25, 2014 2:35 PM -
User541108374 posted
Hi,
I think you better focus on different kinds of books instead of looking for one that tries to cover it all.
CLR via C# is already a good starter.
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 27, 2014 2:21 AM -
User422038134 posted
c 5.0 in a nutshell 5th edition is a very good book on c#
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 20, 2014 11:14 AM -
User281315223 posted
I don't always believe in listing solely books as a resource as there are simply so many other great resources for learning things like C#, .NET and more. I'll include a few below and I would highly recommend checking out my blog post here which contains a variety of other great tools.
As others have mentioned, you'll be hard pressed to find a single resource that covers all of these, so I would recommend looking around for specific topics that you have questions on and using other more broad-scale resources to fill in the gaps.
C# Resources
- Getting Started with C#
- MSDN C# Resources Area
- Microsoft Events Virtual Webcasts and Virtual Lab
- Channel 9′s Series on C# Fundamentals for Beginners
Books
- Beginning ASP.NET 4.5: in C# and Visual Basic (Beginner Friendly)
This tutorial-centric book provides a great introduction to ASP.NET and is a perfect book for both developers that are new to .NET or those that may have worked with it previously as a refresher. The author does an excellent job of not only providing code to the reader, but thoroughly explaining why the code is there and how it works. (This is also a great choice as it provides both routes in C# and Visual Basic for those that are familiar with either of the languages)
- Professional ASP.NET 4.5 in C# and VB (Beginner Friendly)
Don’t let the “Professional” in the title scare you away if you are just learning ASP.NET, as this title is a great choice for an introductory book to .NET or for those that have some experience under their belts. The superstar team of authors focuses on many of the foundational concepts throughout ASP.NET and covers all of the major features available within the technology so that the reader will feel confident tackling applications both big and small.
Regarding LINQ and Lambda Expressions
101 LINQ Examples is a great place to start as it has tons of examples of different LINQ queries and will cover the code to help explain what is going on within the query. It starts out as very simple and progresses to more advanced queries.
A few other things to check out might be :
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 20, 2014 11:37 AM