Added a new blog post announcing the release of ABP.IO Platform 10.0 stable version, including upgrade instructions, migration guides, and community news. Also added related images for the post.
Added a section to the ABP 10.0 migration guide warning users about limited MySQL provider support for .NET 10.0 and recommending to delay upgrades until stable releases are available.
Introduces a new community article detailing the experimental Signal-Based Forms API in Angular 21. The article covers motivations, type safety, two-way binding, validation, and practical usage examples, highlighting the advantages over traditional Reactive Forms. Includes a cover image for the article.
Introduces a new community article detailing the availability of server-side rendering (SSR) for ABP Framework Angular applications. The article covers SSR benefits, setup instructions, supported configurations, integration details, and best practices.
Introduces a new community article detailing the implementation of an API key management system using ABP Framework. Includes a comprehensive markdown post, summary, cover image, and an authentication flow diagram. The article covers use cases, architecture, code samples, security best practices, and integration steps.
Replaced the outdated GitHub link for 'AI Samples for .NET' with the official Microsoft Learn samples page in both Microsoft.Extensions.AI and Semantic Kernel documentation.
Added a section explaining how to check if change tracking is enabled on repository objects using the IsChangeTrackingEnabled property. Clarifies default values and behavior for read-only and other repositories.
Updated the artificial intelligence documentation to clarify ABP Framework's AI integration approach, focusing on abstractions and workspaces using Microsoft's AI stacks. Simplified installation and usage instructions, provided clearer examples for Microsoft.Extensions.AI and Semantic Kernel, and improved explanations of workspaces and configuration. Removed redundant and verbose sections for better readability and maintainability.
Introduces a new community article explaining Domain Services in Domain-Driven Design for .NET developers. Includes practical examples, ABP Framework patterns, best practices, and supporting images for concepts like money transfer and service comparison.