#PowerShell tip of the day: Prefer `Join-Path` over string concatenation to handle path operations; it automatically accounts for missing slashes and system-specific path separators.
Week 16, 2024
Monday, 15 April 2024 - Sunday, 21 April 2024
HoloNET v3.0.2 Released! :)
F# Weekly #16, 2024 – F# in Action now in print!
#PowerShell tip of the day: Use `Select-Object -First 1` instead of `[0]` for pipeline efficiency on large data sets. It stops processing as soon as the first item is processed, saving time and memory.
#dotnet Performance Improvements 🚀 Links to all Stephens Toubs amazing performance improvement blog posts which showcase hundreds of performance related PRs which usually go into each .NET release. .NET 8 devblogs.microsoft.com/dotnet/perform… .NET 7 devblogs.microsoft.com/dotnet/perform… .NET 6…
Add custom JSON files for app settings in ASP.NET Core
I've been doing #dotnet for about 15 years, and have only just now learnt that char has these `Is*` methods! 🤦♂️ #embarrassing Useful though!
#PowerShell tip of the day: Use ‘switch -Regex` instead of multiple if statements when checking multiple conditions against the same variable.
Microsoft.EntityFramework.SqlServer 6.5.0-preview2-24180-01
Announcing: Azure Developers – .NET Day
Stop Debugging and Start Running in Visual Studio
Configure Token Based Authentication in ASP.NET Core
"Stop Using LINQ in .NET!"
Serilog and .NET 8.0 minimal APIs
I had some free time today, so I've created a #ActiveDirectory replication summary report for email and @MicrosoftTeams usage. Using ADEssentials, PSWriteHTML, Mailozaurr, and PSTeams, you can do it in 50 #PowerShell lines or less. A blog post ➡️evo.yt/7h9q 🔥
.Http file included with API project in .NET 8 I love .http files as they allow us to send HTTP requests directly from within Visual Studio. From .NET 8 the API project template includes one by default which I think is great to expose more devs to them. #dotnet
The First Set of Bug Fixes for ReSharper and Rider 2024.1 Are Here!
Building a scalable gateway with .NET for Microsoft AI
Build & test resilient apps in .NET with Dev Proxy
Automatically Register Minimal APIs in ASP.NET Core | REPR Pattern
How to use GitHub Copilot Chat in Visual Studio
Data Anomaly Detection Using a Neural Autoencoder with C#
Streamline your container build and publish with .NET 8
Copilot can help you build .NET MAUI apps. Learn how #Copilot works within the context of your code, and see how it can help you learn more about your source code. #dotNETMAUI msft.it/6017cNhax
LINQ All() returns true for empty collections A gentle reminder that LINQ All returns true for empty collections which may seem counter-intuitive to some. #dotnet
.NET 9 Fixed Exceptions but Still Don’t Use Them
I'm going to be on the .NET Community stand up talking about .NET Aspire with @DamianEdwards youtube.com/live/Osf7_ZxRl… We're overdue for an update! #dotnet #aspire