serveryang
-
- 14,526 total downloads
- last updated 3/17/2016
- Latest version: 1.0.0
Simplified Chinese PinYin Conversion Class Library. using System; string chineseWords = "世界你好"; string full = chineseWords.ToPinYin(); // output: SHIJIENIHAO string abbr = chineseWords.ToPinYinAbbr(); //... More information -
- 2,736 total downloads
- last updated 3/14/2016
- Latest version: 1.0.1-rc1-final (prerelease)
Override Diagnostics.StatusCodePages, add `app.UseStatusCodePagesWithRedirects("~/400.html", 400)` method. Support `asp.net 5 rc1-final` version. -
NugotDemo
by: serveryang-
- 1,505 total downloads
- last updated 10/23/2015
- Latest version: 1.0.0
Nuget打包项目测试 -