Automatic Mappings with AutoMapper
Explores extending AutoMapper for automatic type mapping and dependency injection into Profile classes and value resolvers.
Explores extending AutoMapper for automatic type mapping and dependency injection into Profile classes and value resolvers.
A critique of AutoMapper for C# object mapping, advocating for compile-time source generators like Mapperly as a simpler, more maintainable alternative.
A guide to building a simple, reflection-based object mapper in C#, explaining the core concepts behind libraries like AutoMapper.
A developer discusses alternatives to AutoMapper for object mapping in .NET, focusing on performance and simplicity.
A developer investigates a performance bottleneck caused by regex validation in AutoMapper and explores faster alternatives for string validation.
Explains how to handle RavenDB's string identifiers in ASP.NET Web API routing by exposing integer IDs to clients and using type converters.
Guide to integrating AutoMapper 2.0 with StructureMap for dependency injection, replacing static references with injectable services.
A guide to improving form handling patterns in ASP.NET MVC applications, covering query actions, form models, and best practices.