Ok this is cool. A new debugger visualizer for @VisualStudio if you use #dotnet Entity Framework #ef #efcore from @GioDalakishvili marketplace.visualstudio.com/items?itemName…
Week 6, 2024
Monday, 5 February 2024 - Sunday, 11 February 2024
Hello, Redis - Getting Started with Redis and dotnet 8
How Do You Deprecate an Old API Version in ASP.NET Core?
It's ridiculous how easy @dotnet SignalR makes streaming AI responses asynchronously. I implemented the approach mentioned in the @Microsoft Copilot blog post (devblogs.microsoft.com/dotnet/buildin…) with ~20 lines in the client and ~30 in the server (no @OpenAI SDK). github.com/kzu/StreamAI
F# Weekly #6, 2024 – F# Essential Lectures and OpenSilver with F#
C# code snippets for Resharper and Rider
Support for GDScript · Issue #88 · JetBrains/godot-support
.NET 9 will be putting BinaryFormatter out to pasture.
Resilience and chaos engineering
Rider 2024.1 EAP 4: New Monitoring Tool Window and Blazor WASM Hot Reload for Running Applications
F# Essentials Lecture 1
Gemini can't show me the fastest way to copy memory in C# because it's unethical
Gemini can't show me the fastest way to copy memory in C# because it's unethical
From Mono to Wilderness: Unleashing the Wild Side of .NET in IoT with Bryan Costanich
avoid some allocations during TLS handshake by wfurt · Pull Request #97348 · dotnet/runtime
2023’s Top 10 New Features for .NET in Visual Studio
My Top 10 NEW Visual Studio Features of 2023 for .NET Developers
POC: Add Microsoft.Data.SqlClient.Core package that has no Azure SDK … by ErikEJ · Pull Request #2247 · dotnet/SqlClient
A More Efficient Way to Update Multiple Records in Your Database with EFCore! 🔥🚀 Follow this thread for details. #dotnet #database #efcore #update #bulk #performance #developer #dev
Upcoming Training on Modern .NET with Vertical Slice Architecture
Why .NET's Most Ambitious Feature Might Fail
Developing With Accessibility in Mind at Microsoft
.NET Aspire - Quick Introduction
Why .NET's Most Ambitious Feature Might Fail
List<T> Any v Exists benchmark in .NET ⬇ Anyone know why this is? 😉 ... Thanks to Nabi Karampoor on LinkedIn for the image -> linkedin.com/in/thisisnabi/ #csharp #dotnet
Announcing Stride 4.2 with .NET 8 support
Announcing Stride 4.2 with .NET 8 support
.NET 9 Enumerable First/Last performance improvements ⬇ The PR below got merged into main yesterday. Looks like some nice improvements to First/Last. #dotnet
Beautiful Sortable Drag & Drop Lists for your Blazor Apps
The Complete Guide to Functional (E2E) Testing in ASP.NET Core
HTML Web Components with Vanilla JavaScript and ASP.NET Core
.NET APIs Part 6 - Swagger
PowerShell and OpenSSH team investments for 2024
Dev Tunnels: A Game Changer for Mobile Developers
Ultimate Starter Guide to Middleware in ASP .NET Core: Everything You Need to Know by @DevLeaderCa devleader.ca/2024/02/01/ult… #aspnetcore
Creating Custom AI Prompts With ReSharper
How IDisposable and Using Statements Work Together in C#
Microsoft Is Abandoning C# for Rust! Now What?
Entity Framework Query Plan Visualizer ⬇ This new Visual Studio extension by @GioDalakishvili looks like it could be a game changer. It enables us to view the query plan of our queries directly inside VS. #dotnet