URL Pattern Matching in .NET - Gérald Barré

A .NET implementation of the WHATWG URL Pattern API for flexible URL matching and routing with wildcards and parameter extraction.

Meziantou's blog

On 2026's April Fools' Day, Eva and Stefan Code 'n' Chat about everything you (don't) want to know about ImmutableArray<T>.

2026-04-01 (Wednesday)
at 17:00 UTC

#2codeOrNot2code #dotnet #CSharp #Roslyn #NuGet

https://www.youtube.com/watch?v=m2P4HrbqKI0

2code ^ !2code [S2026E05] ImmutableArray is built for speed, not comfort

YouTube
Speed Up .NET CI with Test Sharding - Gérald Barré

Learn how to split .NET tests into deterministic CI shards to run in parallel and reduce pipeline feedback time.

Meziantou's blog

6 downloads, than this thing reached 16k downloads.

https://www.nuget.org/packages/IegTools.Sequencer

#nuget #sequence

IegTools.Sequencer 3.2.0

IegTools.Sequencer provides a fluent interface for creating easy-to-read and extensible sequences, eliminating the need for lengthy if-else statements. Predecessor of FluentSeq - transaction-based architecture

Нативный код в .NET-библиотеке и как его готовить

Дорогие гости, прошу, присаживайтесь. Сегодня в меню: DllImport по-домашнему, рагу из C# и C++, запечёные в NuGet-пакете x64 и ARM. Также будет предложена закуска в виде истории о безумствах ИИ. Bon appetit!

https://habr.com/ru/articles/1013334/

#net #c# #nuget #pinvoke #marshalling

Нативный код в .NET-библиотеке и как его готовить

Дорогие гости, прошу, присаживайтесь. Сегодня в меню: DllImport по-домашнему, рагу из C# и C++, запечёные в NuGet-пакете x64 и ARM. Также будет предложена закуска в виде истории о безумствах ИИ. Bon...

Хабр

Just blogged: My NuGet packages hit a quarter-billion downloads. Just a number; I’m not sure it means much, but I turned it into a short note on NuGet, OSS, and the community.

https://www.devlead.se/posts/2026/2026-03-22-quarter-billion-nuget-downloads

#nuget #dotnet #oss

@devlead - Mattias Karlsson's Blog - A quarter of a billion NuGet downloads

A personal milestone and a short reflection on NuGet's history and what it has enabled for open source and the community

The number of downloads of my NuGet packages exceeded 120,000,000 - https://www.nuget.org/profiles/taritsyn

#nuget #dotnet #opensource #oss

Ok #dotnet devs using #codeberg - I'm somewhat confused on spinning up a #nuget package registry on there, all links point to general forgejo docs which do not provide me with actual concrete urls to use or at least I haven't seen them.
Could someone give me some pointers?

(In a perfect world every release on the repo page would sync attached packages to the reg but I'd be fine with that being manual labor for now)

Implementing RFC-compliant HTTP caching for HttpClient in .NET - Gérald Barré

Learn how to implement HTTP caching in .NET using Meziantou.Framework.Http.Caching to reduce latency and network traffic with RFC 7234 and 8246 compliance.

Meziantou's blog
I have a utilities package on #NuGet that I probably ought to write examples for. Should my example project be MVC or Web API or a CLI app? Presumably it ought to run? #dotnet