Formula 1 CRUD project created during S.Y. 2019/2020
Spinoni Giorgio - 5B INF - S.Y. 2019/20 - IIS G. Vallauri - Fossano (CN)
Teacher: Cambieri Oscar, Belliardo Diego
The folder contains all projects built during the s.y. 2019/20. Every folder contains only one project, so the structure is:
root
|
+--- project1
|
+--- project2
|
...
|
+ README.md
|
+ FormulaOne.sln
- Visual Studio: ^16.4.0 (2019)
- SQL Server: ^15.0.0
- Clone project into desired folder
- Open
FormulaOne.sln
- Check DB connection string in project
FormulaOneDll
inDBTools
class. The DB may be located intoC\Dati
and have an activeC\Dati
connection. If not, create it in SQL Server or simply change the connection string. - Start Editing the desired project!