Swimburger 

567 Followers
708 Following
84 Posts
🇧🇪🍟🇺🇸 Software Engineer
@buildwithfern
and http://swimburger.net.
Microsoft MVP focusing on C# .NET.
🌐 Bloghttps://swimburger.net
▶️ YouTubehttps://www.youtube.com/channel/UCYcY4DDATnpJ-aNOwI4E1Iw
:github: GitHubhttps://github.com/Swimburger
:twitter: Twitter?!https://twitter.com/RealSwimburger
I gave my Blazor based ncrontab testing tool a facelift
https://ncrontab.swimburger.net
#dotnet #csharp #blazor #aspnet
NCrontab Expression Tester Evaluator

Use the NCrontab Expression Tester tool to test out your NCrontab/CRON expression and see the DateTimes of your occurrences.

I updated my Blazor based de/compression tool with support for gzip, brotli, deflate, zlib, and zstd.
#dotnet #csharp #blazor
https://gzip.swimburger.net/
GZIP decompress/compress files from your browser

Use this online GZIP tool to compress and decompress files right in the browser

How One Company Secretly Poisoned The Planet

YouTube
I went on holiday for two weeks and I feel like VSCode + Copilot improved a lot in just that little time.
It feels a lot smoother and better predictions.
New async Zip APIs in .NET 10 preview 4! Fantastic that this gap is bridged :)
https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview4/libraries.md#new-async-zip-apis
core/release-notes/10.0/preview/preview4/libraries.md at main · dotnet/core

.NET news, announcements, release notes, and more! - dotnet/core

GitHub

My favorite dev tool this year has been Proxyman. It's a well crafted super useful tool for anyone working with HTTP APIs.
Money very well spent!

https://proxyman.com/

Proxyman · Debug, intercept & mock HTTP with Proxyman

Proxyman is a native, high-performance macOS app, which enables developers to capture, inspect, and manipulate HTTP/HTTPS requests/responses with ease. Support iOS and Android Simulator and Physical Device.

Proxyman
BRING BACK DYNAMIC
Anyone using [JsonExtensionData] in .NET that has suggestions here?
https://github.com/dotnet/runtime/issues/114106
How to create a symmetrical JSON class for reading and writing that is intuitive with [JsonExtensionData]? · Issue #114106 · dotnet/runtime

We're experimenting with how we can provide the most intuitive, developer friendly experience for reading and writing additional properties for OpenAPI and are struggling to use [JsonExtensionData]...

GitHub

Just shipped Square's .NET SDK:
🔄 Modern C# & .NET with .NET Framework 4.6.2 compatibility
📦 System.Text.Json (no Json.NET) with minimal dependencies
✨ IAsyncEnumerable pagination, discriminated unions & forward-compatible enums
🧪 300+ tests including 88 migrated integration tests

Check it out: github.com/square/square-dotnet-sdk

⚡ P.S. Also optimized webhook signature verification with Span<char> & Span<byte> to reduce allocations.

Just shipped Square's .NET SDK:
✅ Modern C# & .NET with .NET Framework 4.6.2 compatibility
✅ System.Text.Json (no Json.NET) with minimal dependencies
✅ IAsyncEnumerable pagination, discriminated unions & forward-compatible enums
✅ 300+ tests including 88 migrated integration tests

Check it out: github.com/square/square-dotnet-sdk

P.S. Also optimized webhook signature verification with Span<char> & Span<byte> to reduce allocations.