#C#.Net
3 messages · Page 1 of 1 (latest)
What did you do with C#?
Explore .NET Framework and .NET Core
Understand .NET Core and .NET 5/6+: C# runs on the .NET framework, which includes tools, libraries, and runtimes. Learn the difference between .NET Framework (for Windows apps) and .NET Core/.NET 5+ (cross-platform support).
Practice Using NuGet Packages: Explore how to install and use third-party packages from NuGet, which is essential for building feature-rich applications.
Build Console Applications
Start building simple applications in a console, like a calculator, to-do list, or mini text-based game.
Try out small projects that implement basic algorithms and data structures, such as sorting algorithms, stacks, queues, etc.