Posts

Description List Styling

Some styling for <dl> elements beyond the basics I usually see

Add Required HTML Attribute In ASP.NET Core

A tag helper that adds the required attribute to inputs for properties marked as required

User Friendly C# Enums

A couple of extension methods to make getting user friendly information from attributes on enums

Serilog Per Sink Filters

A way to apply filters to only one Serilog Sink

Pagination Tag Helpers

A couple of tag helpers to automate creating common pagination components

Pluggable Expressions In Entity Framework

The application structure I've been using as an alternative to the repository pattern

Excel Autofiller

A set of functions for automatically filling excel sheets

ASP.NET Core Table Generator

A tag helper that takes a list and generates a table

Check If User Has Access To Razor Page

An extension method and tag helper for checking if the user has access to a Razor Page

ASP.NET Core Alerts

Tools to display alerts across redirects

C# Pagination Tools

A couple of classes that make pagination much easier.