TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Automapper
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (2)
Debendra Dash (2)
Pawan Kumar (2)
Akshay Shedwad (1)
Ahmed Abdi (1)
Hamid Khan (1)
Shiv Sharma (1)
Jay Krishnareddy (1)
Vipul Malhotra (1)
Jitendra Mesavaniya (1)
Navaneeth Sankaradevan (1)
Ajay Kumar (1)
Abdul Raheem (1)
Amit Mohanty (1)
Yogeshkumar Hadiya (1)
Thiago Vivas (1)
Joydip Kanjilal (1)
Anuj Angooral (1)
Shenbagapandiyan P (1)
Saravanan Ponnusamy (1)
Akhil Mittal (1)
Sanjay Mrinal Kumar Kodangi (1)
Amit Naik (1)
Venkatesh Kumar (1)
Anu Viswan (1)
Sumit Kharche (1)
Vivek Tripathi (1)
Shweta Lodha (1)
Arunava Bhattacharjee (1)
Related resources for Automapper
No resource found
Use of Automapper in ASP.NET Core
8/16/2024 7:33:36 AM.
AutoMapper is a powerful .NET library that simplifies object-to-object mapping in ASP.NET Core applications. It helps in converting Data Transfer Objects (DTOs) to domain models and vice versa, stream
Clinic Management Project Using ASP.NET MVC 5
6/19/2024 9:55:18 AM.
We will build a clinic management project for Tayo Clinic. Patients register and make appointments with available doctors, who then fill out attendance forms with diagnoses and therapy details. Admins
Automapper In .NET Core
6/5/2024 8:10:33 AM.
Learn to integrate AutoMapper in .NET Core apps. Steps include installation, service registration, model creation, mapping between domain and view models, reverse mapping, and handling complex object
Real-Time Text Display in Power Apps
4/30/2024 9:16:05 AM.
Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement.
💠Clean Architecture End To End In .NET 5
4/30/2024 9:06:48 AM.
Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat
Efficient Data Copying with AutoMapper in C#
4/25/2024 8:16:41 AM.
Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformations
What is Object Mapping in .NET and AutoMapper ?
4/10/2024 4:25:32 AM.
Object mapping plays a crucial role in modern software development, particularly in .NET applications where data transformation between different layers is a common requirement.
How To Create Industry Standard .NET Core CRUD API Quickly
3/6/2024 9:50:04 AM.
To swiftly develop an industry-standard .NET Core CRUD API, utilize ASP.NET Core's MVC framework with Entity Framework Core for data access. Employ dependency injection, repository pattern, and Au
Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs
11/17/2023 5:40:18 AM.
Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
Object Mapping in .NET with AutoMapper
11/8/2023 5:24:58 AM.
This article on AutoMapper provides a comprehensive overview and introduction to the topic, making it easily accessible for readers who are unfamiliar with the concept. The step-by-step approach in ex
Clean Architecture in ASP.NET Core 6 with CQRS
9/25/2023 6:33:45 AM.
An article about clean architecture and how to implement it in asp.net core 6 with Mediatr, AutoMapper, and CQRS technique
AutoMapper in ASP.Net Core 7 Web API
6/15/2023 7:13:12 AM.
When developing apps, it's common to wish to map items to either comparable or different kinds. Why do you frequently require this? The database tables of the employed database are typically mappe
How to Map Object-to-Object using Automapper in .NET Core
6/9/2023 10:37:54 AM.
In this article, we will explore the benefits of Automapper and provide a step-by-step example of how to use it.
Copy All Properties Of One Object Into Another Without Any Package In C#
3/27/2023 6:01:18 AM.
In this article we are going to map one object to another object which are same type and also different type. Some properties are exact same and some are different in case.
AutoMapper In .NET 6 Web API
10/19/2022 5:25:13 AM.
In this article, you will learn about AutoMapper In .NET 6 Web API.
Working With AutoMapper In ASP.NET Core
11/16/2021 3:16:16 PM.
A discussion on how to work with AutoMapper in ASP.NET Core.
.Net Core Web API (Dependency Inject - AutoMapper - Repository Pattern)
8/9/2021 2:21:35 PM.
In this article, you will learn about .Net Core Web API (Dependency Inject - AutoMapper - Repository Pattern).
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
What Is AutoMapper In ASP.NET Core
6/1/2021 5:12:51 PM.
In this article, you will learn what is AutoMapper in ASP.NET Core.
CRUD Operations Using AutoMapper in MVC Application
2/9/2021 5:24:11 AM.
In our article series of Learning MVC, we learnt a lot about MVC, about various techniques to communicate to database in MVC applications, and few internal concepts too.
Using AutoMapper In MVC Project
1/12/2021 11:33:24 AM.
In this article, I am going to describe AutoMapper and how to use it in an MVC project.
Standards In Defining The AutoMappers
10/4/2020 11:17:23 PM.
This article describes the tips or standards in defining mapping profiles.
Integrating AutoMapper In ASP.NET Core
6/2/2020 9:53:54 AM.
In this article, you will learn how to integrate AutoMapper in ASP.NET Core.
EFCore Implementation Using .NET core
4/22/2020 7:59:51 AM.
In this article, you will learn about EFCore Implementation using .Net core.
Automapper - Instantiate Destination Using IoC
4/14/2020 2:05:40 PM.
This article aims to guide fellow developers to configure Automapper to use IoC while creating Destination objects. It also shows how to configure Automapper to configure maps at runtime when required
How To Integrate AutoMapper In ASP.NET Core Web API
1/17/2020 7:35:30 PM.
We will learn about integrating AutoMapper library into .Net Core Web API. Also, I will describe what the heck AutoMapper is and how it simplifies the object to object mapping.
How To Ignore Null Values In AutoMapper
7/26/2019 3:14:28 PM.
In this article, you will learn how to Ignore Null values in AutoMapper in ASP.NET CORE.
Getting Started With Automapper
9/19/2018 3:37:56 AM.
In this article, you will learn about automapper. Automapper is an object to the object mapper. Automapper can map properties of one object of one type, to the properties of another object. The automa
How To Implement AutoMapper In ASP.NET Core MVC Application
8/30/2018 12:00:23 AM.
In a nutshell, AutoMapper is an object-object mapper. It transforms the input object of one type into an output object of another type.
Mapping Similar Objects In ASP.NET Core 2.0
3/13/2018 10:17:53 AM.
This article is about mapping similar objects of two different classes with reduced lines of code using ASP.NET Core Automapper.
Some Useful Tips While Using Automapper In C#
4/28/2016 11:39:28 AM.
Here I will describe the important terms that are used while working with Automapper in C#.
Using AutoMapper in MVC
10/28/2014 6:10:18 PM.
In this article, I will try to cover a new concept in MVC: AutoMapper. AutoMapper is used to reduce the complexity we find when binding the model and communicating with entities.