Utilities.Dev.Helper 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Utilities.Dev.Helper --version 1.0.0
NuGet\Install-Package Utilities.Dev.Helper -Version 1.0.0
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="Utilities.Dev.Helper" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Utilities.Dev.Helper --version 1.0.0
#r "nuget: Utilities.Dev.Helper, 1.0.0"
#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 Utilities.Dev.Helper as a Cake Addin
#addin nuget:?package=Utilities.Dev.Helper&version=1.0.0

// Install Utilities.Dev.Helper as a Cake Tool
#tool nuget:?package=Utilities.Dev.Helper&version=1.0.0

DESCRIPTION

Utilities.Dev.Helper is a .Net library for faster and easy development. This library helps take care of the common and everyday re-usable functions or codes. It is intended to cover all areas of the development.

Usage

After installing the package, include it in your project to have access to all the classes, functions, extensions and methods.

Sample Codes Example

#1: Applying the library and to make it available in your code.

Using Utilities.Dev.Helper

#2: Generate random number

using Utilities.Dev.Helper.Methods
UtilDefault.GenerateRandomNumbers(6);

#2: Remove special characters

using Utilities.Dev.Helper.Extensions
String text = "/Good @ Luck";
text.UtilDefault.TruncateSpecialCharacters();

Contributing

This will be considered in the later future.

License

MIT

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
2024.4.12.132126 88 4/12/2024
12.4.24 79 4/12/2024
1.0.0 88 3/13/2024