dotnet-guid: Generate GUIDs/UUIDs with the Command Line 2018-12-29 10:58 UTC .NET .NET Core .NET Core Global Tools .NET Tools Projects There have been a few projects, although not many, which I've been involved in, where generating GUIDs/UUIDs has been important. For that, I used to use...
dotnet-cleanup: Clean Up Solution, Project & Folder 2018-10-17 15:57 UTC .NET .NET Core .NET Core Global Tools .NET Tools Projects We developers like to think of developing software as an exact science, but sometimes, you just need to wipe your source-files to solve some kinds of problems.
LINQ Distinct-Method using Lambda Expression 2018-08-21 05:33 UTC .NET .NET Core C# Entity Framework LINQ If you've ever wanted to filter a collection for a distinct result you probably know about the extension-method .Distinct in LINQ. It can be useful on simple...
API-Versioning in ASP.NET 2018-08-10 13:02 UTC .NET .NET Core ASP.NET ASP.NET Core C# Projects Routing The ASP.NET Route Versions-library was created after I was inspired by a discussion with a colleague and reading the great article Your API versioning is wrong...