xss.ConnectionManager 2.2.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.

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

Release Notes

Needed keys in webconfig:
   <add key="db_primary" value="{connection name}" />
     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);

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
Show less