文章分类 -  Dotnet

.net core5 summary 课程记录 Pay for what use
摘要:1. .net core 默认集成了 Kestrel。IIS对于.netcore 的作用是监听转化,所以一般都是ngix+Kestrel. 2. 命令行启动.netcore /bin/xxx.dll urls=http://localhost:portnumber --port:portnumber 阅读全文

posted @ 2021-03-15 15:03 developer1980 阅读(91) 评论(0) 推荐(0)

.net core 问题汇总
摘要:2 . Access return Server:Microsoft-HTTPAPI/2.0 404 Solution : Open regedit Add UrlSegmentMaxLength DWORD 512 in the HKEY_LOCAL_MACHINE\System\CurrentC 阅读全文

posted @ 2020-08-14 14:09 developer1980 阅读(115) 评论(0) 推荐(0)

.net core api
摘要:.net core dynamic type as argument . 3-1、在Net core3.0以后,微软移除了Newtonsoft.Json,而使用了System.Text.Json,所以依赖于Newtonsoft.Json的组件将不可用,需要安装 Microsoft.AspNetCor 阅读全文

posted @ 2020-07-28 08:46 developer1980 阅读(199) 评论(0) 推荐(0)

how to create .netcore project
摘要:1. Install Visual Studio Code 2. Install the .NET Core SDK 3 create the project mkdir TodoApi cd TodoApi dotnet new webapi -o APILayer dotnet new mvc 阅读全文

posted @ 2020-03-26 09:36 developer1980 阅读(89) 评论(0) 推荐(0)

log4net feature
摘要:Feature 1 Output to multiple logging targets can output database , file ,udp ect. 2 Hierarchical logging architecture can specify which compont output 阅读全文

posted @ 2020-03-17 11:21 developer1980 阅读(62) 评论(0) 推荐(0)

Dotnet Core Use EF.core initial project
摘要:reference websit :https://www.entityframeworktutorial.net/efcore/install-entity-framework-core.aspx 1 create .net core project Add new project. Add se 阅读全文

posted @ 2019-09-09 17:15 developer1980 阅读(85) 评论(0) 推荐(0)

导航