Delete the standalone "Token-Based Configuration Magic" and the duplicate "Tenant Resolution Priority Chain" sections from the article. Update the feature index/table to replace the Token Replacement entry with Tenant Resolution, and adjust the numbering/labels for Background Job Queue and Widgets so the list stays consistent. This cleans up duplicated content and fixes the section ordering.
Update article to document ABP auto-generated API controllers and dynamic client proxies, including examples and where the behavior is implemented. Clarify that permission and feature checks are NOT automatic and must be applied explicitly with [Authorize] and [RequiresFeature] (notes about the related interceptor registrars included). Renumber sections, expand explanations for anti-forgery, event handling, UOW, outbox, virtual files, JSON settings, localization, and background jobs, and update the summary table to reflect the new/clarified items (Remote Services, Auto API Controllers, Dynamic Client Proxies, Permissions/Features changes).
Add a new community article with a cover image documenting ABP Framework's default conventions and behaviors. Adds docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md and images/cover.png; the article outlines 30+ automatic features (service registration, validation, UOW, auditing, Mapperly, outbox, event handling, virtual file system, Swagger, tenant resolution, etc.) to help developers understand what 'just works' in ABP and how to customize or disable defaults.
Add a new community article with summary and cover image describing how to implement multiple global query filters in EF Core using ABP Framework. The post covers built-in filters (ISoftDelete, IMultiTenant), custom filters, IDataFilter usage, UDF mapping for performance, testing examples, and best practices. Files added: post.md, summary.md, and images/cover.png.
Remove space/parentheses from image filename to fix a broken image reference. The image file was renamed to mcp-client-server-1200x700.png and the markdown in the article was updated to point to the new filename.
Include two dashboard screenshots in the article and add the corresponding image files under images/. Also update the "Our Source Code" link to point to the actual GitHub repository (https://github.com/fahrigedik/agent-ecosystem-in-abp).
Introduce a new community article 'Building a Multi-Agent AI System with A2A, MCP, and ADK in .NET' under docs/en/Community-Articles/09-02-2026-building-multiagent-system-in-dotnet, plus ten supporting diagrams and images. The article documents how MCP, A2A, and ADK were combined in a .NET/ABP-based Multi-Agent Research Assistant (architecture, pipeline patterns, MCP tools, A2A agent cards, ADK orchestration, and execution modes).
Add two new images (6.png, 7.png) and substantially revise the NDC London 2026 article Post.md. Changes include: update post title, numerous grammar and phrasing fixes, reflow and restructure of session notes (Damian Brady, Sheena O'Connell, Carly Richmond, Kevlin Henney, Steve Sanderson), insert additional images and captions, clarify bullets and headings, and add a short market-update note about software stocks. Overall edits improve readability and add visual assets.
Introduces a new community article explaining the Async Chain of Persistence Pattern for event-driven and message-driven systems. Includes detailed discussion, code examples, diagrams, and analysis of trade-offs to help prevent message loss in asynchronous workflows.