mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#aspnet

8 posts8 participants0 posts today
Dev Leader<p>You've put it off for long enough now...</p><p>Read more here:<br><a href="https://www.devleader.ca/2023/11/13/how-to-build-an-asp-net-core-web-api-a-practical-beginners-tutorial/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">devleader.ca/2023/11/13/how-to</span><span class="invisible">-build-an-asp-net-core-web-api-a-practical-beginners-tutorial/</span></a></p><p><a href="https://hachyderm.io/tags/aspnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnet</span></a> <a href="https://hachyderm.io/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> <a href="https://hachyderm.io/tags/tutorial" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tutorial</span></a> <a href="https://hachyderm.io/tags/beginners" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>beginners</span></a></p>
robrich<p><a href="https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview6/aspnetcore.md" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/dotnet/core/blob/ma</span><span class="invisible">in/release-notes/10.0/preview/preview6/aspnetcore.md</span></a> - <a href="https://hachyderm.io/tags/dotNET" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotNET</span></a> 10 is looking awesome. Here's what's new in <a href="https://hachyderm.io/tags/ASPnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ASPnet</span></a> 10 preview 6.</p>

A Mistake I Made with ASP.NET Core Middleware

I once added some logging middleware… at the wrong place in the pipeline.

Result? I missed all the early failures.

Lesson: Order matters in ASP.NET Core middleware.

Put logging and error handling before your app-specific stuff.

Learned that one the hard way.