Blazor state management without using any libraries Aug 1, 2019 Disclaimer: This post assumes that you know what Blazor is and that you know some of its basic concepts. For more info and documentation on Blazor please visit https://blazor.net. TL;DR:...
Introducing Blazor Context Menu Jul 31, 2019 With the arrival of Blazor just around the corner, I would like to introduce you to a component I have created for blazor: BlazorContextMenu This project started as a personal...
Tips & Tricks #2: Smart minification with tag helpers in ASP.NET Core May 14, 2017 When creating a new ASP.NET Core web application, the current template has the following setup for your css and js: Views\Shared_Layout.cshtml <!-- code omitted --> <head> <!-- code omitted -->...