Various tools that can drastically improve the development of coursework. These tools also provide a base that your application can build upon.
Each tool improves a various part of coursework
- A configuration file parser
- Custom Exceptions
- Form Management System
- Logging System
- State System
- Project property scraper
- User representation
Dotnet CLI:
dotnet add package SSDCourseworkTooling
NuGet Package Manager:
NuGet\Install-Package SSDCourseworkTooling
Visual Studio NuGet:
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution -> Browse -> Search ( SSD Tooling )
Look at the examples folder to view practical examples of using the systems.