367548 fools2015 1578921699
0
# an-tiny-JSON-parser-and-serializers ## An tiny JSON parser & serializers, only 154 lines of code ### Example ``` csharp var json = Json.ToJson(new { Name = "james", Age = 35, Married = true }); var jobj = (Dictionary<string, object>)Json.From...
C#
7年多前
0
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET native compiler toolchain. http://dot.net
C#
7年前
115725 dreamcom 1578918208
0
内容可能含有违规信息
C#
10年多前
130407 cuteant 1578918902
0
A complete build of System.Threading.Tasks.Dataflow for .NET 4.0+
C#
10年前
0
使用Windows服务启动cmd或者bat命令
C#
6年多前
367548 fools2015 1578921699
0
手工实现的一个base64编码算法,性能优于dotnet自带函数, 仅 45 行代码
C#
7年多前

搜索帮助