Gerald Versluis and @davidortinau.com host the .NET MAUI Community Standup live from MAUI Day London where they discuss various topics, including control customization, build times, and the platform's future.
#dotnet #csharp #maui
@dotnetdrip.com.bsky.social
Your regular dose of C# and .NET programming insights, tutorials, and community news delivered straight to your inbox. Curated by hand by @baldbeardedbuilder.com
Gerald Versluis and @davidortinau.com host the .NET MAUI Community Standup live from MAUI Day London where they discuss various topics, including control customization, build times, and the platform's future.
#dotnet #csharp #maui
OData .NET 9 preview tightens null handling, enforces structured JSON, and trims legacy APIs for a leaner client. Useful context for teams moving off 8.x or targeting .NET 8 to 10.
#dotnet #odata #csharp
bbb.dev/bx6s2iwljq
.NET MAUI 10.0.31 lands with a patch bump and a revert of the Android SafeAreaEdges Container fix that could reintroduce label overlap near the status bar. Small release, important detail for mobile UI polish.
#dotnet #maui #android
.NET Rocks! host @jasonbock.net to unpack real world wins and gotchas with .NET source generators like regex and P/Invoke, plus how to judge when they are worth it. Practical heuristics to find wins without nicking build times.
#dotnet #csharp #roslyn
bbb.dev/f4wxdwmcjf
New Agent Framework preview for .NET lands with cleaner session APIs, AgentRunContext, better workflow fidelity, and a shift to source generation, plus fresh Anthropic samples. Fewer footguns, more sturdy C# agents.
#dotnet #csharp #ai
FusionCache meets Microsoft's HybridCache in a practical tour of multi-level caching for .NET that tames cache stampedes and scales from memory to Redis without code churn. Real patterns, real tradeoffs, real performance wins.
#dotnet #csharp #caching
Set up Serilog file logging in ASP.NET Core the right way, with rolling files, a clean output template, and ILogger in Minimal APIs. Learn why only Microsoft logs show up and fix it with MinimumLevel overrides.
#aspnetcore #serilog #dotnet
Damien Bowden demonstrates how to make your .NET apps care about how users authenticated by implementing Level of Authentication with ASP.NET Core Identity and Duende.
#dotnet #aspnetcore #blazor
Per aggregate beats global ordering. From Outbox and competing consumers to sagas that keep workflows correct and scalable in .NET, Milan maps the path you actually need.
#dotnet #csharp
Marshal methods in .NET MAUI get real-world upgrades in .NET 10: quicker Android startup and a way to handle nonstandard Maven filenames. A quick tour of the bridge between C# and native code plus settings that can save you from slow launches.
#dotnet #maui #android
An A2A compliant agent in .NET 8 with ASP.NET Core, featuring a currency agent sample and a client walkthrough, shows how Agent Cards, Tasks, and Parts make multi agent messaging predictable. Mariyam Ashai packed this post with field tested tips for real workflows.
#dotnet #csharp #ai
Dave Brock shares real improvements for everyday APIs in .NET 10: Minimal API validation, OpenAPI 3.1, EF Core named filters and SSE, plus C# 14 niceties that cut noise. Grounded in a real order management sample
#dotnet #csharp #aspnetcore
Looking for a practical mental model of LLMs in C#? Jeremy Likness shows how prompts, embeddings, RAG, and MCP fit together and how GitHub Models, Foundry, and Ollama plug into Microsoft Extensions for AI with a unified IChatClient.
#dotnet #csharp #genai
MewUI is a code-first .NET GUI library targeting NativeAOT with fluent C# markup and tiny exe sizes. AOT-friendly bindings and multiple backends make it a neat option for fast desktop tools.
#csharp #dotnet #nativeaot
Plug A2A compliant agents into a Blazor chat with a tiny adapter and switch between them at runtime. Dmitry Tokmachev gives us a multi-agent ASP.NET Core sample, streaming responses, and protocol checks.
#blazor #dotnet #ai
Build a .NET MAUI geo-analytics dashboard where map clicks update KPIs and charts in real time using MVVM and Syncfusion controls. EV adoption data becomes crisp insights with XAML and C# bindings.
#dotnetmaui #csharp
Picking between .NET MAUI date, time, and list pickers does not have to be guesswork. A simple decision guide with MVVM tips, cascading lists, and a GitHub sample.
#dotnetmaui #csharp #dotnet
Aspire makes Azure Functions and client libraries agree on connection settings with IResourceWithAzureFunctionsConfig and a smarter WithReference. Emulator or Azure identity, it smooths the config so you can ship.
#dotnet #azure #dotnetaspire
Skip the LLM for entity extraction. This post walks through Tesseract OCR plus BERT NER in C# with ONNX to get fast, private, deterministic entities from scanned text. #csharp #dotnet #onnx
09.02.2026 22:05 β π 0 π 0 π¬ 0 π 0Rider and ReSharper 2025.3.2 ship with ACP agent registry support and pragmatic fixes that make Hot Reload, MAUI, and multi-targeted builds behave. Fewer false positives and smarter inspections for C# 14 extension members.
#dotnet #rider #resharper
Make your ASP.NET Core APIs a little tougher. This post shows Polly 8 retries with exponential backoff and a clean IHttpClientFactory setup in a real sample.
#dotnet #aspnetcore #polly
Mark the fields that matter and let a TypeInfoResolver modifier quietly encrypt them during System.Text.Json serialization, no custom converters required. Foundation today, Azure Key Vault and crypto shredding on deck.
#dotnet #csharp
From a mouthful of an interface to a tidy IPipelineActivityReporter, Safia Abdalla shows how Aspire reports deployment progress concurrently with clean CLI and CI logs. Handy patterns for steps, tasks, channels, and Markdown inside pipelines.
#dotnet #csharp #aspire
EF Core 10 brings named query filters so you can combine soft delete and multi tenant rules, then ignore one by name when needed. Practical C# examples keep your data access clean and predictable.
#efcore #csharp #dotnet
Keep private packages private and your builds fast with local NuGet feeds. Includes a simple publisher tool plus a Dapper DateOnly and TimeOnly example.
#csharp #dotnet #nuget
Blazor inside XAML is here with OpenSilver 3.3, bringing inline Razor, .razor files, and MVVM friendly bindings to your existing C# code. Great for incremental WPF modernization with .NET 10 support and a bigger component toolbox.
#dotnet #csharp #blazor
Encrypt it and still query it, plus add semantic search, all from EF Core. MongoDB's provider now supports Queryable Encryption and Vector Search with straightforward LINQ APIs.
#efcore #mongodb #dotnet
Tame ASP.NET Core config the smart way - appsettings, env vars, User Secrets, launch profiles, and the double underscore trick. Tips for Options, Docker, and Azure make it production ready.
#aspnetcore #dotnet #configuration