gregyjames/Mapperic
Automatically generate DTO Classes and AutoMapper Configurations.
This tool helps .NET developers quickly create Data Transfer Objects (DTOs) and their corresponding mapping configurations for AutoMapper. You provide your existing C# classes, and it automatically generates the DTO classes and the code to map data between your original objects and their DTOs. This is designed for developers who frequently deal with data mapping in their projects.
No commits in the last 6 months.
Use this if you are a .NET developer tired of manually writing DTO classes and AutoMapper configurations for your C# objects.
Not ideal if you need highly customized or complex mapping logic that cannot be easily expressed through attributes or simple conversion expressions.
Stars
7
Forks
—
Language
C#
License
MIT
Category
Last pushed
Oct 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/gregyjames/Mapperic"
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...