MahdiHoseinpoor/Backender
Backender is an open-source project written in C# that creates the backend of your site based on a Blueprint file using the repository pattern.
This tool helps C# developers quickly build the foundational backend for a website or application. You provide an XML 'Blueprint' file that describes your data models and their relationships, and it automatically generates the necessary C# code for data access and structure. It's designed for C# developers who need to set up backend services efficiently.
Use this if you are a C# developer creating a new backend and want to generate boilerplate code for data models, repositories, and services from a simple XML definition.
Not ideal if you are not a C# developer, or if you need to build a frontend application or integrate with existing, complex backend systems that don't fit a code generation pattern.
Stars
51
Forks
6
Language
C#
License
Apache-2.0
Category
Last pushed
Oct 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/MahdiHoseinpoor/Backender"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...