.NET
Posts touching anything regarding dotnet, including .NET 5, dotnet core, and more.
Azure Container Instances (ACI) and Secrets - Using Secure Environment Variables Paid Members Public
In this post I'm talking about how you can use something called secureValue, or secure environment variables, with your Azure Container Instance. Given the sensitive nature of some data you put into the variables, it is a good idea to understand different ways to protect some of that
Building custom Data Collectors for Azure Log Analytics in C# Paid Members Public
Learn how to send logs to Azure Log Analytics using C# with this simple helper wrapper.
A practical guide to building a Bot using Microsoft Bot Framework using C# and host it in Azure, and use it with Microsoft Teams, Skype and more Paid Members Public
1. Introduction In this post we'll explore how easy it is to actually build a bot for Microsoft Teams using the Microsoft Bot Framework, which can be found here https://dev.botframework.com. This post is meant as a starting point for building bots and conversational helpers using
Building and running a .NET Core application in a Docker Swarm in Azure, via Docker Cloud Paid Members Public
Introduction In this article I'll walk you through how to set up a Docker Swarm in Azure through the Docker Cloud service. There's plenty of places to host your docker containers, in this post I'm covering the Docker Cloud option with the Swarm Mode
Azure Storage REST API: Authenticate with C# Paid Members Public
In one of my projects where I've been refactoring a traditional .NET project into a .NET Core project, I used the Azure Storage [https://www.nuget.org/packages/WindowsAzure.Storage/] nugets. As of this posting, the current version of the NuGet supports .NET Core which is awesome -
Using appsettings.json instead of web.config in .NET Core projects Paid Members Public
Recently I was in a discussion with an acquaintance about transforming their projects into .NET Core from their full .NET applications. Some of these apps have a few core helpers, including the very common requirement to read from config files. Most notably it's the web.config or app.
Running Unit Tests for your .NET Core projects in Visual Studio Team Services (VSTS) Paid Members Public
One of the challenges I was looking to solve recently was running builds in VSTS for .NET Core, and then running any C# unit tests I had in dotnet core. This is pretty straight forward once you've figured out how - so this post is a short one,
From zero to Hero: Building .NET Core (ASP.NET 5) applications to run inside Docker containers Paid Members Public
In this post I will discuss how to create a .NET Core application (ASP.NET 5) and build a Docker image that contains our application, and then deploy that to a cloud service of our choice. In my case the cloud services are Azure and Heroku. This post will cover
Recent comments