EssentialLayers 1.1.7-preview.1.0.0
See the version list below for details.
dotnet add package EssentialLayers --version 1.1.7-preview.1.0.0
NuGet\Install-Package EssentialLayers -Version 1.1.7-preview.1.0.0
<PackageReference Include="EssentialLayers" Version="1.1.7-preview.1.0.0" />
paket add EssentialLayers --version 1.1.7-preview.1.0.0
#r "nuget: EssentialLayers, 1.1.7-preview.1.0.0"
// Install EssentialLayers as a Cake Addin #addin nuget:?package=EssentialLayers&version=1.1.7-preview.1.0.0&prerelease // Install EssentialLayers as a Cake Tool #tool nuget:?package=EssentialLayers&version=1.1.7-preview.1.0.0&prerelease
Essential Layers 1.0
© MSoto Developer 2024
Steps to use:
To use this project you need add the dependecies in your Program.cs file
builder.Services.AddEssentialLayers();
Init each service
To set Connection String of Azure Blob:
app.Services.GetService<IAzureBlobService>()!.SetConnectionString( CONNECTION_STRING_BLOBS );
To set Connection String of Database Service:
app.Services.GetService<IDatabaseService>()!.SetConnectionString( ConnectionString );
To set App info or bearer token of Web:
app.Services.GetService<IDatabaseService>()!.SetOptions( new HttpWebServiceOption { AppName = "LicensesApp", AppVersion = "1.0", BearerToken = Bearer_Token } );
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Azure.Storage.Blobs (>= 12.21.2)
- Dapper (>= 2.1.35)
- Microsoft.Data.SqlClient (>= 5.2.1)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Serilog (>= 4.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on EssentialLayers:
Package | Downloads |
---|---|
EssentialLayers.Request
EssentialLayers.Request is a complement to the package `EssentialLayers` to provide an extra layer for using http requests in an easy way. |
|
EssentialLayers.Dapper
EssentialLayers.Dapper is a complement to the package EssentialLayers to offer an extra layer with the ORM dapper in an easy way, where the main purpose will be, write the business logic in the "stored procedures" using templates that receiving input parameters and return a result set, Currently is just compatible with SQL Server. |
|
EssentialLayers.AzureBlobs
EssentialLayers.AzureBlobs is a complement to the package `EssentialLayers` to provide an extra layer to use Azure Blobs in an easy way. |
|
EssentialLayers.Token
EssentialLayers.Token is a complement to the package `EssentialLayers` to provide an extra layer for using extension & helpers of Token in an easy way. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.5 | 256 | 11/11/2024 |
1.4.4 | 77 | 11/11/2024 |
1.4.3 | 76 | 11/11/2024 |
1.4.2 | 91 | 11/11/2024 |
1.4.1 | 70 | 11/11/2024 |
1.4.0 | 123 | 11/10/2024 |
1.3.1 | 204 | 11/4/2024 |
1.3.0 | 284 | 10/27/2024 |
1.2.0 | 197 | 9/29/2024 |
1.1.9 | 91 | 9/2/2024 |
1.1.8 | 82 | 8/31/2024 |
1.1.7 | 84 | 8/30/2024 |
1.1.7-preview.1.0.0 | 49 | 8/30/2024 |
1.1.6 | 88 | 8/30/2024 |
1.1.5 | 88 | 8/30/2024 |
1.1.4 | 88 | 8/30/2024 |
1.1.3 | 97 | 8/30/2024 |
1.1.2 | 89 | 8/29/2024 |
1.1.1 | 93 | 8/28/2024 |
1.1.0 | 100 | 8/27/2024 |
1.0.1 | 116 | 8/21/2024 |
1.0.0 | 118 | 8/19/2024 |