Posts

  • Visual Studio: Close Tabs to Right extension

    Google Chrome has been my go-to browser now for many years. One of my favorite features is “Close Tabs to the Right”, especially when my tabs get out of control like you see below. It’s ok, you can admit it, we’ve all done it.
  • dotnet publish: Where are my XML docs?

    An ASP.NET Core project.json to csproj migration gotcha
  • Swagger and ASP.NET Web API - Part II: Enabling OAuth 2.0

    This is part two of a series on using Swagger with ASP.NET Web API. If you haven’t already, I encourage you to read Part I before continuing.
  • Swagger and ASP.NET Web API - Part I: Adding Swagger to Web API project

    This is part one of a series on using Swagger with ASP.NET Web API.
  • Runscope and continuous integration

    At work we use JetBrains TeamCity to handle the deployment of all of our websites, both continuous integration and production. We have unit testing setup and it is part of the build steps in TeamCity. Since a lot of our sites have APIs, we were lacking real world API testing. Sure, you can have your unit testing project fire up an in-memory server and test APIs, but wouldn’t it be nice to test from external sources and different regions around...

subscribe via RSS