.NET

Posts touching anything regarding dotnet, including .NET 5, dotnet core, and more.

Azure Container Instances (ACI) and Secrets - Using Secure Environment Variables 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

Tobias Zimmergren
Tobias Zimmergren
AzureACIContainers

Building custom Data Collectors for Azure Log Analytics in C# Members Public

Learn how to send logs to Azure Log Analytics using C# with this simple helper wrapper.

Tobias Zimmergren
Tobias Zimmergren
AzureLog Analytics.NET

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 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

Tobias Zimmergren
Tobias Zimmergren
AzureMicrosoft Teams.NET

Building and running a .NET Core application in a Docker Swarm in Azure, via Docker Cloud 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

Tobias Zimmergren
Tobias Zimmergren
dockerAzure.NET Core

Azure Storage REST API: Authenticate with C# 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 -

Tobias Zimmergren
Tobias Zimmergren
AzureREST.NET Core

Using appsettings.json instead of web.config in .NET Core projects 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.

Tobias Zimmergren
Tobias Zimmergren
.NET Core.NET

Running Unit Tests for your .NET Core projects in Visual Studio Team Services (VSTS) 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,

Tobias Zimmergren
Tobias Zimmergren
Testing.NETAutomation

From zero to Hero: Building .NET Core (ASP.NET 5) applications to run inside Docker containers 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

Tobias Zimmergren
Tobias Zimmergren
docker.NETASP.NET
Previous Page 3 of 4 Next

Hi, I'm Tobias 👋

Tobias Zimmergren profile picture

Find out more about me.

Recent comments

Mastodon