Tag: .NET
Posts touching anything regarding dotnet, including .NET 5, dotnet core, and more.
28 posts
- Apr 10, 2021 Solution: Unable to find .deps.json when running .NET 5 tests in Azure DevOps
- Jul 20, 2020 Use Application Insights for Worker Service applications in .NET Core console apps, containers, and any non-HTTP apps
- Jun 30, 2020 Solving ASP.NET Core running on Azure App Service causing 500.30 ANCM In-Process Start Failure
- Jun 12, 2020 Running .NET 5 on Azure App Services
- Jun 10, 2020 Installing .NET 5 using winget, the Windows Package Manager
- May 20, 2020 ASP.NET Core Blazor with SignalR breaks when used with Cloudflare's HTML minification
- May 5, 2020 Code analysis tools for Azure developers coding in .NET Core
- Feb 12, 2020 Re-use service instances by Implementing Dependency Injection in Azure Functions
- Dec 18, 2019 Issues with "Cannot bind parameter 'log' to type ILogger." after upgrading Azure Functions to v3
- Dec 17, 2019 Use the new Azure SDKs with Managed Identities
- Sep 30, 2019 Log custom application security events in Azure Log Analytics which are ingested and used in Microsoft Sentinel
- Jul 11, 2019 Retrieve logs from Application Insights programmatically with .NET Core (C#)
- May 7, 2019 Introduction to Azure App Configuration for Developers with C# .NET Core
- Mar 27, 2019 Developing using Azure Dev Spaces with Azure Kubernetes Services
- Feb 26, 2019 Azure Container Instances - Using Managed Identity to access Key Vault secrets with C#
- Feb 20, 2019 Azure Container Instances (ACI) and Secrets - Creating secret volumes and consume secrets using C# .NET Core
- Feb 19, 2019 Azure Container Instances (ACI) and Secrets - Using Secure Environment Variables
- Oct 30, 2018 Building custom Data Collectors for Azure Log Analytics in C#
- Nov 17, 2017 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
- Nov 14, 2017 Building and running a .NET Core application in a Docker Swarm in Azure, via Docker Cloud
- Nov 1, 2016 Azure Storage REST API: Authenticate with C#
- Nov 1, 2016 Running Unit Tests for your .NET Core projects in Visual Studio Team Services (VSTS)
- Nov 1, 2016 Using appsettings.json instead of web.config in .NET Core projects
- Sep 26, 2016 From zero to Hero: Building .NET Core (ASP.NET 5) applications to run inside Docker containers
- Sep 19, 2016 Building an ASP.NET 5 web application (.NET Core) and host it in the Heroku cloud
- Oct 4, 2015 Creating an ASP.NET 5 site with Visual Studio Code - Part 3: Adding npm packages and automating tasks with Gulp (adding Office UI Fabric)
- Sep 30, 2015 Creating an ASP.NET 5 site with Visual Studio Code - Part 1: Ensure pre-requisites
- Sep 30, 2015 Creating an ASP.NET 5 site with Visual Studio Code - Part 2: Create your Visual Studio Code project using Yeoman