Week 46, 2024
Monday, 11 November 2024 - Sunday, 17 November 2024
Solution2: C# Is Faster Than C++!!!!!1!!! with Clinton Ingram
Solution2: Plugin Architecture in C# with Nick Cosentino
Solution2: Fast-Track Your Path to Senior C# Developer with Andrew Stellman
Solution2: Meet the JetBrains .NET Advocacy Team
.NET 9 Task.WhenEach example đĄ #dotnet 9 is now available and includes a new Task.WhenEach API which allows us to easily process asynchronous tasks as they complete. The example below makes multiple HttpClient calls and is able to operate on their results as they complete.⌠x.com/i/web/status/1⌠pic.x.com/ZblEMtpsbB
F# Weekly #46, 2024 â .NET 9, F# Nullable Reference Types, New Home on BlueSky
Desktop developer feeling confused about âweb app is the futureâ trend
Performance Improvements in .NET 9
.NET NES - Never-Ending Support (NES) | HeroDevs
Images of the same app running in #dotnet 8 and #dotnet 9 same load in my local machine 3 rps The only thing that changes is the target framework. Oh my f4king god. @davidfowl and the rest of the team are smashing like crazy. We will upgrade this week. pic.x.com/oaaLWN4MNrpic.x.com/oaaLWN4MNr
Am I really the only one who dislikes fluent interfaces?
.NET 9 performance improvement example âŹď¸ I love how we are already starting to see devs post about the perf improvements they've seen after moving to .NET 9. The example below is one I saw on LinkedIn. #dotnet x.com/i/web/status/1⌠pic.x.com/rvnm61KnH8
Building Microservices With .NET Aspire
Testing Production API Endpoints with xUnit
How to Turn On Features in .NET and C# Without Redeploying: Exploring Feature Flags and A/B Testing
ă°ď¸ Easy CQRS with Data API builder and SQL Server ă°ď¸ .NET Conf 2024 Premiere Bonus Session now available on demand on our YouTube channel... đ đĽ msft.it/6011WgZGL Follow the conversation: #dotNETConf pic.x.com/DImZExnfAh
Solution2: Clean Architecture with ASP.NET Core with Steve Smith
Solution2: New features in C# 13 and .NET 9 with Fred Silberberg
Silk.NET Coffee & Code Catchups
Simple k-NN Regression Using C#
What's new in F# 9
Join Us at Microsoft Ignite: Unlock GitHub Copilotâs New Potential in Visual Studio
What's new in F# 9
Uno Platform Studio Featuring Hot Design
Uno Platform Studio Featuring Hot Design
How .NET 9.0 boosted JSON Schema performance by 32%
How .NET 9.0 boosted JSON Schema performance by 32%
How .NET 9.0 boosted AIS.NET performance by 9%
Implementing the Saga Pattern in C#
Authentication and Authorization Enhancements in .NET 9.0 by @andychiare auth0.com/blog/authentic⌠#aspnetcore pic.x.com/LrpRKG1bG6
Visual Basic 6 IDE recreated in C#
Visual Basic 6 IDE recreated in C#
Calling methods is easier and faster with C# 13 params collections
Nullable Reference Types in F# 9
The wait is over. Next-Gen Visual Designer for Cross-Platform .NET Apps is here. Transform your running app into a Designer from any IDE, on any OS. Please meet Hot Design. #dotNETConf platform.uno/blog/uno-platf⌠x.com/i/web/status/1⌠pic.x.com/I6FjkIfnG8
ă°ď¸ Clean Architecture with #ASPNET Core 9 ă°ď¸ .NET Conf 2024 session streaming live right now... đ đĽ msft.it/6019WkhCB Follow the conversation: #dotNETConf pic.x.com/3oFsAEJsEE
.NET 9 new code analyzers âŹď¸ #dotnet x.com/i/web/status/1⌠pic.x.com/F80B378Was
Authentication and Authorization Enhancements in .NET 9.0
232. Why Do .NET Upgrades Happen So Quickly?
For those still using WinForms. #dotnet #dotNETConf learn.microsoft.com/en-us/dotnet/d⌠pic.x.com/JEZCOyZvI5
Fix code with GitHub Copilot
ă°ď¸ Advanced Pattern Matching in C# ă°ď¸ .NET Conf 2024 session streaming live right now... đ đĽ msft.it/6011WkFm7 Follow the conversation: #dotNETConf #CSharp pic.x.com/5o275sKl0s
Rockstar 2 on .NET Rocks with Dylan Beattie
I'm done wondering what the best programming language / environment is
I can't wrap my head around MVVM
Introducing the .NET Aspire Community Toolkit
First preview of Visual Studio 2022 v17.13Â Â
Build REST API for your database in minutes and with "4 lines of code" using .NET Aspire 9 and a couple of Community Toolkit packages! #dotnet #sqlserver #azure #aspire #api pic.x.com/ilRV7ylY0R
ReSharper 2024.3: Day-One C# 13 Support, Streamlined Code Cleanup, and Enhanced C++ Tools
Rider 2024.3: Same-Day Support for .NET 9 SDK and C# 13, Console Debugging for Game Dev, AI Enhancements, and More
Can you reverse a String in C#? Here's how...
.NET 9 improves JavaScript module importing for Blazor
#PowerShell 1 liner to get Windows Update activity for last 24 of your Earth hours get-winevent -FilterHashtable @{ ProviderName = '*update*' ; StartTime = #b.AddHours( -24 ) }|where id -notin 0,41,42,44|select timecreated,id,Message|ft -auto -wrap pic.x.com/HO3c2AapAY
There is no difference in quality between STS and LTS versions of .NET I've seen some comments that STS versions are 'experimental' or more likely to have 'glitches'. In fact the only difference is the length of support. #dotnet x.com/i/web/status/1⌠pic.x.com/XPmPmiryFs
.NET Conf 2024 - Day 2
GitHub - aws/integrations-on-dotnet-aspire-for-aws: This repositry contains the integrations with .NET Aspire for AWS.
Aspire 9.0 dashboard mega thread đ§ľ. The dashboard is the place to view app telemetry and logs during local development. #dotnet #aspire Check out what's new in Aspire 9.0: 1) New responsive design makes the dashboard usable on mobile devices đą pic.x.com/TOx6S3WGwo
So, will you upgrade to .NET 9 ?
ă°ď¸ Performance Improvements in .NET 9 ă°ď¸ .NET Conf 2024 session streaming live right now... đ đĽ msft.it/6011WXipx Follow the conversation: #dotNETConf pic.x.com/WG85vD8lKJ
#dotnet 9 GA now officially released and available to download. x.com/i/web/status/1⌠pic.x.com/S7iZxXM5W0
ă°ď¸ What's new in C# 13 ă°ď¸ .NET Conf 2024 session streaming live right now... đ đĽ msft.it/6015WXi8d Follow the conversation: #dotNETConf pic.x.com/dCboipmQom
Visual Studio 2022 v17.12 with .NET 9
Announcing .NET 9 - .NET Blog
Announcing .NET 9
.NET and .NET Framework November 2024 servicing releases updates
#dotNETConf is streaming LIVE right now âźď¸ Join us to celebrate and learn about what you can do with .NET 9 at the biggest .NET virtual event in the world. Keynote, Welcome to .NET 9 happening now. đĽ msft.it/6010WX9Fu pic.x.com/JjU0yDnPWL
C# Language Support in ReSharper and Rider 2024.3
Let's Watch .NET Conf 2024 Together đ´ LIVE
Multiple JWTs in .NET: How to Implement Multi-Token Authentication
Exploring C# Records and Their Use Cases
Whatâs new in .NET 9?
If youâve yet to try .NET Aspire, wait until tomorrow đ. #dotnet #aspire #dotnetconf