DatnekNetSolution.Core
1.7.0
Install-Package DatnekNetSolution.Core -Version 1.7.0
dotnet add package DatnekNetSolution.Core --version 1.7.0
<PackageReference Include="DatnekNetSolution.Core" Version="1.7.0" />
paket add DatnekNetSolution.Core --version 1.7.0
#r "nuget: DatnekNetSolution.Core, 1.7.0"
// Install DatnekNetSolution.Core as a Cake Addin
#addin nuget:?package=DatnekNetSolution.Core&version=1.7.0
// Install DatnekNetSolution.Core as a Cake Tool
#tool nuget:?package=DatnekNetSolution.Core&version=1.7.0
The datnek solution is designed to help the company's teams to:
- Send emails securely (simple email or email with an html body via a single method)
- Send sms without worrying about authentication credentials
- Manage the crud using entityFramework core 5
- Read files in json format
- Hasher password
- Validate each model and recover all string errors via a single method
- Call a web service by specifying the call method
- Save file base64
- Remove file
- Generate unique id
- Locate a machine
- Change current Env
- Manage file in fileSystem
- Possibility to add a collection or array property in db
- Update response type and menage errors
- Add tracking class
- Add possibility to update, create or delete many
- Add possibility to update createAt, UpdateAt and delete using base method
- possible to add from and to when sending mail
- upload file using directory or path
- auto inject using injectable attribute
- add track table
- add security
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- iTextSharp.NetCore (>= 5.5.13.1)
- Microsoft.EntityFrameworkCore (>= 5.0.5)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 5.0.0)
- Microsoft.Extensions.Options (>= 5.0.0)
- Newtonsoft.Json (>= 13.0.1)
- Spire.Office (>= 6.4.4)
- System.Drawing.Common (>= 5.0.2)
- System.Net.Http.Json (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DatnekNetSolution.Core:
Package | Downloads |
---|---|
Datnek.ASP.Net.Core
- add security base controller |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.7.0 | 50 | 7/31/2022 | |
1.6.7 | 132 | 6/6/2022 | |
1.6.6 | 100 | 6/6/2022 | |
1.6.5 | 111 | 6/5/2022 | |
1.6.4 | 91 | 6/5/2022 | |
1.6.3 | 93 | 6/5/2022 | |
1.6.2 | 95 | 6/5/2022 | |
1.6.1 | 93 | 6/5/2022 | |
1.6.0 | 161 | 5/21/2022 | |
1.5.3 | 94 | 5/21/2022 | |
1.5.2 | 141 | 5/21/2022 | |
1.5.1 | 118 | 5/9/2022 | |
1.5.0 | 104 | 5/8/2022 | |
1.4.4 | 191 | 2/8/2022 | |
1.4.3 | 176 | 2/8/2022 | |
1.4.2 | 177 | 2/7/2022 | |
1.4.1 | 166 | 2/7/2022 | |
1.4.0 | 170 | 2/7/2022 | |
1.3.4 | 939 | 10/23/2021 | |
1.3.3 | 195 | 9/6/2021 | |
1.3.2 | 276 | 8/29/2021 | |
1.3.1 | 215 | 8/28/2021 | |
1.3.0 | 180 | 8/28/2021 | |
1.2.0 | 281 | 7/31/2021 | |
1.1.1 | 277 | 7/24/2021 | |
1.1.0 | 316 | 7/24/2021 | |
1.0.6 | 213 | 7/17/2021 | |
1.0.5 | 200 | 7/17/2021 | |
1.0.4 | 194 | 7/7/2021 | |
1.0.3 | 272 | 6/12/2021 | |
1.0.2 | 219 | 6/12/2021 | |
1.0.1 | 281 | 6/12/2021 | |
1.0.0 | 196 | 5/28/2021 |
The datnek solution is designed to help the company's teams to:
- Send emails securely (simple email or email with an html body via a single method)
- Send sms without worrying about authentication credentials
- Manage the crud using entityFramework core 5
- Read files in json format
- Hasher password
- Validate each model and recover all string errors via a single method
- Call a web service by specifying the call method
- Save file base64
- Remove file
- Generate unique id
- Locate a machine
- Change current Env
- Manage file in fileSystem
- Possibility to add a collection or array property in db
- Update response type and menage errors
- Add tracking class
- Add possibility to update, create or delete many
- Add possibility to update createAt, UpdateAt and delete using base method
- possible to add from and to when sending mail
- upload file using directory or path
- auto inject using injectable attribute
- add track table
- remove required to createat
- Add security