toofz Leaderboards Core (Data) serves as the data access layer (DAL) for leaderboards, players, and replays. Retrieving data is done through an Entity Framework Code First model.
Modifying data uses a combination of SqlBulkCopy
and raw SQL for performant bulk inserting and upserting.
toofz Leaderboards Core (Data) is a component of toofz. Information about other projects that support toofz can be found in the meta-repository.
- .NET Framework 4.6.1
- MS SQL Server
Visual Studio 2017 (version 15.3 or later) can be used to build and run tests. Integration tests require MS SQL Server.
toofz Leaderboards Core (Data) is released under the MIT License.