₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,576 members, 8,446,100 topics. Date: Thursday, 16 July 2026 at 06:39 AM

Toggle theme

Helpful Tool For .net Developer C# - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingHelpful Tool For .net Developer C# (932 Views)

1 Reply (Go Down)

Helpful Tool For .net Developer C# by surifoll(op): 11:30pm On Mar 21, 2019
ExIgniter.ObjectMapper
=======================================
This is is an intelligent, refactoring safe object mapping library that automatically maps objects to each other event when the property names are not exactly the same.

Features:

ToPrettyString -Helps u serialize your object and beautifies it.
Maps Simple Objects
Complex Objects
Exclude Properties
Steps To use ExIgniter.ObjectMapper

Install ExIgniter.ObjectMapper from Nuget

Install-Package ExIgniter.ObjectMapper -Version 1.0.7

Sample code:

var testCustomer = new Customer() { City = "Eko", FirstName = "Suraj", LastName = "Deji", ID = 1, Order =
new Order() { Name = "Benz", Quantity = 1 }
};

var mappedObject = testCustomer.Map(new CustomerVm(), vm => new[] { nameof(vm.PropertyA), nameof(vm.PropertyB) });
Re: Helpful Tool For .net Developer C# by Johninyang(m): 6:58am On Mar 24, 2019
Thanks bro
1 Reply

Vacancy For .NET Software DevelopersVacancy For .net DeveloperSoftware Developer(c#) Urgently Needed234

How Do I Implement A Contact Page In ASP.NET/C#?In Need Of JobMachine Learning: Object Detection