dotNET Weekly
Add a link
LoginRegister
PrevMay 2021Next
WSMTWTFS
182526272829301
192345678
209101112131415
2116171819202122
2223242526272829
23303112345

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Global Exception Handling in ASP.NET Core

by iammukeshm, 2021-05-12T18:09:27.841Z

Exceptions are something inevitable in any application however well the codebase is. This can usually occur due to external factors as well, like network issues and so on. In this article, we will learn about Global Exception Handling in ASP. NET Core applications. We will see various approaches for handling exceptions in a better way. Topics covered- 1. Getting started with Exception Handling in ASP .NET Core 2. Default Exception Handling Middleware 3. Custom Middleware – Global Exception Handling

.net-core

How to automate keys renewal on Azure Functions

by mizrael, 2021-05-14T00:06:42.021Z

Let's see how we can automatically renew Function Keys on an Azure Function App using an Azure DevOps Pipeline

.net-coreasp.net-coreazure

Setting up Serilog in ASP.NET Core – Detailed Beginner Guide

by sanjayhmodi, 2021-05-14T17:09:16.859Z

This article will cover what is Serilog along with its concepts and how to implement Serilog in ASP.NET Core. ASP.NET Core has a built-in logging API that supports a wide variety of logging providers. Serilog is one of the most popular logging frameworks which can be plugged-in into .NET Core based applications. This Serilog guide covers the detailed implementation of logging with Serilog in ASP.NET Core.

.net-core

Using the new PriorityQueue from .NET 6

by ThomasArdal, 2021-05-11T05:22:25.180Z

.NET 6 has brought along a lot of new features. This post will show how to use a PriorityQueue in practice by solving a problem from open.Kattis.com.

.net.net-core.net-standardc#

NewslettersAboutPrivacy Policy