Week 15, 2024
Monday, 8 April 2024 - Sunday, 14 April 2024
Is .NET just miles ahead or am I delusional?
Is .NET just miles ahead or am I delusional?
New solution format in Visual Studio ❤ Readability and mergeability is massively improved. Available in VS 2022 v 17.10 but as preview feature. Turn it on from -> Preview Features -> Use Solution File Persistence Model and then save your solution file as .slnx #dotnet
.NET 8 v .NET 9 Exception Handling benchmarks Have just ran these on preview 3, wow ❤. 76% faster handling in .NET 9 for the benchmark code I ran (in the 2nd tweet below). #dotnet
🎉 Announcing the release of .NET 9 Preview 3. 🙌 See what's new in #dotNET Libraries, Runtime, & SDK, including: ➖ The Tokenizers Library ➖ TimeSpan.From overloads ➖ Faster exception handling ... and more. Get details and resource links here ➡️ msft.it/6011cAcxU
Introducing MSTest SDK – Improved Configuration & Flexibility
You Need to Update Your .NET Solution Files!
Boom! The new Visual Studio solution file format (.slnx) is here (initially only in Visual Studio 17.10+) To enable: Tools, Options, Preview Features, Use Solution File Pesistence Model, then Save As .slnx #visualstudio #dotnet
ASP.NET Core + Razor + HTMX + Chart.js
World's Smallest CSV Parser (C#)
World's Smallest CSV Parser (C#)
Announcing pl/dotnet, version 0.99 (beta)
New .slnx Solution Format in Visual Studio — no more GUIDs!
Unlock the power of PDF manipulation with Aspose PDF for .NET! Seamlessly create, edit, convert, and manipulate PDFs in your .NET applications with ease. Say goodbye to PDF headaches and hello to efficiency! 💻✨ #PDF #DotNET #DeveloperTools
✏️ Sticky lines in the editor This new feature in Rider 2024.1 keeps key structural elements, like the beginnings of classes or methods, pinned to the top of the editor as you scroll. Learn more: jetbrains.com/rider/whatsnew… #dotnet
Create a GitHub Repo From Existing Code in Visual Studio in 10 Minutes or Less
SOLID Interface Segregation Principle example Keep interfaces highly focused. In the hotel room example below because we have a few smaller interfaces the rooms have more granular control over what functionality they offer. #dotnet
.NET April 2024 Updates - .NET 8.0.4, 7.0.18, .NET 6.0.29 - .NET Blog
.NET April 2024 Updates – .NET 8.0.4, 7.0.18, .NET 6.0.29
Introducing the new Copilot experience in Visual Studio
This is why you don't use float/double for monetary types in #dotnet If you see non-decimal (or int) types used for prices or other monetary values in your system, flag those for review and (most likely) correct them when you get a chance.
C# Guide - .NET managed language
.NET Aspire preview 5 - .NET Aspire
PowerShell Cheat Sheet #PSHSummit #PowerShell