https://github.com/alexandrospanag/my_c_sharp_projects
My C# Projects.
https://github.com/alexandrospanag/my_c_sharp_projects
c-sharp learn methods object-oriented-programming programming-language
Last synced: 3 months ago
JSON representation
My C# Projects.
- Host: GitHub
- URL: https://github.com/alexandrospanag/my_c_sharp_projects
- Owner: AlexandrosPanag
- License: other
- Created: 2023-08-29T12:05:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T11:12:42.000Z (about 1 year ago)
- Last Synced: 2025-01-16T00:57:18.080Z (about 1 year ago)
- Topics: c-sharp, learn, methods, object-oriented-programming, programming-language
- Language: C#
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# My C# Projects
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
Credits: [@alexandrospanag](https://github.com/alexandrospanag)
Certifications:
✅ LinkedIn Skill Assessment badge: https://www.linkedin.com/in/αλέξανδρος-παναγιωτακόπουλος/
✅ Foundation C# By Microsoft: https://www.freecodecamp.org/certification/AlexandrosPanag/foundational-c-sharp-with-microsoft
About C#
----
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 11 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
This article was taken from & can be found here: https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/
This meterial is based upon the course "Foundational C# with Microsoft" offered by freeCodeCamp & Microsoft & C# Notes For Professionals!
I highly encourage you to check out the original material which has in-depth and easy-to-learn documentation by freeCodeCamp and Microsoft, which can be found on the following link: https://www.freecodecamp.org/learn/foundational-c-sharp-with-microsoft/
C# Notes For Professionals official URL link can be found here: https://books.goalkicker.com/CSharpBook/
Compiler/Environment/IDE(S) used:
| Compiler/IDE | Link |
| --------------- | ---------------- |
| Visual Studio 2022 | [Download Link](https://visualstudio.microsoft.com/downloads/) |