Integration of native code in .NET: P/Invoke, DllImport, cross-platform compatibility https://sudonull.com/integration-of-native-code-in-net-p-invoke-dllimport-cross-platform-compatibility
Complete guide to using native code in .NET: from DllImport to creating NuGet packages. Learn about P/Invoke, marshaling and cross-platform solutions for developers.
SkiaCamera: video effects and subtitles in .NET MAUI https://sudonull.com/skiacamera-video-effects-and-subtitles-in-net-maui
Set up real-time video processing with AI subtitles, SKSL shaders, and pre-recording in SkiaCamera for .NET MAUI. Integration with OpenAI and GPU rendering. Build the example and test on a device.
Native AOT in .NET: experience of implementation in CoreBus https://sudonull.com/native-aot-in-net-experience-of-implementation-in-corebus
How to adapt a cross-platform .NET application for Native AOT: binding issues, serialization, build, and antiviruses. Practical guide.
YandexGPT Integration in .NET — Guide https://sudonull.com/yandexgpt-integration-in-net-guide
Practical guide to connecting YandexGPT to ASP.NET Core: secure authentication, asynchronous processing, base64 validation, and Markdown sanitization. For middle/senior developers.
Basic RateLimiter .NET: algorithms and queues https://sudonull.com/basic-ratelimiter-net-algorithms-and-queues
Breakdown of FixedWindow, SlidingWindow, TokenBucket and ConcurrencyLimiter in .NET. Request processing architecture, queues, Lease. For middle/senior dev. Study the implementation.