xss.ConnectionManager 3.1.0

This package handles the connection to the database. Allowing the developer to focus only in the SP and parameters he has to send, and no more configurations.

Install-Package xss.ConnectionManager -Version 3.1.0
dotnet add package xss.ConnectionManager --version 3.1.0
<PackageReference Include="xss.ConnectionManager" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xss.ConnectionManager --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xss.ConnectionManager, 3.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.

Release Notes

v3.0.1
changed OpenConnection obsolete from true to false
v3.0.0
updated packages all
removed support for net472;netcore3.0;netcore2.0;netcore2.2
only supports net48;netcoreapp3.1;
Needed keys in webconfig:
v3.0.2
upgrade xss.ConfigurationEncrypter 2.0.0 and  xss.EncryptionKernel 3.0.1
<add key="db_primary" value="{connection name}" /><add key="db_crypto_environment" value="{Encrypted environment, can be empty}" />
     
     From version 2.3.0 it will read encrypted connectionStrings in Any environments.
     Contact Infrastructure team to get your encrypted connection string
      `
     Support .Netcore 3.0 and .netframework 4.8

     How to pass user defined table types:

     ListParameters parameters = new ListParameters();
     parameters.Add("@marketId", 7);
     parameters.Add("@countryCode", "");
     parameters.Add("@languageId", 1);

     CommandParameter queryCommand = new CommandParameter("Market_GetByParameters_Sp", parameters);
     DataRow rowResult = DbManager.Instance.ExecuteRegister(queryCommand);

     For Net Core projects you have to add this in the project setup main.cs, startup.cs, etc
     , or the place you stablished

     DbManager.SetConfiguration(IConfiguration config);

-v3.1.0 : Update methods for Dataset using DataAdapter and explicit closed connection

NuGet packages (182)

Showing the top 5 NuGet packages that depend on xss.ConnectionManager:

Package Downloads
xss.ProductEntryBackEnd
Admin product and categories
xss.EmailTemplateBackEnd
Generation new version with changes in updated nugets
xss.Market.Client
For another clients not asea. Need to run the script 2.0.0 in the sql, otherwhise save will don't work. xss.Market.client >=2.0.0
xss.Logistics.Client
Contains functionalities related to shipping and warehouse configuration
xss.SettingGlobalEngine.NetCore
Package Description

Version History

Version Downloads Last updated
3.1.0 81 8/11/2022
3.0.2-preview 8 10/6/2021
3.0.1 384 10/29/2020
3.0.0 165 10/29/2020
2.4.0 281 4/20/2020
2.3.0 67 4/13/2020
2.2.1 71 4/3/2020
2.2.0 212 3/24/2020
2.1.0 160 3/9/2020
2.0.0 110 1/30/2020
1.6.3 151 11/22/2019