IT Networking
I coded some C# applications using Visual Studio, both console apps and Windows Form apps.
I can do basic C# code maintenance. If there are issues or bugs, I can identify their source. Or there needs to be a small change, I could do that myself.
This Windows Form App lets you input a game name, its genre and its platform. It then adds it to a list, which is displayed. You can edit this list and save/load it from a .dat file. The games are sorted with a bubble sort, and the name can be searched with either a linear search or a binary search.