UNLEIN.Utilities
2.0.6
dotnet add package UNLEIN.Utilities --version 2.0.6
NuGet\Install-Package UNLEIN.Utilities -Version 2.0.6
<PackageReference Include="UNLEIN.Utilities" Version="2.0.6" />
paket add UNLEIN.Utilities --version 2.0.6
#r "nuget: UNLEIN.Utilities, 2.0.6"
// 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
Generating One Way Hash Values
Generate Two Ways Hash Values
- With Key for Manage Encryption/Decryption
Generating Hash Value when user Subscribe Email and need create unsubscribe one way token
Getting All Details of file before Upload
Getting Base64String data of file with fileinfo and befor file upload
Easy and Quick Upload file with Real Time rename feature with dynamic return.
Replace method with SafeReplace method for Find and Replace Exact value and no others.
Shuffle characters string
Upload base64 string file
Cookie Manager for Get/Save/Update/Delete Cookie From Code
Between String Extension Added
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
[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...
- 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 | Versions 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. |
-
net6.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Http.Features (>= 5.0.17)
- Newtonsoft.Json (>= 13.0.3)
- System.Data.SqlClient (>= 4.8.6)
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.