Year in Review
To review 2017, I really want to focus on two key areas: blogging and speaking engagements...…
To review 2017, I really want to focus on two key areas: blogging and speaking engagements...…
In Razor Pages 2.0, the routing system is based on file locations within the project's root directory. If the project has mixed case page names...…
Lately, I am doing more .NET related work on MacOS. Visual Studio Code + .NET Core 2.0 are proving to be an awesome development experience...…
Recently, I was working on an ASP.NET Core WebAPI project, and needed a way to measure execution time...…
PaginableCollections is an open source set of extensions created to give developers a consistent way to paginate their data...…
In this minor release, the IPaginableItem interface was introduced. This interface contains all item metadata, which...…
Action filters are probably one the most under-appreciated and underutilized features of ASP.NET MVC. Since version 1.0, the IActionFilter interface served as a way embed code directly into the MVC pipeline...…
When building traditional .NET MVC web apps, one of the first things I like to do is setup transaction management using...…
Over the summer, PaginableCollections met a significant milestone - over one thousand downloads!…