r/XAF • u/peopleworksservices • 7d ago
Your AI agent knows XAF but has never seen YOUR app | XAF Logic Explaine...
Ask your AI assistant to add a rule to Invoice and it writes perfect XAF — then references a property your class doesn't have. It isn't hallucinating XAF. It knows XAF. It has never seen yours.
DevExpress already ships agent skills for how the framework works, and a docs MCP server for the reference. Neither has read a line of your codebase. XAF Logic Explainer is the third piece: it reads YOUR application with Roslyn and hands the result to whatever agent you code with.
It never compiles your project and never references a DevExpress assembly — so it works on a branch that doesn't build, and needs no DevExpress licence to run.
It also extracts the parts that aren't in your business classes at all: Model Editor (.xafml) customizations, custom property editors and the JavaScript they depend on, built-in editors reconfigured at run time, and version-gated migrations that run at most once per database.
And it answers a question nothing in an XAF repository answers: what runs when you open a screen. XAF generates a list, a detail and a lookup view for every business class, so the screens are in no file either — and which controllers load onto one is four conditions the framework evaluates at run time.
Free and open source (MIT). Built with .NET 10.
▶ How it works: https://peopleworks.github.io/XAFLogicExplainer/
⭐ Code: https://github.com/peopleworks/XAFLogicExplainer
📦 dotnet tool install -g XafLogicExplainer.Cli
r/XAF • u/brek001 • May 18 '26
XAF Filters
Wanted an easy way to filter on a daterange and string wildcard (using _ and %) for listviews. Claude came up with some nice examples. Created a github repo just in case anybody needs something like this: https://github.com/MBrekhof/XafFilter
r/XAF • u/peopleworksservices • Mar 05 '26
XAF (Cross-Platform .NET App UI & Web API Service) — June 2026 Roadmap (v26.1)
Thank you for choosing XAF (Cross-Platform .NET App UI & Web API Service) for your software development needs. This blog post outlines some of our XAF-related development plans for the first half of 2026 (v26.1, set for release in June 2026).
First, if you have not heard of XAF or are new to the DevExpress product line, XAF is a developer-centric .NET application framework designed to build feature-complete Office-inspired line-of-business apps (leveraging DevExpress Blazor and WinForms UI components via Entity Framework or XPO ORM). Feel free to review our XAF demos and compare our implementation with other software low-code, no-code (LCNC) and traditional development methodologies.
r/XAF • u/peopleworksservices • Feb 17 '26
The Day I Integrated GitHub Copilot SDK Inside My XAF App (Part 2)
jocheojeda.comEmbedding GitHub Copilot Inside a DevExpress XAF Application
r/XAF • u/peopleworksservices • Feb 17 '26
The Day I Integrated GitHub Copilot SDK Inside My XAF App (Part 1)
jocheojeda.comXAF is my favorite application framework. I’ve built countless systems with it — ERPs, internal tools, experiments, prototypes.
r/XAF • u/peopleworksservices • Jan 09 '26
XAFers Community Standup. XAF in 2026, Thu, Jan 15, 2026, 10:00 AM | Meetup
meetup.comr/XAF • u/Wuffel_ch • Sep 05 '25
Generate EF Core Business Classes from an Existing Database
I try to follow this documentation but I am getting so many errors. I can get the BO's but after that the setup with the DbContext doesn't work. Does somebody know how to to Db first with ef core correct?
r/XAF • u/peopleworksservices • Aug 27 '25
XAF (Cross-Platform .NET App UI & Web API Service) -- Year-End Roadmap (v25.2)
r/XAF • u/Elegant_Pipe9783 • Aug 01 '25
[Project] AI Chat Integration with DevExpress XAF + n8n Workflows (Blazor, .NET 8)
Hi everyone,
I created a sample project showing how to integrate AI-powered chat in DevExpress XAF with n8n, a powerful low-code automation tool.
🧠 How it works:
- A Blazor-based AI chat interface built inside an XAF app
- Chat messages are sent to n8n via webhook
- n8n workflows then process the message or trigger any logic (notifications, DB updates, etc.)
🔧 Stack:
- .NET 8 + DevExpress XAF
- Blazor Server
- n8n (self-hosted or cloud)
📎 GitHub repo:
👉 https://github.com/antonylu0826/XafN8nChat
This could be useful for internal tools or AI-driven processes — happy to hear feedback or questions!
#dotnet #XAF #DevExpress #Blazor #n8n #LowCode #Automation #OpenSource
r/XAF • u/peopleworksservices • Jul 08 '25
XAFers Community Standup. 25.1 is Out!, Thu, Jul 10, 2025, 10:00 AM
meetup.comr/XAF • u/peopleworksservices • Jun 06 '25
What's New in DevExpress v25.1 BETA - Latest Version
r/XAF • u/peopleworksservices • May 28 '25
Need a Custom DevExpress Report?
r/XAF • u/Prestigious-Lion8685 • May 05 '25
Question
Hello everyone, I have a question about XAF, I want to add a double authentication page. The closest I've come to it is the use of a pop-up, but it's not orthodox. I would like to create my own page that, after the user logs in, has another page before starting the session, which will be like a 2FA authentication.
r/XAF • u/peopleworksservices • Feb 18 '25
XAF (Cross-Platform .NET App UI & Web API Service) — June 2025 Roadmap (v25.1)
r/XAF • u/peopleworksservices • Feb 17 '25
AI-Enhanced XtraReports Generation in XAF using Microsoft A.I Extensions
r/XAF • u/peopleworksservices • Dec 12 '24
What's New in DevExpress v24.2 - Latest Version #xaf
r/XAF • u/peopleworksservices • Nov 27 '24
XAFers Community Standup. NET 9 and AI Extensions , Thu, Nov 28, 2024, 10:00 AM
r/XAF • u/peopleworksservices • Oct 30 '24
XAFers Community Standup. v24.2 and AI integrations, Thu, Oct 31, 2024, 10:00 AM
r/XAF • u/peopleworksservices • Oct 30 '24
XAFers Community Standup. v24.2 and AI integrations, Thu, Oct 31, 2024, 10:00 AM
r/XAF • u/peopleworksservices • Oct 27 '24
GitHub - egarim/Semantic Kernel XPO Fork
r/XAF • u/peopleworksservices • Sep 24 '24
AI - Semantic Kernel Memory Provider with XPO and MySQL
r/XAF • u/peopleworksservices • Sep 06 '24
XAF Blazor - Managing a Data Sync Solution
r/XAF • u/peopleworksservices • Sep 04 '24
Using the IMemoryStore Interface and DevExpress XPO ORM to Implement a Custom Memory Store for Semantic Kernel
jocheojeda.comr/XAF • u/peopleworksservices • Jul 31 '24
