.NET
All things related to development in the .NET Framework.
Adding Authentication/Authorization Information to Swagger API Documentation with Swashbuckle
I’ve always wished swagger documentation included authentication and more importantly authorization information for each API call. Fortunately, Swashbuckle c...
Swashbuckle Custom Ordering of Controllers
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 ...
Outputting Build Numbers in your Azure DevOps Pipeline Artifacts
In the process of deploying and then testing code to development and staging environments there is always that question in the back of your head… Is the code...
Unit Testing ASP.NET Core Identity
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
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
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...
Adding Versioning Information to Your Website using AssemblyInfo
Update: Check out ‘Website Versioning Revisited’