冠军

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页

2022年3月5日

HttpClientFactory in ASP.NET Core 2.1 Part 2:定义命名和类型化的客户端

摘要: 深入介绍使用它的两种方式:命名客户端和类型化客户端 阅读全文

posted @ 2022-03-05 19:35 冠军 阅读(58) 评论(0) 推荐(0) 编辑

HttpClientFactory in ASP.NET Core 2.1 Part 1 介绍

摘要: HttpClientFactory in ASP.NET Core 2.1 Part 1 原文地址:https://www.stevejgordon.co.uk/introduction-to-httpclientfactory-aspnetcore 在 ASP.NET Core 2.1 中带来了一 阅读全文

posted @ 2022-03-05 19:34 冠军 阅读(45) 评论(0) 推荐(0) 编辑

ASP.NET Core IHostBuilder

摘要: HostBuilder 很显然,HostBuildr 就是用来构建 Host 的构建器。 IHostBuilder 定义 通过 Build() 方法,构建器返回构建的 IHost 对象实例。 具体怎么构建呢?IHostBuilder 提供了多个扩展点,允许我们对构建过程进行扩展。 Configure 阅读全文

posted @ 2022-03-05 19:31 冠军 阅读(1346) 评论(0) 推荐(1) 编辑

ASP.NET Core: ConfigurationBuilder

摘要: 在 ASP.NET Core 中,大量使用了建造模式 Builer,从类型的名称就可以看出来这一点,例如 HostBuilder、ConfigurationBuilder 等等。 建造模式是对象的创建模式,建造模式可以将一个产品的内部实现与产品的生成过程分离开来。从而可以使一个建造过程生成具有不同的 阅读全文

posted @ 2022-03-05 19:31 冠军 阅读(633) 评论(0) 推荐(0) 编辑

使用 OpenXML 创建第一个 Word 文档

摘要: using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordprocessing; public class OpenXmlSample { public void CreateWordDoc(string fil 阅读全文

posted @ 2022-03-05 19:29 冠军 阅读(203) 评论(0) 推荐(0) 编辑

理解 ASP.NET Core:Cookie 认证

摘要: 理解 ASP.NET Core:Cookie 认证 ASP.NET Core 内置提供了基于 Cookie 的认证支持。在使用 Cookie 验证的时候,相关的三要素; 认证模式名称;CookieAuthenticationDefaults.AuthenticationScheme namespac 阅读全文

posted @ 2022-03-05 19:29 冠军 阅读(590) 评论(0) 推荐(0) 编辑

精通 ASP.NET Core MVC (第 7 版) 源码下载

摘要: 将使用的 .NET 版本更新到 5.0 版本。 GitHub 地址:https://github.com/haoguanjun/pro-asp.net-core-mvc-2 阅读全文

posted @ 2022-03-05 19:28 冠军 阅读(449) 评论(0) 推荐(0) 编辑

OpenType 字体文件组织结构

摘要: OpenType 字体格式的关键特征是 TrueType 的 “封装”,它以常规和可扩展的方式,为表的集合提供组织方式。 阅读全文

posted @ 2022-03-05 19:25 冠军 阅读(379) 评论(0) 推荐(0) 编辑

PDF 图书

摘要: 2 本主要的 PDF 图书 阅读全文

posted @ 2022-03-05 19:23 冠军 阅读(15) 评论(0) 推荐(0) 编辑

使用 VS Code 徒手构建 PDF 文件

摘要: 使用 VS Code 和 HEX Editor 插件,就可以徒手创建 PDF 文件。 阅读全文

posted @ 2022-03-05 19:23 冠军 阅读(205) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页