The course was divided into 9 topics and every one ended with homework (mostly one week to pass it) and I will try to briefly describe them.
The goal of this class was to learn have to create a simple and user-friendly UI using Windows Forms technology. As homework, we have to create a simple game.
Next topic consisted in create a simple relational database in MS SQL and connect it with Windows Forms Application. The functionality of the app was to provide CRUD operations at one of the arrays in the database.
The classes aimed to make a simple website without additional frameworks or libraries.
The goal was to create an MVC project in the ASP.NET Core Platform. As part of my homework, I have prepared a simple web application to study countries and capitals.
At this class we have prepared code describing relational database and migratedthis to MS SQL (code-first approach). As homework, we had to create a new MVC project and connect it with the prepared database.
This meeting aimed to construct a simple REST API that will include basic requests for example GET, POST, PUT and DELETE and document this in Swagger.
This class was my first contact with React library. Based on the "TODO" app built during alecture I created the app to check the presence of participants at any event. We can sort them into three groups: all, present, absent and draw the person from any group.
At this class we have learned how to connect React applications with API.
At this meeting we have built simple tests for a few classes using xUnit (testing tool for .NET Framework Platform).