05/30/2026
In JavaScript, the following object chaining is similar to C # 14 Null-conditional assignment. Which, in both languages, is a better, shorter way to check whether an object is null without raising a runtime exception.
Follow me for more videos and codes: Code Adventure
05/29/2026
Rate limiting works differently once your API scales out.
Local counters split the limit across instances. Redis gives them one shared counter + time window.
I built a distributed rate limiter in .NET 10 using Redis.
Follow me for more videos and codes: Code Adventure
05/26/2026
C # project to list projects under a solution folder
Follow me for more videos and codes: Code Adventure
05/26/2026
New required file for creating a donet tool
Follow me for more videos and codes: Code Adventure
05/24/2026
Get .NET Framework for a project at runtime
Follow me for more videos and codes: Code Adventure