Repositories and Entity Framework
One of the deadly sins for a developer is writing code without real purpose. It's an easy trap to fall into. Even with the fantastic frameworks we have available to »
I'll start with a disclaimer. I just started working with Blazor and I'm still getting my bearings. I needed to add a rich text editor to a form I was »
One of the deadly sins for a developer is writing code without real purpose. It's an easy trap to fall into. Even with the fantastic frameworks we have available to »
When Microsoft set about working on a successor to ASP.NET MVC 5, it was originally called ASP.NET MVC vNext, since no exact version number was decided. However, since »
I recently needed a nice-looking month-view calendar that could display color-coded events. After searching around the Interwebs, I found a few options, but nothing that quite met my needs. I've »
The following are few tips and tricks for working with async in C#. This is as much a reference for myself as anyone else, but I figured it would probably »
If you're not already using Swagger with your ASP.NET Core API, you should start. You get a completely out-of-the-box set of API docs and a ready-made testing platform, all »