Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.42 KB

README.EN-US.md

File metadata and controls

61 lines (46 loc) · 2.42 KB

EasyTool

An open source C# tool to make .NET easy.

pull_request

English | 中文

📚 Introduce

EasyTool is a .NET tool to make .Net easy. It provides a large number of help classes to help developers complete various development tasks. It covers a series of operations such as string, number, collection, encoding, date, file, IO, encryption, database, JSON, HTTP client, etc.

More information

🚀 Get started

install

Install EasyTool.Core from the package manager console:

PM> Install-Package EasyTool.Core

Or from the .NET CLI as:

dotnet add package EasyTool.Core

use

Copy file or directory

FileUtil.Copy(sourceDir, destinationDir, isOverwrite)

Clone an object

var a = CloneUtil.Clone<Person>(person);

🛠️ Catalog

Easytool provides some of the most commonly used experiences and methods in the development process

Catalog Introduce
clone clone an object
code base32, base62, etc
collection dictionary,List,LinkList, etc
converter convert data type
datetime timerutil,timestamp,etc

.NET Runtime Reference

// TODO

Exchange community

微信:ygdxg8657 (备注进群) QQ群:543829648 903210423(已满)

easy-tool