forked from laochiangx/Common.Utility
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jimmey-Jiang
authored
Oct 11, 2017
1 parent
56504ce
commit 3975af8
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
# 比较全面的c#帮助类,日常工作收集,各式各样的几乎都能找到,所有功能性代码都是独立的类,类与类之间没有联系,可以单独引用至项目,不断完善收集中... | ||
1. cookie操作 --------- CookieHelper.cs | ||
2. session操作 ------- SessionHelper.cs | ||
3. cache操作 | ||
4. ftp操作 | ||
5. http操作 ------------ HttpHelper.cs | ||
6. json操作 ------------ JsonHelper.cs | ||
7. xml操作 ------------- XmlHelper.cs | ||
8. Excel操作 | ||
9. Sql操作 ------------- SqlHelper.cs | ||
10. 类型转换 ------------ Converter.cs | ||
11. 加密解密 ------------ EncryptHelper.cs | ||
12. 邮件发送 ------------ MailHelper.cs | ||
13. 二维码 | ||
14. 汉字转拼音 | ||
15. 计划任务 ------------ IntervalTask.cs | ||
16. 信息配置 ------------ Setting.cs | ||
17. 上传下载 | ||
18. 视频转换 | ||
19. 图片操作 | ||
20. 验证码生成 | ||
21. String拓展 ---------- StringExtension.cs | ||
22. 正则表达式 --------- RegexHelper.cs | ||
23. 分页操作 | ||
24. UBB编码 | ||
25. Url重写 | ||
26. Object拓展 --------- ObjectExtension.cs | ||
27. Stream的拓展 ------ StreamExtension.cs | ||
C# 工具类,含web缓存管理、性能计数器、config配置文件操作、时间戳转换、XML转字典对象、AES/DES加解密、字符串操作、枚举、日志、中文转拼音、Http请求、发送Smtp邮件等等... | ||
![Aaron Swartz](https://github.com/Jimmey-Jiang/Common.Utility/blob/master/ASP.NET%E7%B1%BB%E5%BA%93/img/1.png) | ||
|
||
:![Aaron Swartz](https://github.com/Jimmey-Jiang/Common.Utility/blob/master/ASP.NET%E7%B1%BB%E5%BA%93/img/1.png): |