Adjusted the namespace declaration in the Blazor tutorial to conditionally use 'TodoApp.Pages' for Blazor UI and 'TodoApp.Components.Pages' otherwise. This clarifies the correct namespace usage based on the UI framework.
Replaced the hardcoded Blazor project name with a conditional statement to support both Blazor and MAUIBlazor UI options in the tutorial documentation.
Adjusted instructions to reference the correct `Components/Pages` folder for BlazorServer projects instead of `Pages`, ensuring clarity for users following the tutorial.
Replaces instructions for creating an AuthorModule with steps for generating an AuthorComponent. Updates code samples and explanations to reflect the use of a standalone component with NgbDatepickerModule, aligning the tutorial with current Angular best practices.
Replaces instructions for editing book-routing.module.ts with updated guidance for configuring routes in app.routes.ts, reflecting changes in Angular routing best practices.
Updated the tutorial to reference ABP v9.3.0 instead of v3.1.0, and revised instructions to use Angular's component-based routing instead of module-based routing. Adjusted code samples and explanations to reflect changes in Angular CLI output and route configuration.
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.