Home New Trending Search
About Privacy Terms
#
#Automapper
Posts tagged #Automapper on Bluesky
Just a moment...

AutoMapper shifts to commercial. Is it time for .NET devs to switch to Mapster? Explore key considerations for migration, including feature comparison and performance impacts. #DotNet #AutoMapper

0 0 0 0

I've missed the moment when #MediatR and #AutoMapper became commercial, paid licenced. And again, I'm not able to just buy it for my solution but I need bloody subscription.

0 0 0 0
Preview
AutoMapper 15.1 and MediatR 13.1 Released Starting a new policy of regular quarterly releases, today I pushed out new versions of AutoMapper and MediatR: * AutoMapper 15.1.0 Release Notes * MediatR 13.1.0 Release Notes The previous versions…

AutoMapper 15.1 and MediatR 13.1 Released | by Jimmy Bogard

buff.ly/9ScVpSE

#dotnet #mediatr #automapper #csharp

3 0 0 0

Dive into mastering custom DTO mapping in .NET Core! Learn the pros and cons of using AutoMapper vs. manual mapping for optimal performance and maintainability. #DotNetCore #AutoMapper

0 0 0 0
Preview
AutoMapper Graduates from the .NET Foundation The .NET Foundation is announcing that AutoMapper is graduating from the Foundation. This departure is amicable and occurs on friendly terms as AutoMapper transitions to a commercial licensing model.

dotnetfoundation.org/news-events/... - #AutoMapper "graduated" from the #dotNET foundation. I get it, it's now a commercial license. But "graduate" has a very different connotation in #CNCF. Did we pick the right word?

1 0 0 0
Automatic Mappings with AutoMapper Automatic Mappings with AutoMapper

Automatic Mappings with AutoMapper developmentwithadot.blogspot.com/2025/10/auto... #csharp #dotnet #automapper

1 0 0 0
Preview
Best Free Alternatives to AutoMapper in .NET — Why We Moved to Mapperly Introduction

Explore efficient #AutoMapper alternatives for .NET! Discover why shifting to Mapperly enhances performance and maintainability. Perfect for developers seeking streamlined object mapping solutions. #DotNetDevelopment

0 0 0 0
Preview
301 - Arrivata la versione commerciale di Mediatr e AutoMapper, che fare ora? Il 2 luglio Jimmy Bogard ha annunciato il rilascio delle versioni commerciali delle sue librerie Mediatr e AutoMapper. In questa puntata vediamo quali sono i prezzi e i termini di licenza, fino a trarne delle conclusioni a riguardo. - https://www.jimmybogard.com/automapper-and-mediatr-commercial-editions-launch-today/ - https://mediatr.io/ - https://automapper.io/ #dotnet #automapper #mediatr #dotnetinpillole #podcast

📣 New Podcast! "301 - Arrivata la versione commerciale di Mediatr e AutoMapper, che fare ora?" on @Spreaker #automapper #commercial #dotnet #mediatr

0 0 0 0
Preview
AutoMapper and MediatR Commercial Editions Launch Today Today I'm excited to announce the official launch and release of the commercial editions of AutoMapper and MediatR. Both of these libraries have moved under their new corporate owner (me), Lucky…

AutoMapper and MediatR Commercial Editions Launch Today | by Jimmy Bogard.

www.jimmybogard.com/automapper-a...

#dotnet #csharp #automapper #mediatr

0 0 0 0
Preview
Boost Your Dot NET Core Apps with AutoMapper In this post, we’ll break down what AutoMapper is, why it’s an essential tool for any .NET Core project, how to get it set up in your…

Enhance your .NET Core apps with AutoMapper! Simplify object-to-object mapping & streamline code. Learn how to boost efficiency & maintainability. Perfect for developers seeking optimized solutions. #DotNet #AutoMapper

0 0 0 0
Preview
I Trusted AutoMapper — It Backfired! One day, my code suddenly failed in production. But I was absolutely sure that everything was working properly. Because I was using…

Automapper can simplify object mapping, but unchecked trust can lead to crippling issues. Ensure testing & validate configurations to avoid pitfalls! #AutoMapper #DotNet

1 0 0 0
Preview
Mastering AutoMapper in .NET 8 Features, Best Practices, and Latest Updates in AutoMapper 14.0

Master AutoMapper in .NET 8 to streamline your object-to-object mapping processes. Learn best practices, custom configurations, and optimization techniques to enhance performance. #DotNet #AutoMapper

