Dotnet

All posts in the dotnet tag.


← Back to all tags



Secure Short URLs from Numbers in .NET

Published

When developing a web application, perhaps a URL shortener, you often need to store resources in a database and expose them via a URI - usually via some kind of generated identifier used as a primary key by the database. [ read on → ]


Docker, gRPC, and REST APIs in .NET

Published

In the world of service APIs, gRPC undeniably shines. This high-performance framework, created by Google, provides a remarkable toolkit for building interconnected systems. [ read on → ]


Advanced Custom Shortcuts on Windows

Published

Shortcuts on Windows are annoying. Inside those little binary lnk files is a large number of properties which are essential to doing some pretty cool stuff. [ read on → ]


Routing by Subdomain in ASP.NET Core 2.2

Published

A long time ago I wanted to do some routing through a project using a wildcard subdomain, something like a simulated multi-tenanted setup for a service. [ read on → ]