Archive: May 2019

Steps Required to Host a .NET Core 2 Application on IIS

Scott Walker · May 20, 2019

Before a .NET Core 2.x web application can run under IIS, several configuration steps must be completed. Unlike classic ASP.NET, .NET Core apps rely on the ASP.NET Core Module and the Hosting Bundle to forward IIS traffic to the Kestrel web server.

πŸ’¬ 0 .NET Core IIS

Using Your Visual Studio Subscription for Azure Credits

Scott Walker · May 20, 2019

If you have a Visual Studio Professional subscription, you’re eligible for $50 in monthly Azure credits. These credits can be used for virtual machines, storage, databases, and other Azure services.

πŸ’¬ 0 Azure

Getting Started with Git and GitHub

Scott Walker · May 14, 2019

Git is probably the most popular source control tool out there right now. It can be confusing at first even if you are experienced with other source code repositories (TFS, SVN, etc.) After you learn the basics and get a strong foundation, you usually realize how helpful it is and it starts to make sense.

πŸ’¬ 0 Git