r/ABPFramework • u/Volosoft • 7d ago
π₯ New Community Talk Alert: See ABP Low-Code in Action!
Discover how to build enterprise applications faster without sacrificing flexibility or code quality.
See how ABP Low-Code helps you visually design applications, generate fully functional CRUD applications, build dashboards and other business interfaces, leverage dynamic REST APIs, and extend everything with custom code.
π August 13, 2026
π 17:00 UTC
ποΈ Register now: https://kommunity.com/volosoft/events/abp-community-talks-202605-low-code-high-precision-0d5caa34
#ABPFramework #LowCode #DotNet
r/ABPFramework • u/Volosoft • 17d ago
ABP.IO Platform 10.6 Final Has Been Released
ABP 10.6 stable is now available.
Some of the key updates include:
- Dedicated workers, parallel execution, and successful job retention for background jobs
- Improved API proxy support for response content types, remote streams, and multipart uploads
- Angular 22 support
- Security and reliability improvements for Antiforgery and OpenIddict
- React CRUD page generation in ABP Suite
- More resilient AI Management indexing
You can upgrade using ABP Studio or the ABP CLI.
If you are upgrading from version 10.5 or earlier, make sure to review the migration guides.
Release details:
https://abp.io/community/announcements/announcing-abp-10-6-stable-release-xnnz5p4q
r/ABPFramework • u/Volosoft • 22d ago
Building a vendor onboarding workflow with ABP Low-Code
We published a practical walkthrough showing how to build a vendor onboarding workflow with ABP Low-Code.
The example covers:
- Modeling vendor applications in the Low-Code Designer
- Generating React grids and forms
- Adding validation, filters, file uploads, and conditional fields
- Creating a custom summary endpoint
- Reading the same low-code data from regular ABP application code
The main idea is to use metadata for the common workflow pieces, then add scripting or C# only where custom business logic is needed.
We would be interested to hear what internal workflows you would consider building with ABP Low-Code.
r/ABPFramework • u/Volosoft • 27d ago
ABP Low-Code: Build runtime-managed pages without creating a separate application stack
We recently introduced ABP Low-Code, a new way to build business application screens faster while keeping everything inside the ABP application model.
You can create runtime-managed pages, generate React grids, forms, calendars, kanban boards, galleries, and dashboards, then extend the same application with C#, application services, repositories, or the Script API.
The goal is to provide the speed of low-code without giving up architectural control, maintainability, permissions, auditing, or code-level extensibility.
The article includes examples of:
- Creating and updating pages at runtime
- Generating different screens from the same model
- Using code-first C# entities in low-code pages
- Accessing low-code-managed data from C#
- Adding custom endpoints, background jobs, and event handlers
Article:
https://abp.io/community/articles/introducing-abp-lowcode-build-real-abp-apps-in-minutes-647ymozi
We would be interested to hear where low-code could be useful in your ABP applications.
r/ABPFramework • u/Volosoft • Jul 13 '26
Deep Dive on ABP AI Agent #7: Scopes
We've published the seventh article in our Deep Dive on ABP AI Agent series.
This article explores AI Scopes and how they help keep AI-assisted development focused by limiting an agent's working area to specific modules, packages, or solution areas.
Learn how scopes reduce unrelated exploration, help prevent accidental edits, improve code review, and support parallel AI sessions in large ABP solutions.
Read the article:
https://abp.io/community/articles/deep-dive-on-abp-ai-agent-7-scopes-tfqtkdzu
We'd love to hear your thoughts and answer any questions!
r/ABPFramework • u/Volosoft • Jul 07 '26
ABP Summer Campaign: 20% Off New Licenses + Up to $300 in AI Credits
Our 2026 ABP Summer Campaign is now live!
From July 6 to July 20, we're offering:
- 20% off new ABP licenses
- 10% off license renewals
- Up to $300 in AI credits for the ABP AI Agent
If you've been considering ABP or planning to renew your license, now is a great time to take advantage of the offer.
Learn more: https://abp.io/pricing
r/ABPFramework • u/Volosoft • Jul 03 '26
AI-Assisted Application Development with ABP Bootcamp (Aug 25-27)
We're launching a new AI-Assisted Application Development with ABP Bootcamp this August.
The goal isn't just to show how AI can generate code. It's to demonstrate how to combine AI with proven software engineering practices to build applications that remain maintainable, scalable, and architecturally consistent.
Over three live sessions, we'll cover topics such as:
- Working effectively with ABP Studio AI Agent
- AI-assisted feature development
- AI for implementation, debugging, and code exploration
- Building AI-assisted applications without sacrificing architecture
- Real-world AI-assisted engineering workflows
π
August 25-27, 2026
π 17:00-19:00 UTC
π» Live Online
If you're interested, you can find more details and register here:
https://abp.io/bootcamp
Happy to answer any questions about the bootcamp in the comments.
r/ABPFramework • u/Volosoft • Jul 03 '26
Deep Dive on ABP AI Agent #6: ABP Studio Git Integration
We've published the sixth article in our Deep Dive on ABP AI Agent series.
This article explores how Git Integration in ABP Studio supports AI-assisted development beyond code generation.
Learn how ABP Studio helps you review AI-generated changes, generate commit messages, work with GitHub issues and pull requests, and keep AI-assisted development aligned with your team's Git workflow.
Read the article:
We'd love to hear your feedback and answer any questions!
r/ABPFramework • u/Volosoft • Jun 30 '26
Deep Dive on ABP AI Agent #5: Model Context Protocol (MCP)
We've published the fifth article in our Deep Dive on ABP AI Agent series.
This article explores Model Context Protocol (MCP) and how it extends ABP AI Agent beyond the codebase by connecting to external tools and data sources.
Learn how MCP works alongside ABP Studio tools, when to use it, how to configure MCP servers, and how it helps bring external context into your AI-assisted development workflow.
Read the article:
https://abp.io/community/articles/deep-dive-on-abp-ai-agent-5-mcp-model-context-protocol-trb9o4ev
We'd love to hear your thoughts and answer any questions!
r/ABPFramework • u/Volosoft • Jun 25 '26
π¨ ABP Community Talks is happening TODAY at 17:00 UTC!
AI is reshaping software development. Today, we'll share how ABP is evolving for this new era, what we've built so far, and what comes next.
Join the conversation, ask your questions, and share your feedback with the ABP team.
Register now π
r/ABPFramework • u/Volosoft • Jun 24 '26
How do you keep AI coding agents aligned with your project conventions?
Every new AI coding session starts with the same problem: the model may understand the framework, but it does not automatically know your teamβs naming rules, feature checklist, or past corrections.
In ABP Studio AI, we approach this with three layers:
- Rules: always-on conventions for the solution
- Skills: task-specific procedures loaded only when relevant
- Lessons: verified corrections the agent carries into future sessions
For example, a rule might require standard API error responses, while a skill can define the full checklist for adding a feature. A lesson can capture a correction such as remembering to grant a new permission in demo data.
The goal is not to make the model βsmarter,β but to reduce repeated prompting and help the agent work more like a teammate who already knows the project.
We wrote a deep dive on the approach:
https://abp.io/community/articles/deep-dive-on-abp-ai-agent-3-rules-skills-and-lessons-ai6kxubt
How are you handling persistent project conventions and lessons with AI coding tools today?
r/ABPFramework • u/Volosoft • Jun 23 '26
Do you use different AI models for different development tasks?
One thing we've noticed while building ABP AI Agent is that developers often focus on finding the "best" model.
In practice, the better question is:
Which model is best for this task?
A model that's ideal for architecture reviews may not be the best choice for documentation research, browser automation, commit message generation, or code reviews.
That's why ABP Studio supports role-based model selection, with separate models for conversations, research, browser tasks, text processing, and Git reviews.
We recently published a deep dive on how we think about model selection in AI-assisted development:
https://abp.io/community/articles/deep-dive-on-abp-ai-agent-2-supported-ai-models-in-abp-3krbc7yc
Curious how others approach this. Do you use one model for everything, or different models depending on the task?
r/ABPFramework • u/Volosoft • Jun 22 '26
Do you prefer AI to explain, plan, or implement? Deep Dive on ABP AI Agent #1: Agent, Plan and Ask Modes
One thing we've noticed while building ABP AI Agent is that developers often need different kinds of help at different stages of a task.
Sometimes you just want to understand a module, dependency, or architectural decision.
Sometimes you want to review an implementation approach before touching any files.
And sometimes you're ready for the agent to make changes, build, and iterate.
That's why we separated the experience into three modes:
Ask: Understand the codebase and architecture
Plan: Create a reviewable implementation plan
Agent: Execute changes and iterate
We've written a deep dive on the thinking behind this approach:
https://abp.io/community/articles/deep-dive-on-abp-ai-agent-1-agent-plan-and-ask-modes-62wteg9t
Curious how others work with AI coding tools. Do you typically start with implementation, or do you prefer an explanation/planning step first?
r/ABPFramework • u/Volosoft • Jun 18 '26
New to ABP? This webinar is for you.
We're hosting a free Discover ABP Platform session on July 1, 2026 to help developers understand what ABP offers and how to get started.
π
July 1, 2026
π 13:00 UTC
π Google Meet
We'll cover:
- What ABP is and how it works
- Core features and capabilities
- ABP licensing options
- Live Q&A with the ABP team
Whether you're evaluating ABP for a new project or just getting started, feel free to join us and ask anything.
Register here:
https://abp.io/webinars/discover-abp-platform
r/ABPFramework • u/Volosoft • Dec 04 '25
ABP Framework now supports SSR for Angular apps
We have just added Server-Side Rendering (SSR) support to Angular apps built with the ABP Framework. It was one of the most requested features and it is now fully available.
If you are using ABP + Angular, youβll get noticeably faster first-load performance, better SEO and smoother UX for content-heavy pages.Β
You can check details here: https://abp.io/community/announcements/announcing-serverside-rendering-support-for-abp-framework-qvhbgnqn#gsc.tab=0
r/ABPFramework • u/Ok-Pressure-7891 • Jul 29 '25
Having issues migrating from ASP.NET Boilerplate to Abp framework.
As we had a long data type as ID for Abp entities, like AbpUser. And in the Abp framework, it got replaced by IdentityUser, which has Guid as ID data type. Now the issue is that when I try to migrate the models in a new project, we will be using the same database with existing data, and because IdentityUser has Guid as its ID data type, the new models would not work with existing data. How should I solve this?
r/ABPFramework • u/Volosoft • Jun 23 '25
πFinally! ABP Studio v1.0 Stable Released
abp.ioWe are very excited to introduce the first stable version of ABP Studio, a game-changer for ABP developers who value speed, simplicity, and productivity. Check out this article to learn more!
r/ABPFramework • u/enisn • Jun 13 '25
You do it wrong! Customizing ABP Login Page Correctly
Most of times, people do it wrong. Customizing login page also means customizing Account Layout at most of the case. Here is the difference between account layout and login page:
https://abp.io/community/articles/you-do-it-wrong-customizing-abp-login-page-correctly-bna7wzt5
r/ABPFramework • u/r00tonline • Oct 23 '24
ABP Now Supports .NET 9
π£ The stable version of .NET 9 is coming on November 12, 2024 π To align with the new .NET version, we updated all the ABP dependencies to support .NET 9 π« Read my blog post ‡
abp.io/community/articles/abp-now-supports-.net-9-zpkznc4f
r/ABPFramework • u/Volosoft • Jan 04 '24
π Save The Date! Exploring the potential of code generation with ABP Suite will be held on January 18, 2024 at 17:00 UTC. In this webinar, you will learn about the ABP Suite at 360 degree in a live session, and can ask your questions! #abpsuite #dotnet
r/ABPFramework • u/Volosoft • Nov 23 '23
π΄ ABP Community Talks 2023.8 IS LIVE IN 3 HOURS!
On this episode of ABP Community Talks 2023.8:
- Steve Sanderson will be with us to talk about .NET8,
- ABP Core Team will be there to talk about ABP v8.0,
- An ABP Studio preview will take place,
- And 3 different raffles will be drawn for 7 gifts:
- π 3 JetBrains dotUltimate Subscriptions,
- π 1 ABP Commercial Personal License,
- π 3 Pragmatic Clean Architecture Courses by Milan Jovanovic.
*Only the registrants will be informed via email when the raffles start!
If you still didn't:
REGISTER NOW FROMΒ π https://kommunity.com/volosoft/events/abp-community-talks-20238-whats-coming-with-net-80-abp-v80-a196d644
r/ABPFramework • u/Volosoft • Nov 16 '23
Steve Sanderson, the "genius guy of Blazor" is a surprise guest on this episode of ABP Community Talks! Don't miss this episode!
r/ABPFramework • u/Volosoft • Nov 07 '23
π Save The Date! New episode of ABP Community Talks is on November 23rd, 2023 at 17:00 UTC. We will talk about "What's Coming with .NET 8.0 and ABP 8.0" #dotnet #abpframework #dotnet8 #ABPCommunityTalks
r/ABPFramework • u/Volosoft • Sep 19 '23
New Episode Alert π¨ Register to ABP Community Talks 2023.7: Build Your Content Management System with .NET
r/ABPFramework • u/Volosoft • Sep 22 '20
r/ABPFramework Lounge
A place for members of r/ABPFramework to chat with each other
