A relatively comprehensive C# public helper class

I recommended two C# development toolboxes to you last time: " Recommend a C# development toolbox of less than 2MB, which integrates thousands of commonly used operation classes ", " Recommend a collection of common .Net codes to help you complete business efficiently " .

Today I will recommend another one for you. These parts of the code have overlapping functions, and you can choose what you need from them according to your needs.

Project Description

Collection of common C# help classes and public classes on the Internet, involving CSV, database, PDF, FTP, IP, time, character string, pinyin, calendar, scientific counting, thread, video, verification code, barcode, encryption, etc. kind.

Technology Architecture

Development tools: VisualStudio

SDK:.Net Framework 4.0

project structure

picture

Program features

More comprehensive code comments: Compared with other helper classes, this helper class has more comprehensive comments.

picture

Code collection, full-featured

picture

project address

https://github.com/Jimmey-Jiang/Common.Utility

For more open source projects, please check: A list focusing on recommending .Net open source projects

- End -

recommended reading

Built-in browser form API framework based on .NET Core

Recommend an open source library that Dapper extends CRUD basic operations

An open source project that counts fishing time

The payment SDK developed based on .Net Core simplifies the development of payment functions

A simple and easy-to-use configuration file manipulation library for .Net

Guess you like

Origin blog.csdn.net/daremeself/article/details/129701237