Canavero Gianni - 5B INF
The solution is based on a complex database representing the whole Formula1's 2019 championship.
It provides a simple desktop crud and more complex WebApi structure for the display of the data.
Based on Visual Studio 2017 platform, the desktop application are done with C#.
The webpage of the fifth project works with jQuery.
The DB is done with SQL Server.
C# console application to create and restore the DB.
C# library for the DB connection, providing classes for every table and queries for the DB.
C# form that works as a simple crud.
ASPX.NET webpage that just shows the tables.
The core of the whole solution, with a complex C# Web Api 2.0 that returns data from the DB with several routes and DTOs
The FormulaOneWebApi contains also a webpage where you can see the majority of the Formula1 DB.