dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#dotnet

23 posts22 participants0 posts today

All beginners should get familiar with the switch statement.

If you're new to programming and csharp, you may have come across a switch statement but not fully understood how it works.

A switch statetement is a helpful tool for managing conditional checks. In some cases it can enhance readability and reduce some low-level overhead.

Learn all about it so you can use it effectively!

Check out the article:
devleader.ca/2023/11/02/beginn

📰 Modernizing push notification API for Teams

Push Notification Hub is an essential internal service that plays a crucial role in the messaging and calling flows within Teams and other platforms. This article describes its recent overhaul, which has significantly enhanced its performance and reduced latencies in delivering push notifications to user devices

devblogs.microsoft.com/dotnet/ #dotnet

.NET Blog · Modernizing push notification API for Teams - .NET BlogPush Notification Hub is an essential internal service that plays a crucial role in the messaging and calling flows within Teams and other platforms. This article describes its recent overhaul, which has significantly enhanced its performance and reduced latencies in delivering push notifications to user devices

C# nerds and aspnet core fans how do you do (not how does one but how do you specifically) handle auth between an api and a front end? the docs are like "noooo don't use jwt use oidc!!" and then only seem to provide docs for oidc integration in razor? i can probably figure it out but i feel like i'm "holding something wrong." is it just that microsoft wants you to use entra and nothing else? #dotnet #csharp #fediHelp