Here you will find what is being published about my projects. The videos left in the YouTube channel shows only parts of the overall coding process, and it is already far beyond nowadays, you can follow along through the Twitch channel on Refactoring TV transmissions.
ISCS Ressurrection development
A .NET 8 Windows Forms version from a functional perspective. The transmissions are really live, so expect long moments of thinking and trials, until the code becomes straightforward and ready to substitute the previous version. Thus, spreading the app into a kind of game servers staff teams utilities, mixing it up with chat log reader (ICLR) to be used by anyone (Player), sending scan results to another registered as Staff Member in application database. Those ones, will be identified during the splash screen and lead to the login form to access Staff's Lair form, being able to review results and store Discord ready-to-paste formatted decisions according with their role in the Team.
What has been done so far
A new .NET 8 Windows Forms project was added to Resurrection branch and all the main forms were created from default form boilerplate and barely redesigned starting from Staff's Lair, this time that will have a menu soon. In this first season you are able to follow the implementation of an event-driven feature that will bring live notifications to the users.
1. Neatly from scratch where I made most of the migration from the current version.
2. Here I mock the current version Lair form components in a modern fashion.
3. Now, let's take a look at the back-end of the scanner, while I migrate from a basic CRUD used actually - I made myself - into Dapper. This was my first contact with the tool, thus I had to figure it all out since I couldn't deal with DataTables and DataRows anymore, and started to make models to load and execute data.
4. Here I have shown how's the overall refactoring is doing.
Enjoy!