A collection of C# and .NET projects showcasing different applications built with Microsoftβs .NET framework. This repository contains various sample apps and utilities that demonstrate practical coding patterns, basic architecture, and real-world use of .NET features.
Each folder in this repository is a standalone .NET project. Currently included are:
- LawyerOffice β A management utility for legal firm tasks
- ListEser β A simple list handling application
- SerilogCons β Console app with logging using Serilog
- Astr.cs β (project / experiment with C# logic)
Tip: You can enhance the descriptions above with specific details of each project β what it does, which .NET features or libraries it demonstrates, and what you learned building it.
This repository is built with:
- C# β Main programming language
- .NET (Core / Framework) β Platform for building cross-platform applications
- Serilog β Structured logging example in SerilogCons
.NET is an open-source, cross-platform framework for building modern applications, supported by Microsoft and a large community.
To explore or run any of these projects:
- Clone the repository:
git clone https://github.com/Wario-Ametrano/.NET-Projects.git
-
Open the project in Visual Studio or your preferred .NET IDE
-
Restore dependencies & build
- In Visual Studio: right-click the project β Restore NuGet Packages
- Or use the .NET CLI:
dotnet restore dotnet build -
Run:
dotnet run
Each project may have its own dependencies and instructions β see the respective folder for details.
π§ What You Can Learn
This collection helps you explore:
Core C# syntax and application structure
.NET project organization
Logging in .NET applications (e.g., Serilog)
Building simple console and utility applications
The goal is to provide practical examples of .NET usage that can be referenced or extended to build more complex applications.
.NETβs open-source design and tooling encourage modular code and powerful developer experiences.
Feel free to explore the code, star β the repo if you find it helpful, or open an issue with feedback and suggestions.
This is a personal collection of .NET experiments β youβre welcome to use the code as inspiration or extend the projects in your own direction.
This project is open-source and available under the MIT License (add a LICENSE file to your repository if you haven't already).