Messaging.SqlServer
2.4.0
See the version list below for details.
dotnet add package Messaging.SqlServer --version 2.4.0
NuGet\Install-Package Messaging.SqlServer -Version 2.4.0
<PackageReference Include="Messaging.SqlServer" Version="2.4.0" />
paket add Messaging.SqlServer --version 2.4.0
#r "nuget: Messaging.SqlServer, 2.4.0"
// Install Messaging.SqlServer as a Cake Addin #addin nuget:?package=Messaging.SqlServer&version=2.4.0 // Install Messaging.SqlServer as a Cake Tool #tool nuget:?package=Messaging.SqlServer&version=2.4.0
An option to store mail messages in SQL server and a console application send unsent messages. This will help to move sending logic out of main business task.
Github source: https://github.com/vndevpro/Messaging
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- Dapper.Contrib (>= 1.50.0)
- GdNet.Common (>= 2.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Messaging.SqlServer:
Package | Downloads |
---|---|
Security.Users.Web
Provides a controller that is ready for MVC application to manage user authentication and registration. Github source: https://github.com/vndevpro/SecurityUsers |
GitHub repositories
This package is not used by any popular GitHub repositories.
V2.4.0
* Default set DeliveryType to Mail; adding Status field on Message entity
V2.3.1
* Fix update issue; Update methods now return a boolean.
V2.3.0
* Add method GetByDynProperty to get messages based on key/value attributes in MetadataXml column
V2.2.1
* Remove IMailService