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 Mapper
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Kumar (2)
Sardar Mudassar Ali Khan (2)
Debendra Dash (2)
Pawan Kumar (2)
Omar Rodriguez (1)
Akshay Shedwad (1)
Aman Gupta (1)
Ashutosh Singh (1)
Ahmed Abdi (1)
Hamid Khan (1)
Shiv Sharma (1)
Jay Krishnareddy (1)
Vipul Malhotra (1)
Jitendra Mesavaniya (1)
Navaneeth Sankaradevan (1)
Konstantin Knizhnik (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)
Saillesh Pawar (1)
Friyank Parikh (1)
Asma Khalid (1)
Sanjay Mrinal Kumar Kodangi (1)
Amit Naik (1)
Venkatesh Kumar (1)
Anu Viswan (1)
Abhishek Yadav (1)
Vishal Gilbile (1)
Sumit Kharche (1)
Vivek Tripathi (1)
Shweta Lodha (1)
Iqra Ali (1)
Steven Woolston (1)
Arunava Bhattacharjee (1)
Pradeep Shet (1)
Priti (1)
Diptimaya Patra (1)
Srihari Chinna (1)
John Charles Olamendy (1)
Related resources for Mapper
No resource found
Creating a CQRS Architecture in .NET Core 8
11/4/2024 7:29:08 AM.
This guide outlines a practical implementation of the CQRS (Command Query Responsibility Segregation) architecture using C# and MediatR, emphasizing the separation of read and write operations for bet
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
Understanding MapStruct in Spring Boot for Java Bean Mapping
7/9/2024 6:38:32 AM.
Explore MapStruct in Spring Boot for seamless Java Bean mapping. Discover how MapStruct simplifies object mapping between DTOs and entities, leveraging annotations for automated conversion.
Learn Clean Architecture in .NET
7/4/2024 8:48:38 AM.
Clean Architecture is a software design philosophy that emphasizes creating maintainable, testable, and understandable systems by following principles like separation of concerns, dependency inversion
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
Building a Custom Object Mapper in ASP.NET Core Using C#
12/21/2023 9:22:52 AM.
Unlock the power of data transformation in ASP.NET Core with a custom object mapper. Delve into the steps—defining mapping configurations, implementing logic, and seamless integration—ensuring tailore
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
Execution-Time Code Generator For C#
10/17/2023 8:45:35 AM.
The Common Language Runtime provides a new way of doing things. The compile-time world still exist, but it is also possible to build dynamic systems where new code is added by loading assemblies or ev
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.
Getting Started With Entity Framework
2/5/2021 6:31:38 AM.
In this article you will learn about Entity Framework. Entity Framework is an ORM tool. ORM stands for Object Relational Mapper, as the name specifies it maps our business models with db types.
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.
Dapper - King of Micro ORM (C#.NET)
11/6/2020 12:38:21 AM.
This article explains what the Object Relationship Mapper (ORM) Dapper is and how to use Dapper for ORM.
C#.NET - JSON Object Mapper
11/3/2020 12:24:51 AM.
This article is about creation of a complex JSON object mapper using C#.NET technology Console Application.
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
Entity Framework Core And Its Data Modelling Approaches
3/19/2020 9:16:53 AM.
In this article, you will learn about Entity Framework Core and its Data Modelling Approaches.
Create Mapper Component Using SVG In Angular 7
3/18/2020 11:20:56 PM.
Creating a mapper component which allows user to dynamically create mappings between two html table records, simulating a relation between the two HTML Tables
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.
Object-Relational Mapper For SQLite3 In Node.js
12/7/2017 11:14:44 PM.
Node.js is getting more popular day by day and many frameworks and platforms are supporting Node.js for its high-performance web server development. In this post, you will learn the database developme
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#.
Object Mappers - Merge Objects Together
4/9/2015 6:43:15 AM.
The idea of an object mapper is quite simple. It's like a "merge" 2 objects into one single object.
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.
Model Binding in MVC : A Magical Mapper
6/30/2014 12:30:41 PM.
This article describes various ways of model binding possible in MVC that has a magical power.
Introduction to NJDX OR Mapper
10/13/2012 5:48:30 AM.
This article provides a quick walkthrough to Software Tree's NJDX OR Mapper.
Silverlight 4 LINQ to SQL Classes in VS 2010
7/14/2011 5:30:03 AM.
LINQ to SQL is an ORM (stands for Object Relational Mapper/Mapping), which provides a data access layer for the application.
Site Navigation in Silverlight 4
6/15/2010 5:44:59 AM.
In any application there will be many pages and user controls to display the content to the users.
Biztalk Messaging Services
4/3/2008 7:22:09 AM.
This article is intended to illustrate the concepts of mapping in Biztalk Server 2006.