#C#.Net

3 messages · Page 1 of 1 (latest)

shell drum
#

What should I do after completing C#
I just a begineer

vapid shard
#

What did you do with C#?

slim reef
# shell drum What should I do after completing C# I just a begineer

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.