A minimal ASP.NET Core web api project to showcase Entity Framework Core with both SQLite and in-memory database implementations. This basic web api features CRUD operations with Http Verb Operations ...
A Markov Chain simulation of a Baseball game, which outputs the expected number of runs scored per game for a given lineup, and can be used for batting order optimization or to compare the expected ...