Mapping Generator VS Mapster

Compare Mapping Generator vs Mapster and see what are their differences.

Mapping Generator

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. (by cezarypiatek)

Mapster

A fast, fun and stimulating object to object Mapper (by MapsterMapper)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Mapping Generator Mapster
3 15
920 4,128
- 1.6%
6.5 5.5
almost 3 years ago 4 months ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Mapping Generator

Posts with mentions or reviews of Mapping Generator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-07.
  • MappingGenerator went commercial
    3 projects | /r/csharp | 7 Jun 2021
    My name is Cezary Piątek and I'm the author of MappingGenerator plugin. I started working on MappingGenerator at the beginning of 2018. The initial idea was to create a design-time alternative for the well-known AutoMapper library. The plugin was developed as a free and open-source project on GitHub https://github.com/cezarypiatek/MappingGenerator and during those 3 years, it got quite popular (900+ stars and over 10k+ downloads). In the meantime, I made 250+ commits and 40 releases. I really enjoyed my work on MappingGenerator. I spent the last three months (March 2021 - June 2021) working hard on improving MappingGenerator. I solved many issues and added a bunch of new cool features. I also made a general refactoring which restored the project maintainability and finally managed to fix the performance issue that was affecting users with large solutions. All of that cost me a lot of my private time and I did it all by myself, so I decided to convert MappingGenerator into a commercial product. I created a product landing page https://www.mappinggenerator.net/ and on the 1st of June, I started my journey as a self-entrepreneur ;)
    3 projects | /r/csharp | 7 Jun 2021
    You can see some examples on the project old page https://github.com/cezarypiatek/MappingGenerator
  • Architecture complexity in the dotnet community & Our duty to beginners
    2 projects | /r/dotnet | 19 Mar 2021

Mapster

Posts with mentions or reviews of Mapster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-22.

What are some alternatives?

When comparing Mapping Generator and Mapster you can also consider the following projects:

AutoMapper - A convention-based object-object mapper in .NET.

mapperly - A .NET source generator for generating object mappings. No runtime reflection.

AgileMapper - A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.

ExpressMapper - Mapping .Net types

mapr - A simple object to object mapper.

TimeZoneMapper - Library for mapping *N*X TimeZone ID's (e.g. Europe/Amsterdam) to .Net's TimeZoneInfo classes.

FastExpressionCompiler - Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.

MappingDemo - Demo of various object to object mappers