Introduction
Project objective
The main aim of the project is to create a „exe“ file, which will execute the batch commands.
Motivation
Currently there are a particular number of batch files I use on a regular basis. In order to optimize and to analyze the how frequent I use them, is the basis idea for this project.
Features
✅ Create, Edit and Save the batch commands under an unique filename
✅ Persist the data using the database (using SQLite database)
❌ Analytics page to display certain metrics like total executions, average execution times and last executed on.
Tools and software used
- .NET 8 (WinForms)
- EF Core 8
- SQLite database
- NLog
- XUnit Testing Framework