est.social on üks paljudest sõltumatutest Mastodoni serveritest, mida saab fediversumis osalemiseks kasutada.
est.social on mõeldud Eestis üldkasutatavaks Mastodoni serveriks. est.social is meant to be a general use Mastodon server for Estonia.

Administraator:

Serveri statistika:

90
aktiivsed kasutajad

#dotnet

53 postitusega35 osalejaga0 postitust täna

📰 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# Tip 💡

Use string.Join method to concatenate elements of a collection into a single string, inserting a specified separator between each element.

✔ More readable — No loops, just intent!
✔ Better performance — Avoids unnecessary string allocations
✔ Less error-prone — No need to trim the last separator

---
Join over 2,870 engineers reading the .NET Pulse newsletter.

go.okyrylchuk.dev/z7gddz