Articles by tag: dotnet
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.
Register optimization in RyuJIT using genetic algorithms
How genetic algorithms help improve register allocation in the RyuJIT compiler and reduce PerfScore. Technical details and results.
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.
Rate limiting ASP.NET Core: setup and algorithms
Learn to set up rate limiting in ASP.NET Core: algorithms, policies, queues, rejections. Complete guide for middle/senior devs with code examples. Protect API from overloads.
Master C# from Scratch: Free Program
Get C# Developer Skills for Free: From CS Basics to ASP.NET Core and EF Core. Full 8–10 Month Plan with Courses and Tips for Junior Positions. Start Now!
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.
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.