Coding


Coding on Windows Visual Studio
Coding on Windows Visual Studio

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.


Windows Form App
Windows Form App for making a list of games

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.


GitHub Project Page
Send Email