Book Image

Learn C# in 7 days [Video]

By : Gaurav Aroraa
5 (1)
Book Image

Learn C# in 7 days [Video]

5 (1)
By: Gaurav Aroraa

Overview of this book

<p>This video course 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.</p> <p>The course 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.</p> <p>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. Toward the end, you’ll build an application that covers all the concepts explained in this video course.</p> <p>By the end of this course, you’ll have next-level skills and a good knowledge of the fundamentals of C#.</p> <p>The code bundle for this video course is available at <a href="https://github.com/PacktPublishing/Learn-C-Sharp-in-7-days" target="blank">https://github.com/PacktPublishing/Learn-C-Sharp-in-7-days</a></p> <h2>Style and Approach</h2> <p>This fast-paced guide will get you up-to-speed with the language. Every section is followed by an exercise that focuses on building something with the language. The code for the exercises can be found on the Packt website.</p>
Table of Contents (9 chapters)
Chapter 7
Day 05 – Overview of Collections and Non-Generics
Content Locked
Section 3
SortedList
This video introduces SortedList and declaration of SortedList. We will also see properties and methods in SortedList. - Study the properties and methods in SortedList - Implement a SortedList example