29 August 20234 July 2024Exercises C# Exercise – Extending a Solution with a RESTful API approach If you followed along the series of exercises I’ve been sharing in this website, our previous exercise was intended to create a […] Read more
16 August 20234 July 2024Exercises C# Exercise – Book Library Console Application Let’s practice today a series of concepts in this simple Console Application. But beware that it won’t be as simple as it […] Read more
1 August 20234 July 2024Exercises C# Exercise – Creating a basic Web API solution using Clean Architecture Let’s create a WebAPI solution following some guidelines, in order to practice and improve our architecture skills, along with the understanding of […] Read more
25 July 20234 July 2024Exercises C# Exercise – Creating a Movie Recommendations WebAPI Project Let’s create a WebAPI Project following some standards to improve our coding skills, such as the usage of some design patterns, a […] Read more