About 7,670,000 results
Open links in new tab
  1. Classes, structs, and records - C# | Microsoft Learn

    Apr 19, 2025 · In C#, the definition of a type—a class, struct, or record—is like a blueprint that specifies what the type can do. An object is basically a block of memory allocated and configured according to the blueprint.

  2. Objects - create instances of types - C# | Microsoft Learn

    Sep 17, 2021 · A program may create many objects of the same class. Objects are also called instances, and they can be stored in either a named variable or in an array or collection. Client code is the code that uses these variables to call the …

  3. Object-Oriented Programming - C# | Microsoft Learn

    C# is an object-oriented programming language. The four basic principles of object-oriented programming are: Abstraction Modeling the relevant attributes and interactions of entities as classes to define an abstract representation of a system.

  4. Data Structures and Algorithms with Object-Oriented Design Patterns in C#

    This free book promotes object-oriented design using C# and illustrates the use of the latest object-oriented design patterns. Virtually all the data structures are discussed in the context of a single class hierarchy.

  5. A Complete Guide To Object Oriented Programming In C# - C#

    In this article, we will learn how to write code for Classes and Objects, Constructors and Destructors, Function Overloading, Encapsulation, Inheritance, Interface, and Polymorphism in C# and .NET.

  6. Hands-On Object-Oriented Programming with C# - O'Reilly …

    The book starts off by introducing you to C# language essentials and explaining OOP concepts through simple programs. You will then go on to learn how to use classes, interfacesm and properties to write pure OOP code in your applications.

  7. Hands-On Object-Oriented Programming with C# - GitHub

    This book aims at teaching object-oriented programming in C#, in an engaging and interactive way. This book covers the following exciting features: Master the fundamentals of OOP paradigm

  8. Beginning C# Object-Oriented Programming - Google Books

    Dec 6, 2013 · Master the fundamentals of object-oriented programming ; Work through a case study to see how C# and OOP work in a real-world application ; Develop techniques and best practices that lead to...

  9. Classes and objects tutorial - C# | Microsoft Learn

    Mar 19, 2025 · In this tutorial, you'll build a console application and see the basic object-oriented features that are part of the C# language. Prerequisites. The latest .NET SDK; Visual Studio Code editor; The C# DevKit; Installation instructions. On Windows, this WinGet configuration file to install all prerequisites. If you already have something ...

  10. 9 Best C# Books Every C# Developer Should Know - Hackr

    Jan 30, 2025 · Grab a cup of coffee, pull up a chair, and let's explore the top C# books that'll make your coding journey a breeze. 1. C# 10 and .NET 6 - Modern Cross-Platform Development. This C# book is like the cozy beginner's guide to the programming party. The author dives into all the must-know basics and even teases some of the fancy advanced stuff.

  11. Some results have been removed
Refresh