Collection of various projects I've made while in MSSA
-ASP.NET Core MVC Collections (30 Sept 19) A simple web app using a database to store payroll information about employees.
-Key Value Store (11 Sept 19) Application involving the usage of structs, and object arrays.
-Guess My Number(27 Aug 19) C# Console App which uses a simple bisection algorithm in which the player or the computer can guess numbers using the algorithm.
-Roulette(22 Aug 19) C# Console app which simulates a roulette wheel and 10 different kinds of bets the player has 10 bets in total and $100 to bet with, the goal is to make as much money within those 10 bets as possible.
-Military Unit(14 Aug 19) C# Console App using the concepts of inheritance and the instantiation of classes and objects.
-Party Invites(12 Aug 19) ASP.NET project that posts RSVPs for a party.
-Monte Carlo Problem (9 Aug 19): C# Application approximating PI through a monty carlo function.
-Manipulating Arrays (8 Aug 19): C# Console app showing various array manipulations including rotations, sorting, reversing arrays, and finding the mean of an array.
-Some Guy's Sky (8 Aug 19): C# Console App game that involves the player travelling around a randomly generated solar system trading goods from planet to planet.
-MathApp (16 Jul 19): C# Console App that takes in two values, an operator, and calculates the output.