What is AutoMapper and using it in ASP NET Core

preview_player
Показать описание
What is AutoMapper and using it in a Blazor application, ASP.NET Core Web API, or ASP.NET Core MVC Web Application.

Text Article and Slides

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

Blazor tutorial for beginners

Blazor Blog

Angular, JavaScript, jQuery, Dot Net & SQL Playlists

Let's gift education together
Рекомендации по теме
Комментарии
Автор

Excellent explanations sir! I struggled to understand the purpose of this Automapper but now I clearly understood it.

torrvic
Автор

Automapper is a scourge. It foregoes simple, reliable, understandable, fast performing mapping code that you only have to write one time. We can't understand code that we can't see. It's far better to gain the benefits of statically compiled code than it is to repeatedly read the automapper documentation, update their packages, read its source code, and whatever else you'll inevitably be forced to do when things don't work as expected. Automapper is only a symptom of a larger problem wherein we insist on building these stupid tools that scratch some itch, but ultimately do not serve us well.

ronnieoverby
Автор

This is very good. We use AutoMapper for Blazor systems and it indeed helps a lot and speeds up development.

PticostaricaGS
Автор

Thank you very much, this was the best video for the use case !

moritzfesseler
Автор

You not need to create two CreateMap functions, each for each mapping direction. You can use ReverseMap function except of that.

mat.skalski
Автор

Can we use inheritance to create the EditEmployee class without using the AutoMapper ?

SmaryQ
Автор

You make learning very exciting. Thank you.
But is the AutoMapper like the concept of DTOs

geraldmaale
Автор

Hi, thanks a lot for your perfect tutorials. I need to learn how to implement authentication and authorization using Identity and RestAPI on Blazor and how to implement multiple layout and areas.
Could you please send videos urls if exists

WalidMoheyeldin
Автор

Sir I had problem with my ASP Core Razor Project

Memory increasing little for every request.

Memory increased from 120 mb to 140 mb after 20 or 30 requests

Not understanding when that memory will be freed

VarunTeja
Автор

So I am doing this with MVC is this the right way to do this?

AlThePal
Автор

I think a simple class, that extracts the mappings into its own class should do instead of using AutoMapper :)

everyonesview