Lucky Penny Software Bundle
Convention-driven mapping and powerful mediation for clean, scalable .NET architectures.
Lucky Penny Software 社の製品
2026 年より日本国内にてComponentSourceで販売中。
価格:¥ 165,880 (税込)〜 バージョン: v16/v14 新機能 更新日: Mar 3, 2026
Lucky Penny Software Bundle is a developer based suite offering commercial editions of the widely used .NET libraries AutoMapper and MediatR. Lucky Penny Software Bundle supports sustainable development and long-term innovation. AutoMapper delivers convention-based object-to-object mapping to simplify transforming models and DTOs, while MediatR enables scalable, maintainable architectures through in-process messaging and mediator patterns.


Lucky Penny Software Bundle includes:
AutoMapper an object-object mapper.
Object-object mapping works by transforming an input object of one type into an output object of a different type. What makes AutoMapper interesting is that it provides some interesting conventions to take the dirty work out of figuring out how to map type A to type B. As long as type B follows AutoMapper’s established convention, almost zero configuration is needed to map two types.
MediatR a robust implementation of the...