cdmdotnet.AutoMapper
1.0.16.9
dotnet add package cdmdotnet.AutoMapper --version 1.0.16.9
NuGet\Install-Package cdmdotnet.AutoMapper -Version 1.0.16.9
<PackageReference Include="cdmdotnet.AutoMapper" Version="1.0.16.9" />
paket add cdmdotnet.AutoMapper --version 1.0.16.9
#r "nuget: cdmdotnet.AutoMapper, 1.0.16.9"
// Install cdmdotnet.AutoMapper as a Cake Addin
#addin nuget:?package=cdmdotnet.AutoMapper&version=1.0.16.9
// Install cdmdotnet.AutoMapper as a Cake Tool
#tool nuget:?package=cdmdotnet.AutoMapper&version=1.0.16.9
A lightweight framework for automatically mapping values from one class to another.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- ValueInjecter (= 2.3.3)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on cdmdotnet.AutoMapper:
Package | Downloads |
---|---|
Cqrs.Ninject
Provides preconfigured Ninject modules that will wire up the required component necessary. Several modules are optional such as the InProcess or the SimplaifySQL modules. You only need to use those if you are using InProcess or SQL. |
|
Cqrs.Ninject.Azure.ServiceBus.EventBus
Use Ninject as your IoC container of choice when using Microsoft Azure ServiceBus for CQRS.NET as your event bus |
|
Cqrs.Ninject.Azure.ServiceBus.CommandBus
Use Ninject as your IoC container of choice when using Microsoft Azure ServiceBus for CQRS.NET as your command bus |
|
Cqrs.Sql
The built-in, Sql Store in the CQRS.NET cannot process non-primitive properties on the entity classes in read stores and data stores. If your entity classes require more comp[lexity than just basic, flat primitive property structures, this package will allow you to use Microsoft SqlServer as an read store and data store in CQRS.NET allowing you to build custom converters to provide mappings from your entities to you SQL table schema structures. |
|
Cqrs.Ninject.ServiceHost
Use Ninject as your IoC container of choice to use WCF with CQRS.NET as ServiceHosts |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on cdmdotnet.AutoMapper:
Repository | Stars |
---|---|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|