Search Articles — Sudonull

Search Results

In this project

ASP.NET Core Rate Limiting Middleware: Architecture & Config

https://sudonull.com/asp-net-core-rate-limiting-middleware-architecture-config

Explore ASP.NET Core's powerful rate limiting middleware. Learn its architecture, global & policy-based configuration, custom policies, and rejection handling for robust web applications.

Rate limiting ASP.NET Core: setup and algorithms

https://sudonull.com/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.

DDD in ASP.NET: scalability issues after 30 aggregates

https://sudonull.com/ddd-in-asp-net-scalability-issues-after-30-aggregates

Breaking down why classic DDD with EF Core slows down in projects with 30+ aggregates: heavy queries, specifications, transactions. Hybrid approaches for optimization. Learn how to speed up development.

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.

From the web

Jul 14, 2026 ·

https://dotnet.microsoft.com/en-us/download

Jul 14, 2026 · Free downloads for building and running . NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for . NET Framework, . NET , and ASP . NET .

Oct 3, 2025 ·

https://www.geeksforgeeks.org/c-sharp/asp-net-tutorial/

Oct 3, 2025 · ASP.NET is a web application framework developed by Microsoft for building dynamic websites, web applications and web services. It runs on the .NET Framework and provides a consistent programming model and tools for building robust web solutions.

Jul 11, 2025 ·

https://www.geeksforgeeks.org/c-sharp/introduction-to-asp-net/

Jul 11, 2025 · ASP . NET is a web application framework designed and developed by Microsoft. ASP . NET is open source and a subset of the .NET Framework and successor of the classic ASP (A ctive S erver P ages). With version 1.0 of the .NET Framework, it was first released in January 2002.

Email

https://www.w3schools.com/asp/webpages_intro.asp

If you are new to ASP . NET , Web Pages is a perfect place to start. In this Web Pages tutorial you will learn how to combine HTML, CSS, JavaScript and server code, using server code written in VB or C# .

Trending Now