This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Credits: @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
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 |