FC.Core.Extension 5.0.1

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

// Install FC.Core.Extension as a Cake Tool
#tool nuget:?package=FC.Core.Extension&version=5.0.1                

FC.Extension

Version Downloads

Project status: active.

FC.Extension is a library which adds reduces the coding effort for the development team. I have tried to add most the methods which I used in my project and felt that it will be add values to most of the developer community.

Download

  • NuGet: Install-Package FC.Core.Extension

Features

  • Ready to use in the project as an extension
  • File Extension support
  • String Extension
  • Numeric Extension
  • Targets .NET Core 3.1+
  • No external dependencies

Usage

Quick start

Step 1:
Install-Package FC.Core.Extension
Step 2:
using FC.Core.Extension.StringHandlers;
..
string planText = "FC Core Extension. String encrypt";
string encryptedValue = planText.Encrypt("123457855");
Console.WriteLine($"Plan Text : {Value} Encrypted Value : {encryptedValue} Key : {Key}");

⚠️ All Set. Use the same method for other extension methods. The full featured document available in the Gitbook,

Other Extension

Complete

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FC.Core.Extension:

Package Downloads
FC.Extension.HTTP

Package Description

FC.Extension.RabbitMQ

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.12 511 4/25/2022
5.0.11 421 4/25/2022
5.0.10 427 4/25/2022
5.0.9 443 3/15/2022
5.0.8 435 3/14/2022
5.0.7 427 3/14/2022
5.0.6 343 10/27/2021
5.0.5 412 9/26/2021
5.0.4 310 9/26/2021
5.0.3 348 9/15/2021
5.0.1 408 7/22/2021
4.0.1 343 7/18/2021
3.0.9 2,454 7/18/2021
1.0.1 421 7/18/2021
1.0.0 442 7/18/2021