随笔分类 - 微软技术 ASP.NET Core、Net Core / 设计模式 与 C#语法
摘要:.Net 的 REST 库 RestSharp,及相关的 httpclient: 1、(推荐应用!) RestSharp : https://restsharp.dev/ https://github.com/restsharp/RestSharp 使用文档:https://restsharp.de
阅读全文
摘要:一个国产 .Net 开发移动应用的工具:smobiler,使用类 Winform 技术,拖拉控件: https://www.smobiler.com/index.html
阅读全文
摘要:CheckUpdate.Net Winform/WPF 桌面程序更新包,开源程序: 来源:https://gitee.com/xcong/CheckUpdate.Net
阅读全文
摘要:Aspnet Core 代码无处不是 Builder 模式,举例:配置建造 IConfigurationBuilder、通用主机 IHostBuilder、 配置中间件的:IApplicationBuilder等; 到处是 内置委托 Action<T1,...> 作为 函数的参数。 Builder
阅读全文