NET Practice Projects Welcome to the .NET Practice Repository β a collection of focused, hands-on mini projects designed to deepen your understanding of modern C# and .NET features.
This repository includes organized modules covering specific C# topics, ideal for:
Practicing and experimenting with language features Preparing for technical interviews Building a solid foundation for professional development π Structure dot-net-practice/ βββ Features/ # Feature-focused console apps (C#) β βββ Exception-Filters/ # Exception handling with filters β βββ String-Interpolation/ # String formatting and interpolation β βββ features.sln # Solution file for Features module β βββ program.cs # Entry point (comment/uncomment code as needed)
π How to Run Open solution: Open features.sln in Visual Studio or VS Code with the C# extension.
Build the project: Use the build option or run the following command:
dotnet build Run a specific project (optional): Navigate to the desired project folder and run:
dotnet run --project Features/Exception-Filters π Topics Covered
β Exception Filters in C# β String Interpolation and Raw String Literals β¨ More coming soon... π€ Contributing This repository is meant for personal learning. However, you can fix it for your own practice or interview prep.