Week 9, 2024
Monday, 26 February 2024 - Sunday, 3 March 2024
Set Entity Framework AsNoTracking() globally ⬇ Perfect for read-only scenarios. #dotnet
Improve resources page performance with many resources by JamesNK · Pull Request #2556 · dotnet/aspire
GitHub - nickvourd/Windows-Local-Privilege-Escalation-Cookbook: Windows Local Privilege Escalation Cookbook
F# Weekly #9, 2024 – Should Hedgehog be an official F# mascot?
Data Clustering Using a Self-Organizing Map (SOM) with C#
Rider 2024.1 EAP 7: C# Updates, New Product Icons, Bundled Kubernetes Plugin
ReSharper 2024.1 EAP 7: Updates to C# and C++ Support
GitHub Copilot Analysis, Customized Rules, and more come to the Azure Migrate application and code assessment
Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8 - .NET Blog
C# 8+ Switch Expression example ⬇ I love switch expressions from C# 8. They offer a more concise syntax without sacrificing readability and understandability. #dotnet
Docker Init for ASP.NET Core Compared to VS or VS Code Extensions
WinForms Designer Selection for 32-bit .NET Framework Projects
.NET MAUI Community Toolkit 2023 Highlights
.NET 8 Global Exception Handler example ⬇ Unless I can recover somehow I like to just let exceptions bubble up and then catch and log them globally. IExceptionHandler is new in .NET 8 and makes setting up a global exception handler super easy. What do you think? #dotnet
.NET Performance Optimization: Deferred Allocations
Getting started with Testcontainers for .NET
You Need To Know About .NET Channels for Pub-Sub
Release Notes
Mocking authorization tokens with WireMock.NET
Clean Architecture organizes your code in a way that limits its dependencies on infrastructure so that it's ideal for Domain-Driven Design and microservices. In this #dotNETConf session replay, we learn to apply it to your #ASPNET Core apps. msft.it/6010cMmV8
Next up in the Back-end Web Development with .NET for Beginners series, we go into dependency injection in #ASPNETCore and minimal APIs to centralize the logic associated with task management into a concrete implementation of ITaskService. 🎥 msft.it/6014cMmTo
.NET built-in IValidatableObject example ⬇ I love FluentValidation, but the built-in IValidatableObject does the job for me most of the times when I'm building ASP .NET MVC apps. Have you used it? How are you validating input from the UI or API? #dotnet
On .NET Live: Radzen.Blazor - A free and open source component library
Grial Studio - Your .NET MAUI UI Expert Assistant in Visual Studio
ReSharper 2024.1 EAP 6: The Most Feature-Rich Update Yet
Introducing a revolutionary Gateway: a Microservice with the #ASPNETCore request pipeline. Seamlessly transition your #ASPNETCore Web API skills to Veritas API Gateway, with enhanced features like Swagger, Authorization, Filters, Load Balancing, + more. hubs.li/Q02m830l0
Using Unix domain sockets with ASP.NET Core and HttpClient
Using Unix domain sockets with ASP.NET Core and HttpClient
Shoelace Web Components with ASP.NET Core
Visual Studio’s Full Year in Review (2023)
The FAST and the Fluent: A Blazor story
Introducing ASP .NET Core metrics and Grafana dashboards in .NET 8 by @JamesNK devblogs.microsoft.com/dotnet/introdu… #aspnetcore
Visual Studio Update: Automatically Close Brackets and Quotes
Microsoft 365 security recommendations with PowerShell script
.NET 9 will have a new Lock() type 🔒 Great to have a dedicated lock type as it gives us a way to express the intent of our code more clearly. Thanks to Steven Giesel on LinkedIn for the image -> linkedin.com/in/steven-gies… #dotnet