techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#dotnetconf2023

0 posts0 participants0 posts today
Dotan Horovits #CNCFAmbassador<p><a href="https://fosstodon.org/tags/DotNet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DotNet</span></a> <a href="https://fosstodon.org/tags/observability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>observability</span></a>:<br>one of the hot things last month at <a href="https://fosstodon.org/tags/DotNetConf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DotNetConf</span></a> was Aspire, an opinionated stack for building resilient, observable, and configurable <a href="https://fosstodon.org/tags/cloudnative" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudnative</span></a> applications with .NET, which comes with built-in components, health checks, developer dashboards and more. </p><p>Last week <a href="https://fosstodon.org/tags/Microsoft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Microsoft</span></a> announced the Preview 2 availability, with GA expected Spring 2024 with .NET8. See <span class="h-card" translate="no"><a href="https://hachyderm.io/@damianedwards" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>damianedwards</span></a></span> announcement blog: <a href="https://lnkd.in/dT67rPj4" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lnkd.in/dT67rPj4</span><span class="invisible"></span></a></p><p> <a href="https://fosstodon.org/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://fosstodon.org/tags/DotNet8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DotNet8</span></a> <a href="https://fosstodon.org/tags/dotnetconf2023" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnetconf2023</span></a> <a href="https://fosstodon.org/tags/CSharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CSharp</span></a></p>
.NET Bot :dotnet:<p>Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it. <br>Should I add more hashtags to this list? Or are these already too many?</p><p><a href="https://dotnet.social/tags/dotnetconf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnetconf</span></a> <a href="https://dotnet.social/tags/dotnetconf2023" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnetconf2023</span></a> <a href="https://dotnet.social/tags/dotnet6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet6</span></a> <a href="https://dotnet.social/tags/dotnet7" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet7</span></a> <a href="https://dotnet.social/tags/dotnet8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet8</span></a> <a href="https://dotnet.social/tags/omnisharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>omnisharp</span></a> <a href="https://dotnet.social/tags/resharper" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>resharper</span></a> <a href="https://dotnet.social/tags/jetbrainsrider" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetbrainsrider</span></a> <a href="https://dotnet.social/tags/nuget" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nuget</span></a> <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a></p>

#dotnet friends, I used the occasion to upgrade a .NET 6 Blazor Server app to .NET 8 yesterday, using the migration guide at learn.microsoft.com/en-us/aspn and the sample project by @danroth27 github.com/danroth27/Net8Blazo. A question: I experience that it still runs a websocket connection locally and on my prod (Azure web app) deployment, but in the deployment to test in Azure it does not. There it seems like it is SSR and fetch. Have I missed something?