Bye-Common-Code
1.0.0
dotnet add package Bye-Common-Code --version 1.0.0
NuGet\Install-Package Bye-Common-Code -Version 1.0.0
<PackageReference Include="Bye-Common-Code" Version="1.0.0" />
paket add Bye-Common-Code --version 1.0.0
#r "nuget: Bye-Common-Code, 1.0.0"
// Install Bye-Common-Code as a Cake Addin #addin nuget:?package=Bye-Common-Code&version=1.0.0 // Install Bye-Common-Code as a Cake Tool #tool nuget:?package=Bye-Common-Code&version=1.0.0
This package gives you all the code you write that is the same for every single company and project. This includes: Symmetric Key Encryption/Decryption, Emailing, Making Form Submissions, File Upload Forms, Java Script JQuery/Angular JS File Generation for Model Classes (GetAll and FindById methods), Validation of Strings, XSS and XML String cleaning, and CSV and XML Document Generation. This is given free of charge under the MIT License.
The Encryptor does Symmetric Key Encryption then converts the encryption text to base 64. Encryption/Decryption requires a salt, a viKey, and a password. The code is stateless meaning no set up. The Mime Types Supported are Excel Files, Docx Files, Doc files, PDFs, and more. Valid mime types are found in the MimeType enumeration. Every string validation is constant time save the international phone validation which is big O(n). Form Submission With File Upload needs maxrequest/response and httpruntime to be set in the web config or to run in a separate thread. Email, Decryption and Encryption assumes UTF8 Encoding. Java Script/Type Script Generation generates per object and assumes you can get/write the System.config.js, NgModule.ts, Routes.ts and only generates the [ObjectName].Service.ts and [ObjectName].Conponent.ts with the [ObjectName].html template file. Some methods require models to be passed in. The models have common sense names save XmlTreeModel: Which assumes you can build a Tree using the data structure's NodeModel which is just an xml node with 0+ children and 0+ attributes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Security.Cryptography.Algorithms (>= 4.3.1)
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 |
---|---|---|
1.0.0 | 1,303 | 3/19/2018 |
I hereby release this package as part of the MIT License which gives you unlimited use.
Released March 18, 2018