Feedback from our readers is always welcome. Let us know what you think about this book-what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of. To send us general feedback, simply email [email protected], and mention the book's title in the subject of your message. If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.
-
Book Overview & Buying
-
Table Of Contents
Learn C# in 7 days
By :
Learn C# in 7 days
By:
Overview of this book
This book takes a unique approach to teach C# to absolute beginners. You’ll learn the basics of the language in seven days. It takes a practical approach to explain the important concepts that build the foundation of the C# programming language.
The book begins by teaching you the basic fundamentals using real-world practical examples and gets you acquainted with C# programming. We cover some important features and nuances of the language in a hands-on way, helping you grasp the concepts in a fluid manner.
Later, you’ll explore the concepts of Object-Oriented Programming (OOP) through a real-world example. Then we dive into advanced-level concepts such as generics and collections, and you’ll get acquainted with objects and LINQ. Towards the end, you’ll build an application that covers all the concepts explained in the book.
By the end of this book, you will have next-level skills and a good knowledge of the fundamentals of C#.
Table of Contents (9 chapters)
Preface
Day 01 - Overview of the .NET Framework
Day 02 - Getting Started with C#
Day 03 - What's New in C#
Day 04 - Discussing C# Class Members
Day 05 - Overview of Reflection and Collections
Day 06 - Deep Dive with Advanced Concepts
Day 07 - Understanding Object-Oriented Programming with C#
Day 08 - Test Your Skills – Build a Real-World Application