This project is my first C# project, where I've developed a Math Game following guidelines from The C# Academy. It was developed using Test-Driven Development (TDD). The code is kept as clean as possible. (Tried to apply patterns and heuristics from my software engineering 1 class, where i code them in smalltalk)
This is the second project, also following guidelines from The C# Academy. This one is to practice making CRUD operations using the ADO.NET provider for SQLite. it is currently ongoing