In this book, we take a unique approach to teach C# to absolute beginners who will be able to learn the basics of the language in seven days. This practical book comes with, important concepts which build the foundation of the C# programming language.
The book begins with basic fundamentals using real world practical examples and gets acquainted with C# programming. We will be covering features like variables, syntax, control flows and then go to concepts like statements, arrays, string processing, method, inheritance, I/O handling. You will later be taken through the concepts of OOP through a real world example. We later dive into advanced level concepts such as generics, collections and get acquainted with objects and LINQ. Towards the end we'll be building an application covering all the concepts explained in the book.
By the end of this book you will be able to take your skills to the next level having a good knowledge of the fundamentals of C#.
Like most books on languages spoken or written it.so and do.a great job of teaching. The thing about languages is that the best way to learn is.to.either speak.or use the language as often as possible. What this book is good at however is giving the very basics pointing the reader to the best places to find more in depth knowledge on subjects as they're needed. In this case mainly the Microsoft Visual Studio documents which are free online. It's a very handy little book to have at hand when starting out in the realms of C#
I was expecting this book to have tutorials for learning c#. Instead, what I got was an overview of the language specification that I could have easily found online.