Este repositorio sirve como un recurso educativo para aquellos que desean aprender las bases de la programación orientada a objetos (POO) y la programación básica en C#.
El contenido de este repositorio se organiza en los siguientes directorios:
En esta sección, encontrarás materiales introductorios que te ayudarán a familiarizarte con la sintaxis y estructuras fundamentales de C#.
Esta en los archivos Program.cs
Aquí nos sumergimos en los principios de la POO utilizando C#. Cubrimos conceptos como clases, objetos, herencia, polimorfismo, encapsulamiento y abstracción.
Esta en la carpeta de Entidades
En esta sección, aplicamos los conceptos aprendidos en ejemplos prácticos para ilustrar cómo se utilizan en situaciones del mundo real.
Realmente todo es un Ejemplo practico.
Antes de comenzar con este material, se recomienda tener conocimientos básicos de programación y estar familiarizado con los conceptos fundamentales de C#.
¡Las contribuciones son bienvenidas! Si encuentras errores, tienes sugerencias o deseas agregar más ejemplos, no dudes en enviar una solicitud de extracción.
Además de este repositorio, se recomienda explorar otros recursos para profundizar en C# y la programación orientada a objetos:
¡Disfruta aprendiendo y programando en C#! 🚀
This repository serves as an educational resource for those wishing to learn the basics of object-oriented programming (OOP) and basic C# programming.
The content of this repository is organised into the following directories:
In this section, you will find introductory materials that will help you get familiar with the fundamental syntax and structures of C#.
It is in the files Program.cs
Here we dive into the principles of OOP using C#. We cover concepts such as classes, objects, inheritance, polymorphism, encapsulation and abstraction.
It's in the Entities folder
In this section, we apply the concepts learned in practical examples to illustrate how they are used in real-world situations.
Everything really is a Practical Example.
Before starting with this material, it is recommended that you have a basic knowledge of programming and be familiar with the fundamental concepts of C#.
Contributions are welcome! If you find bugs, have suggestions or want to add more examples, feel free to send a pull request.
In addition to this repository, it is recommended to explore other resources for further study of C# and object-oriented programming:
- Official C# Documentation
- C# Fundamentals](https://www.pluralsight.com/courses/csharp-fundamentals-with-visual-studio)
- Object-Oriented Programming in C#
Enjoy learning and programming in C#! 🚀
#日本語版
このリポジトリは、オブジェクト指向プログラミング (OOP) と C# プログラミングの基礎を学びたい人のための教材です。
このリポジトリのコンテンツは、以下のディレクトリに整理されています:
1. C# 入門
このセクションには、C#の基本的な構文や構造に慣れるための入門資料があります。
Program.cs
ここでは、C#を使用したOOPの原則に飛び込みます。クラス、オブジェクト、継承、ポリモーフィズム、カプセル化、抽象化などの概念を取り上げます。
Entitiesフォルダにあります。
このセクションでは、実践的な例で学んだ概念を適用し、実際の状況でどのように使用されるかを説明します。
本当にすべてが実践例です。
この教材を始める前に、プログラミングの基本的な知識があり、C#の基本的な概念に精通していることをお勧めします。
貢献は大歓迎です!バグを見つけたり、提案があったり、より多くの例を追加したい場合は、遠慮なくプルリクエストを送ってください。
このリポジトリに加えて、C#とオブジェクト指向プログラミングをさらに勉強するために、他のリソースを調べることをお勧めします:
- C# 公式ドキュメント](https://docs.microsoft.com/es-es/dotnet/csharp/)
- C# の基礎](https://www.pluralsight.com/courses/csharp-fundamentals-with-visual-studio)
- C#によるオブジェクト指向プログラミング](https://www.c-sharpcorner.com/technologies/object-oriented-programming-oop)
C#の学習とプログラミングを楽しんでください!🚀
#中文版
本资源库为希望学习面向对象编程(OOP)基础知识和基本 C# 编程的人员提供教育资源。
本资源库的内容分为以下目录:
1. C# 简介
在本节中,您可以找到帮助您熟悉 C# 基本语法和结构的入门材料。
它位于 Program.cs 文件中
2. 面向对象编程(OOP)
在这里,我们将深入探讨使用 C# 进行面向对象编程的原理。我们将介绍类、对象、继承、多态性、封装和抽象等概念。
在实体文件夹中
3. 实用示例
在本节中,我们将在实际示例中应用所学概念,以说明如何在实际情况中使用这些概念。
所有内容都是实际示例。
##前提条件
在开始学习本资料之前,建议您具备基本的编程知识,并熟悉 C# 的基本概念。
欢迎贡献!如果您发现错误、有建议或想添加更多示例,请随时发送拉取请求。
除本资料库外,建议探索其他资源,以进一步学习 C# 和面向对象编程:
- 官方 C# 文档](https://docs.microsoft.com/es-es/dotnet/csharp/)
- C# 基础](https://www.pluralsight.com/courses/csharp-fundamentals-with-visual-studio)
- C# 中的面向对象编程](https://www.c-sharpcorner.com/technologies/object-oriented-programming-oop)
享受 C# 的学习和编程乐趣!🚀