Skip to content

Repository files navigation

FC.Extension

VersionDownloads

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:

usingFC.Core.Extension.StringHandlers;
..
string planText ="FC Core Extension. String encrypt";stringencryptedValue=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

About

A extension library project for all .NET Applications

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages