Building practical C# projects is one of the fastest ways to master modern .NET development. From beginner console apps to enterprise microservices, these projects help developers strengthen ...
When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...
Most of the time when I’m developing applications, I default to using some form of SQL. Whether it’s a simple application using SQlite or something a bit more robust that I plan to scale out with ...
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity ...
The Destiny game manifest is a SQLite database that comes in several languages with localized versions of the game information specific to that language. Most of the API responses utilize references ...