0 0 0 0
Post image Post image

Nouvelle table ronde avec :
- @miiitch.dev qui nous parle du drama autour de l'Open Source ( #Automapper #mediatr #dotnet)
- @damienvdk.bsky.social de @xunit.net v3 #UnitTest #TDD
- Olivier Dahan de Semantic Kernel #SK #AI #IA
#podcast

⬇️⬇️⬇️

0 1 1 0
AutoMapper and MediatR Going Commercial Yes, another one of "those posts". But tl;dr: In order to ensure the long-term sustainability of my OSS projects, I will be commercializing AutoMapper and MediatR. I did not post this on April 1st f...

And just learnt about this too...
www.jimmybogard.com/automapper-a... #dotnet #automapper #mediatr

1 0 2 0
AutoMapper and MediatR Going Commercial Yes, another one of "those posts". But tl;dr: In order to ensure the long-term sustainability of my OSS projects, I will be commercializing AutoMapper and MediatR. I did not post this on April 1st f...

In order to ensure the long-term sustainability of OSS projects, AutoMapper and MediatR will be commercialized.

#automapper #mediatr

1 0 1 0
Post image

🎉 A few very opinionated rules let you enjoy all the benefits of AutoMapper without the maintenance nightmares.

👀Read more about Kevin's tips for using AutoMapper without the Pain:
blog.nimblepros.com/blogs/automapper-without...

#AutoMapper #dotnet

0 0 0 0
Preview
Automapper V14 with Jimmy Bogard Seventeen years of Automapper! Carl and Richard talk to Jimmy Bogard about his latest version of Automapper - and the challenge of maintaining a long-lived and

.NET Rocks! - Automapper V14 with Jimmy Bogard and hosts Carl Franklin & Richard Campbell.

www.spreaker.com/episode/auto...

#dotnet #podcast #devcommunity #automapper #csharp

5 0 0 0
Preview
AutoMapper vs. Mapster—Know When to Use Which With This Guide

AutoMapper vs. Mapster: A comparison of popular .NET libraries for object mapping. Learn which tool to choose for flexibility, performance, and ease of use. #automapper

1 1 0 0
Post image

AutoMapper Madness - Nuances in Self-Mapping:
https://bit.ly/3xGNhMG

#AutoMapper #dotnet

1 0 0 0
Preview
ASP.NET Core - AutoMapper - Easily Convert One Object to Another Mapping code is boring. Testing mapping code is even more boring. AutoMapper is a simple library built to map one object to another and takes out all of the fuss of mapping one object to another. In…

https://digitaldrummerj.me/aspnet-core-automapper/ - #AutoMapper is a brilliant way to get #dotNET POCOs into other POCOs. Nice walk-through https://www.linkedin.com/in/digitaldrummerj/

1 0 2 0
Preview
ASP.NET Core - AutoMapper - Test Mapping Configuration In our previous post, we used AutoMapper to convert from a entity to a view model. In our example code, it only works as expected in happy path mode where the configuration is valid and there is no…

digitaldrummerj.me/aspnet-core-automapper-t... - unit test all #AutoMapper configuration in one shot. Great quick tip https://www.linkedin.com/in/digitaldrummerj/

0 0 0 0
Preview
AutoMapper Madness - Nuances in Self-Mapping AutoMapper Madness - Nuances in Self-Mapping

AutoMapper Madness - Nuances in Self-Mapping: bit.ly/3tNJ6w6 #AutoMapper #dotnet

1 1 0 0
AutoMapper 13.0 Released Today I pushed out AutoMapper 13.0 (is that too many...?)...

AutoMapper 13.0 Released by @jbogard.

#automapper #dotnet #oss
https://www.jimmybogard.com/automapper-13-0-released/

0 0 0 0

very surprised there is no #automapper course on @pluralsight @jbogard

0 0 0 0

any #Automapper expert want to help me with a config question? I am a newbie so might be a simple thing. DM or reply back to me. Thanks

0 0 0 0

Ignore unmapped fields in #AutoMapper

lnkd.in/ehezPE2

0 0 0 0

#Automapper supports v.Next! lostechies.com/jimmybogard/2015/02/02/a... The only thing it doesnt work with now is OS/2 and QNX :-) @jbogard

0 0 0 0

I love #AutoMapper 's exception messages. Simple to pinpoint what mapping is wrong.

0 0 0 0

I love #AutoMapper 's exception messages. Simple to pinpoint what mapping is wrong.

0 0 0 0