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

ASP.NET Core, an open-source web development framework | .NET

https://www.asp.net/

ASP.NET Core comes with everything you need to build web apps including Blazor, a web UI framework for quickly creating fast, …

ASP.NET - Wikipedia

https://en.wikipedia.org/wiki/ASP.NET

Log in. Personal tools. Donate. Create account. Log in. Contents. move to sidebarhide. (Top) 1Programming models. 2IIS integrated …

ASP Tutorial - W3Schools

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

When a browser requests an ASP or ASP.NET file, the ASP engine reads the file, executes any code in the file, and returns the result …

Asps and Other Stinging Caterpillars - Insects in the City

https://citybugs.tamu.edu/factsheets/biting-stinging/others/ent-3010/

In Texas these caterpillars are commonly known as “asps”. This caterpillar is often abundant and may infest shade trees and …

Asp (snake) - Wikipedia

https://en.wikipedia.org/wiki/Asp_(snake)

Asp (snake) 6 languages. فارسی. Français. Gaeilge.

ASP.NET Web Apps - HTML, CSS, JavaScript, and C# | .NET

https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps

ASP.NET is cross-platform, allowing you to develop and deploy web apps on your OS. The Visual Studio product family provides a …

ASP.NET overview | Microsoft Learn

https://learn.microsoft.com/en-us/aspnet/overview

Sep 29, 2022 · Introduction to ASP.NET, a free framework for creating websites, web applications, and web APIs.

What is ASP.NET? | .NET - dotnet.microsoft.com

https://dotnet.microsoft.com/en-us/learn/aspnet/what-is-aspnet

ASP.NET allows you to build many types of web applications, including web pages, REST APIs, microservices, and hubs that push …

ASP.NET documentation | Microsoft Learn

https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-10.0

Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, …

GitHub - dotnet/aspnetcore: ASP.NET Core is a cross-platform .NET ...

https://github.com/dotnet/aspnetcore

ASP.NET Core is an open-source and cross-platform framework for building modern cloud-based internet-connected applications, …

Trending Now