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 5
Day 04 – Discussing C# Class Members
Content Locked
Section 3
Methods and Properties
A block of statements that have the access modifier, name, return type, and parameters are method. We will also look into the usage of methods in C#. we will also see properties and its types. - Implement a code example to illustrate methods in C # - Study the types of properties