CoreDdd.AspNet 3.2.1

.NET Framework 4.0
dotnet add package CoreDdd.AspNet --version 3.2.1
NuGet\Install-Package CoreDdd.AspNet -Version 3.2.1
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="CoreDdd.AspNet" Version="3.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreDdd.AspNet --version 3.2.1
#r "nuget: CoreDdd.AspNet, 3.2.1"
#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.
// Install CoreDdd.AspNet as a Cake Addin
#addin nuget:?package=CoreDdd.AspNet&version=3.2.1

// Install CoreDdd.AspNet as a Cake Tool
#tool nuget:?package=CoreDdd.AspNet&version=3.2.1

ASP.NET unit of work modules for CoreDdd library

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

  • .NETFramework 4.5.1

  • .NETFramework 4.6.1

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.1 467 3/25/2020
3.2.0 868 11/29/2018
3.1.0 609 11/28/2018
3.0.36 625 11/6/2018
3.0.34 689 10/22/2018
3.0.33 635 10/17/2018
3.0.32 664 10/3/2018
3.0.31 681 9/11/2018
3.0.30 641 9/11/2018
3.0.29 702 9/6/2018
3.0.28 663 9/4/2018
3.0.27 660 8/27/2018
3.0.26 681 8/22/2018

Bug fix:  
#16 ASP.NET: Raising delayed domain events on application_endrequest where domain event handler throws an exception - raising delayed domain events after the commit try/catch block