pouet.chapril.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Chapril https://www.chapril.org est un projet de l'April https://www.april.org

Administré par :

Statistiques du serveur :

1,1K
comptes actifs

#dotnet

34 messages23 participants11 messages aujourd’hui
Khalid Pro Max⚡️<p>Null conditional assignment in <a href="https://mastodon.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> 14 for <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> developers.</p><p>It's pretty interesting.</p>
Khalid Pro Max⚡️<p>In <a href="https://mastodon.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> 14 you can use "nameof" on unbound generic types. That's pretty sweet for <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> devs.</p>
Khalid Pro Max⚡️<p>This is going to take some time to get used to for my <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> brain. It's not immediately natural to type this syntax in <a href="https://mastodon.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a>.</p>
Khalid Pro Max⚡️<p><a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
.NET<p>📰 .NET 10 Preview 3 is now available! </p><p>Find out about the new features in .NET 10 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!</p><p><a href="https://devblogs.microsoft.com/dotnet/dotnet-10-preview-3/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">dotnet-10-preview-3/</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
Chris Woody Woodruff<p>After years of C#, I decided to take on Rust.</p><p>Why? For the challenge. For the ownership model. For the pain.</p><p>This is the beginning of my journey into a language that doesn't hold your hand.</p><p>Read it here:<br><a href="https://woodruff.dev/why-rust-a-c-developers-journey-begins/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">woodruff.dev/why-rust-a-c-deve</span><span class="invisible">lopers-journey-begins/</span></a></p><p><a href="https://mastodon.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustLang</span></a> <a href="https://mastodon.social/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://mastodon.social/tags/DotNet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DotNet</span></a> <a href="https://mastodon.social/tags/LearnRust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnRust</span></a> <a href="https://mastodon.social/tags/RustForCSharpDevs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustForCSharpDevs</span></a></p>
Khalid Pro Max⚡️<p>There's mention of an "extension" keyword in <a href="https://mastodon.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> 14, but I don't see anything documenting what it actually is or how it's used other than this documentaiton. <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p><p>Anyone have more info?</p><p><a href="https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/breaking-changes/compiler%20breaking%20changes%20-%20dotnet%2010#extension-treated-as-a-contextual-keyword" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">learn.microsoft.com/en-us/dotn</span><span class="invisible">et/csharp/whats-new/breaking-changes/compiler%20breaking%20changes%20-%20dotnet%2010#extension-treated-as-a-contextual-keyword</span></a></p>
Khalid Pro Max⚡️<p>It would be neat if <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> had a telemetry option around Exceptions that could capture language features used at the time an exception occurred.</p><p>That way when upgrading to C# 14, you could see if a language feature is doing more harm than good in your codebase over time.</p>
Khalid Pro Max⚡️<p>Null conditional assignment in <a href="https://mastodon.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> 14 feels "weird". I can imagine a lot of folks creating bugs with this one and staring at their IDE not noticing what's wrong. <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
Khalid Pro Max⚡️<p>Server-Sent Events in <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> 10 preview 3 is pretty cool add for <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a> developers.</p><p>If you've ever wanted to build a stock-ticker app, this is the way to do it.</p><p><a href="https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-10.0?view=aspnetcore-9.0#support-for-server-sent-events-sse" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">learn.microsoft.com/en-us/aspn</span><span class="invisible">et/core/release-notes/aspnetcore-10.0?view=aspnetcore-9.0#support-for-server-sent-events-sse</span></a></p>
Vedran Mandić<p>I love making C# presentations... I consider myself VERY funny when I talk about async await. <a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
.NET<p>Join the team today at 1PM Pacific for our next .NET Preview Unboxed live stream featuring:</p><p><a href="https://youtube.com/live/3Kxp4DKkwj8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtube.com/live/3Kxp4DKkwj8</span><span class="invisible"></span></a></p><p>🆕.NET 10 Preview 3<br>👩‍💻C# 14 Extension Members<br>🔥CLI Awesomeness<br>🛜 Blazor, &amp; APIs!</p><p><a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/dotnet10" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet10</span></a> <a href="https://dotnet.social/tags/blazor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blazor</span></a> <a href="https://dotnet.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a> <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a></p>
Khalid Pro Max⚡️<p>Sustainable projects (whether FOSS or Commercial) are good choices, and as <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> developers, we shouldn't get too panicky about having to pay or support library authors. In the long run it benefits you, because the skills you learn can be used to further your career in the ecosystem you make a living in.</p>
Khalid Pro Max⚡️<p>🌶️ Hot take: As a <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> developer, you probably want to pick and promote tech within your organization that is commonly used across your prefered tech ecosystem to help with your career security and mobility.</p><p>Building your own stuff or picking something just because it's free but obscure is potentially setting yourself up to have niche institutional knowledge or limit your marketabliity as a perspective hire.</p><p>Obviously balances choices with delivering the best solution for the task at hand.</p>
.NET<p>📰 .NET Aspire 9.2 is Now Available with New Ways to Deploy </p><p>.NET Aspire 9.2 is now available with cool new dashboard features and introducing the publishers feature</p><p><a href="https://devblogs.microsoft.com/dotnet/dotnet-aspire-92-is-now-available-with-new-ways-to-deploy/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">dotnet-aspire-92-is-now-available-with-new-ways-to-deploy/</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
Chris Woody Woodruff<p>Let's go from C# to Rust in 42 days.</p><p>The compiler will judge us. The borrow checker will mock us.<br>But we will come out stronger—and with fewer runtime bugs.</p><p>Here’s the full challenge for brave .NET devs:<br><a href="https://woodruff.dev/from-c-to-rust-a-42-day-developer-challenge/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">woodruff.dev/from-c-to-rust-a-</span><span class="invisible">42-day-developer-challenge/</span></a></p><p> <a href="https://mastodon.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustLang</span></a> <a href="https://mastodon.social/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://mastodon.social/tags/DotNet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DotNet</span></a> <a href="https://mastodon.social/tags/LearnRust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnRust</span></a> <a href="https://mastodon.social/tags/FromCSharpToRust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FromCSharpToRust</span></a></p>
Programming Weekly<p>Okta's CEO Says Software Engineers Will Be More in Demand, Not Less - Business Insider</p><p><a href="https://www.businessinsider.com/okta-ceo-software-engineer-job-market-future-2025-4" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">businessinsider.com/okta-ceo-s</span><span class="invisible">oftware-engineer-job-market-future-2025-4</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://www.businessinsider.com/okta-ceo-software-engineer-job-market-future-2025-4" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://www.busines</span><span class="invisible">sinsider.com/okta-ceo-software-engineer-job-market-future-2025-4</span></a></p><p><a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Chris Woody Woodruff<p>C# devs, ever peeked at Rust and thought, "WTF is this?"</p><p>I will spend 6 weeks learning Rust from a C# mindset and live to tell the tale.</p><p>Ownership, lifetimes, and pattern-matching—oh my. Join me!</p><p><a href="https://woodruff.dev/rust-for-the-sharp-mind-6-weeks-of-learning-rust-as-a-c-developer" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">woodruff.dev/rust-for-the-shar</span><span class="invisible">p-mind-6-weeks-of-learning-rust-as-a-c-developer</span></a> </p><p><a href="https://mastodon.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustLang</span></a> <a href="https://mastodon.social/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://mastodon.social/tags/DotNet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DotNet</span></a> <a href="https://mastodon.social/tags/RustForCSharpDevs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustForCSharpDevs</span></a> <a href="https://mastodon.social/tags/LearnRust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnRust</span></a></p>
.NET<p>📰 .NET and .NET Framework April 2025 servicing releases updates </p><p>A recap of the latest servicing updates for .NET and .NET Framework for April 2025.</p><p><a href="https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-april-2025-servicing-updates/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">dotnet-and-dotnet-framework-april-2025-servicing-updates/</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
.NET<p>📰 How we ended up rewriting NuGet Restore in .NET 9 </p><p>Learn about the journey that led to a full rewrite of the NuGet Restore algorithm in .NET 9, achieving break-through scale and performance.</p><p><a href="https://devblogs.microsoft.com/dotnet/rewriting-nuget-restore-in-dotnet-9/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">rewriting-nuget-restore-in-dotnet-9/</span></a> <a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>