.NET Core: Dynamically Return Style Sheets with Web API
If you have a need to dynamically return a stylesheet to the UI here's a quick tutorial on how to do it.
Header Template
C# Web API
Repository Pattern (C#)
There are some really good articles out there about the repository pattern but I haven't seen one that strongly demonstrates different data providers, sample code, or some of the tricks I've learned. I've used this pattern at almost every .NET job I've ever had. It's very common and I've learned a few tricks over the years. I've...