Best of C# — January 2024
- 1
- 2
- 3
Milan Jovanović·2y
How to Build a URL Shortener With .NET
Learn how to design and implement a URL shortener in .NET, including system design, data model, unique code generation, URL shortening, and URL redirection. Explore possible improvements for caching, scaling, data sharding, analytics, and user accounts.
- 4
- 5
- 6
Godot·2y
Current state of C# platform support in Godot 4.2
Godot 4.2 now has experimental support for exporting C# projects to Android and iOS. The platform support for C# projects in Godot has evolved from using Mono embedding APIs to .NET Core hosting APIs. Android support requires .NET 7.0 or higher and only supports the linux-bionic architectures. iOS support requires .NET 8.0 and is only available for the x64 architecture.
- 7
- 8
- 9