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://dotnet.microsoft.com/en-us/apps/aspnet

ASP.NET Core comes with everything you need to build web apps including Blazor, a web UI framework for quickly creating fast, secure, and robust web apps that run anywhere.

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

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

ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services that run on macOS, Linux, Windows, and Docker.

ASP.NET - Wikipedia

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

ASP.NET is a server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, …

ASP.NET Tutorial - GeeksforGeeks

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 …

ASP Tutorial - W3Schools

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

The ASP Technology ASP and ASP.NET are server side technologies. Both technologies enable computer code to be executed by an Internet server. When a browser requests an ASP or ASP.NET …

ASP.NET Tutorial

https://www.tutorialspoint.com/asp.net/index.htm

ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites. It allows you to use a full featured programming language such as C# or …

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, such as web apps, IoT apps, and mobile backends.

Introduction to ASP.NET - GeeksforGeeks

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 …

Microsoft Getting Started with ASP.NET Core - Coursera

https://www.coursera.org/professional-certificates/microsoft-aspnet-core-developer?msockid=3dc38d4ec2e9682106ef9ad6c3976984

Offered by Microsoft. Become a Microsoft ASP.NET Core Developer. Learn MVC, Minimal APIs, EF Core, and CI/CD with job-ready projects. Enroll for free.

ASP.NET Tutorial - Tpoint Tech

https://www.tpointtech.com/asp-net-tutorial

Jul 9, 2026 · ASP.NET Tutorial provides basic and advanced concepts of ASP.NET. Our ASP.NET Tutorial is designed for beginners and professionals both. ASP.NET is a web framework designed …

Trending Now