Skip to content

A console app to manage company assets, utilising an SQL database via EntityFramework and Migrations. A C# course exercise.

Notifications You must be signed in to change notification settings

tmrk/Asset-Tracking-with-EntityFramework

Repository files navigation

Asset Tracking with EntityFramework

A console app to manage company assets, utilising an SQL database via EntityFramework and Migrations. A C# course exercise.

This is a modified version of a previous project called Asset Tracking, with the following differences:

  • Added EntityFramework to store the data in SQL instead of storing it in a local JSON file
  • Added some basic error handling under the AddNew() method
  • Minor code improvements
  • Changed target to .NET 6

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

About

A console app to manage company assets, utilising an SQL database via EntityFramework and Migrations. A C# course exercise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages