Lucky Penny Software Bundle
Convention-driven mapping and powerful mediation for clean, scalable .NET architectures.
由以下開發商製作:Lucky Penny Software
ComponentSource 開始代理銷售的日期: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...