.NET

All things related to development in the .NET Framework.

Swashbuckle Custom Ordering of Controllers

7 minute read

This article is an adaptation of an article written by Rob Janssen (RobIII) in 2018 on customizing the order in which controllers are display in the Swagger ...

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Website Versioning Revisited

less than 1 minute read

A while back I took a look at versioning web applications using an AssemblyInfo file (see ‘Adding Versioning Information to Your Website using AssemblyInfo’...

Source Control Best Practices

8 minute read

If you want any number of reasons for using source control just Google it. This article is really just a regurgitation of so many others thoughts on the sub...