Freezing-Archer is a C# Repository for .NET Core Tutorials (Snippets/ Examples) using .NET Core SDK CLI Tools.
- Intro to CSharp
- Explore C#
- Interpolated Strings
- Indices and Ranges
- Console Teleprompter
- REST Client
- Inheritance in C# and .NET
- Working with LINQ
- Using Attributes in C#
Build .NET Core examples using .NET Core CLI, installed with .NET Core SDK.
dotnet new console
dotnet build
dotnet run