UNLEIN.Utilities 2.0.6

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

// Install UNLEIN.Utilities as a Cake Tool
#tool nuget:?package=UNLEIN.Utilities&version=2.0.6                

A Product by UNLEIN® Private Limited for Improve C# Based Application with Ready to use Methods that are Allowed for Generating Hash Values with One Way/Two Way. Also You can Manage Logging, Get Your Completed file details with Base64 Data and with our Package.

[20.11.2024 2.0.6] [NEW]: Added Logging functionality. It is easy to set up, has a clean API, and runs on all .NET platforms above 6.0. While it's useful even in the simplest applications, it's much lightweight and very simple to use, also manage log files with "Rolling Interval" functionality.

[16.11.2024 2.0.5] [NEW]: Optimized and Improvements

[15.11.2024 2.0.4] [NEW]: String Extension Added for Get/Remove Between values from string

[15.11.2024 2.0.3] [NEW]: Query and QueryList TWO methods added for select and bind dynamically data into model and list model

[14.11.2024 2.0.2] [NEW]: Optimized and Improvements

[07.11.2024 2.0.1] [NEW]: Bulk Insert and Insert Queries Added

[23.10.2024 2.0.0] [NEW]: Now Make Database Connections for Retrive fast data

[15.09.2024 1.0.22] [NEW]: Added Cookie Manager for Get/Save/Update/Delete Cookie From Code

  1. Generating One Way Hash Values

  2. Generate Two Ways Hash Values

    • With Key for Manage Encryption/Decryption
  3. Generating Hash Value when user Subscribe Email and need create unsubscribe one way token

  4. Getting All Details of file before Upload

  5. Getting Base64String data of file with fileinfo and befor file upload

  6. Easy and Quick Upload file with Real Time rename feature with dynamic return.

  7. Replace method with SafeReplace method for Find and Replace Exact value and no others.

  8. Shuffle characters string

  9. Upload base64 string file

  10. Cookie Manager for Get/Save/Update/Delete Cookie From Code

  11. Between String Extension Added

  12. Now Make Database Connections for Retrive fast data

    • Optimized and fastest way for database calling
    • Return data in DataSet and DataTables
    • Global DataBase Connection String
    • Call SP with Direct inline queries
    • Passing Complex DataTypes like [tables] in Sql Server
    • Bulk Insert Data
    • Insert Method Added in DB
    • Query dynamic Mapping
    • Query List for dynamic list Mapping
  13. [New] Added Logging functionality. It is easy to set up, has a clean API, and runs on all .NET platforms above 6.0. While it's useful even in the simplest applications, it's much lightweight and very simple to use, also manage log files with "Rolling Interval" functionality. and many more...

    1. How to start logging with package? Ans. code reference namespace: using UNLEIN.Utilities.Log; var logger = new LoggingConfig().WriteFile("logs/log.txt", Log.RollingInterval.Hour).Start(); Log.Info("Hey");

Product is Developed and Maintained by UNLEIN® Private Limited.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.6 51 11/20/2024
2.0.5 64 11/16/2024
2.0.4 75 11/15/2024
2.0.3 65 11/15/2024
2.0.2 64 11/14/2024
2.0.1 73 11/7/2024
2.0.0 86 10/23/2024
1.0.22 114 9/15/2024
1.0.21 117 5/20/2024
1.0.20 185 12/11/2023
1.0.19 192 10/16/2023
1.0.18 167 10/14/2023
1.0.17 144 10/14/2023
1.0.16 127 10/14/2023
1.0.15 117 10/5/2023
1.0.14 187 8/6/2023
1.0.13 152 8/6/2023
1.0.12 161 7/20/2023
1.0.11 189 6/10/2023
1.0.10 171 6/10/2023
1.0.9 161 5/21/2023
1.0.8 150 5/14/2023
1.0.7 140 5/13/2023
1.0.6 159 5/8/2023
1.0.5 175 5/7/2023
1.0.4 160 5/7/2023

- [New] Added Logging functionality. It is easy to set up, has a clean API, and runs on all .NET platforms above 6.0. While it's useful even in the simplest applications, it's much lightweight and very simple to use, also manage log files with "Rolling Interval" functionality.