Skip to content

Wario-Ametrano/.NET-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C# .NET Projects πŸ‡¨#️⃣

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.

Projects Included πŸ“

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.

Tech Stack πŸ“¦

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.

Getting Started πŸš€

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.

Contribution & Feedback 🌟

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.

License πŸ“Œ

This project is open-source and available under the MIT License (add a LICENSE file to your repository if you haven't already).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages