fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.7K
active users

#aspnetcore

12 posts10 participants2 posts today
Shawn Wildermuth (🇺🇦++)<p>We&#39;re at it again. I am looking for one contract <a href="https://fosstodon.org/tags/ASPNETCore" class="mention hashtag" rel="tag">#<span>ASPNETCore</span></a> developer for a three month contract. Interested? See the requirements and fill out a simple application here:</p><p><a href="https://forms.office.com/r/CehRLhDcWM" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">forms.office.com/r/CehRLhDcWM</span><span class="invisible"></span></a> </p><p>This form closes on Wednesday at 5pm CET</p>
Tomasz Pęczek<p>I've added Azure SQL change tracking to my set of samples showing how to expose various databases changefeed from ASP​.NET Core.</p><p>(Also for this one I got to play with Microsoft Graph extension for Bicep to make it credential-less)</p><p><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/AzureSql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AzureSql</span></a> <a href="https://hachyderm.io/tags/ChangeTracking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ChangeTracking</span></a></p><p><a href="https://github.com/tpeczek/Demo.AspNetCore.Changefeed/pull/18" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/tpeczek/Demo.AspNet</span><span class="invisible">Core.Changefeed/pull/18</span></a></p>
Shawn Wildermuth (🇺🇦++)<p>ICYMI - Coding Short from the Vault:<br /> <br /> Coding Shorts: Can You Use VSCode for Full-Time <a href="https://fosstodon.org/tags/aspnetcore" class="mention hashtag" rel="tag">#<span>aspnetcore</span></a> Dev?<br /> <br /> youtube.com/watch?v=71Hx2pfgym8</p>
Khalid K-1000 🤖<p>Built an <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> tag helper that scans your current page and outputs the assets as preload links in your layout.</p><p>This will make your pages feel very snappy and keep images from blocking the processing of the HTML.</p>
Khalid K-1000 🤖<p>Sections in an <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> app get processed in the order they appear on the Layout, not within the page's lifecycle. That means any elements in the section will only get processed based on their location in the Layout, not as part of the page processing.</p>
Khalid K-1000 🤖<p>Pro tip for <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> devs: if Blazor hijacks the importmap in your plain-old server-rendered app due to MapStaticAssets, you can opt out of the tag helper on an element by using “!”.</p><p>You can also write your own tag helper to bypass this problem.</p>
Khalid K-1000 🤖<p>I really wish <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> would add the idea of phases to tag helpers; it would help you run certain tag helpers in a specific order. These events also don't have to mutate the state of the HTML but let you store information that ultimately gets called in Process.</p>
Khalid K-1000 🤖<p>A lovely little <a href="https://mastodon.social/tags/htmx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>htmx</span></a> community is popping up in the <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> space. That's pretty neat. </p><p><a href="https://www.nuget.org/packages?q=HTMX&amp;includeComputedFrameworks=true&amp;prerel=true&amp;sortby=relevance" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">nuget.org/packages?q=HTMX&amp;incl</span><span class="invisible">udeComputedFrameworks=true&amp;prerel=true&amp;sortby=relevance</span></a></p>
Shawn Wildermuth (🇺🇦++)<p>ICYMI - Coding Short from the Vault:<br /> <br /> Coding Shorts: Hosting SPAs in <a href="https://fosstodon.org/tags/aspnetcore" class="mention hashtag" rel="tag">#<span>aspnetcore</span></a><br /> <br /> youtube.com/watch?v=HOJ8ge0Mi7Q</p>
Andrew Lock<p>Blogged: Passkey support for ASP.NET Core identity - <br>Exploring the .NET 10 preview - Part 6</p><p><a href="https://andrewlock.net/exploring-dotnet-10-preview-features-6-passkey-support-for-aspnetcore-identity/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">andrewlock.net/exploring-dotne</span><span class="invisible">t-10-preview-features-6-passkey-support-for-aspnetcore-identity/</span></a></p><p>In this post I look at the passkey support added to ASP.NET Core Identity and the Blazor Web App template, explore how it works, and look at the implementation</p><p><a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a></p>