Acubec.Solutions.Core 8.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acubec.Solutions.Core --version 8.0.4
                    
NuGet\Install-Package Acubec.Solutions.Core -Version 8.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Acubec.Solutions.Core" Version="8.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Acubec.Solutions.Core" Version="8.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Acubec.Solutions.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Acubec.Solutions.Core --version 8.0.4
                    
#r "nuget: Acubec.Solutions.Core, 8.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Acubec.Solutions.Core&version=8.0.4
                    
Install Acubec.Solutions.Core as a Cake Addin
#tool nuget:?package=Acubec.Solutions.Core&version=8.0.4
                    
Install Acubec.Solutions.Core as a Cake Tool

Project Title

Acubec.Solutions.Core

Description

this .Net library helps .net developer to developed domain driven application. This library is build on top of .net core and provide the following features.

  • DomainDriven Architecture separation
  • StateMachine
  • Compile time Mapper
  • Validator
  • Encryption/Hashing/JWT Token
  • API Helper
  • Context Manager

Example

To Use this library first create call as below classes in your project.

public class OrchestratorContext(IServiceCollection containerCollection, IConfiguration configuration) 
	: BaseContext(containerCollection, configuration)
{
}

Mapping registration

-

internal sealed class Mapper : MapperConfiguration
{
    public override void CreateProfile()
    {
        CreateMap<Source, Destination>((s, d) =>
        {
           //write your compile time mapping here
        });       
    }
}

After that you need to attach this class in your project

-

var context = new OrchestratorContext(services, configuration);
AppContextProvider.RegisterObject(context);

var mapper = new AcubecMapper(new Mapper());
services.AddSingleton(typeof(IMapper), mapper);

Now you can use all the below interface in the project

This project is licensed under the MIT License - see the LICENSE.md file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Acubec.Solutions.Core:

Package Downloads
Acubec.Solutions.Utilities

Package Description

Acubec.Solutions.Utilities.Blazor

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 103 11/30/2024
8.0.4 159 11/11/2024
8.0.3 171 4/8/2024
8.0.2 119 4/5/2024
8.0.1 150 3/12/2024
8.0.0 278 12/6/2023
6.0.3 809 8/25/2022
6.0.2 1,068 8/24/2022
6.0.1 864 1/1/2022
6.0.0 1,122 11/8/2021
3.0.10 1,039 7/21/2020
3.0.9 1,029 7/13/2020
3.0.8 1,104 7/4/2020
3.0.7 1,056 5/26/2020
3.0.1 1,069 5/7/2020
1.0.0 1,404 7/12/2019