ZAExtensions 2.2.0

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

// Install ZAExtensions as a Cake Tool
#tool nuget:?package=ZAExtensions&version=2.2.0

ZAExtension is a extension of differents functions that ever used us.

     more information with examples in git repository.

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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on ZAExtensions:

Package Downloads
ZARabbitMQ

ZARabbitMQ is a simple rabbit implement. Startup.cs: services.AddSingleton<IRabbitPublish, RabbitManager>(); // To publish message in rabbit. services.AddSingleton<IRabbitConsumer, RabbitManager>(); // To consumer message in rabbit. appsetting.json: "RabbitOptions": { "UserName": "{rabbit_user}", "Password": "{rabbit_password}", "ClientName": "{publish_name} or {consumer_name}", // this is only a identifier. "HostName": "{rabbit_hostname}", "VHost": "{rabbit_virtual_host}", "Port": {rabbit_port}, "Debug": false // if you can use local rabbitMQ, this property is true. }, "RabbitExchangeOptions": { "QueueName": "{queue_name}", "RoutingKey": "{routing_name}", "Exchange": "" }

ZAORM.AWS.DynamoDB

ZAORM.AWS.DynamoDB is a free project to connect and get data from your db DynamoAWS. Use Amazon.Core simple.

ZAExtensions.ZAAuth

ZAExtensions.ZAAuth is a extension of for create a simple authenticate cookie in WepApis.'s projects. In your appsetting you need add this code: "ZToken": "[YourTokenName] In your startup.cs you need add this code: // Http cookies and auth services.AddHttpContextAccessor(); services.AddScoped<IZTokens, ZTokens>(); services.AddAuthentication(za => { za.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; za.DefaultAuthenticateScheme = CookieAuthenticationDefaults.AuthenticationScheme; }).AddCookie(za => { za.Cookie.Name = [YourTokenName]; za.Cookie.HttpOnly = false; za.Cookie.SameSite = SameSiteMode.Unspecified; }); app.UseCors( options => options.AllowAnyHeader() .AllowAnyMethod() .AllowAnyOrigin() );

ZAORM.SQL

ZAORM.SQL is a free project to connect and get data from your db MSSQL. Use SqlClient simple.

ZAORM.FireDB

ZAORM.FireDB is a free project to connect and get data from your db FireBird. Use FirebirdClient simple.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 83 3/6/2023
2.1.0 158 12/29/2022
2.0.2 83 3/5/2023
2.0.0 805 9/22/2022
1.7.5 1,186 6/21/2022
1.7.4 1,613 11/27/2021
1.7.3 312 10/7/2021
1.7.2 452 10/4/2021
1.7.1 653 9/28/2021
1.7.0 350 9/19/2021
1.6.1 492 7/28/2021
1.6.0 727 6/30/2021
1.5.0 361 5/22/2021
1.4.0 1,450 4/25/2021
1.3.0 494 3/17/2021
1.2.2 275 2/26/2021
1.2.0 295 2/24/2021
1.1.0 523 2/18/2021