随笔分类 - 微软技术 ASP.NET Core、Net Core / NetCore_EFCore_XPO 开发 WebApi_Odata
摘要:NET Core 社区的工具 -- https://github.com/dotnetcore 1、WebApiClient 2、FreeSql 3、BootstrapBlazor
阅读全文
摘要:使用 NetCore 或者 Net5、EFCore,连接 Oracle 数据库,必须安装 两个 Nuget 包: 1)、Oracle.ManagedDataAccess.Core ; 2)、Oracle.EntityFrameworkCore; 参考提示(微软官方文档): EF Core 数据库提供
阅读全文
摘要:Dotnet 源代码 github地址:https://github.com/dotnet/core/tree/v5.0.0 HttpClient 是否Dotnet 客户端调用 RestAPI 接口的类,开源的还有 RestSharp (https://restsharp.dev), HttpCli
阅读全文
摘要:Ext.NET -- Net平台的 ExtJS 打包框架(适合Webform\MVC) : EXT.NET is a premium ASP.NET component framework powered by Sencha Ext JS.🚀 Launch your web app to the
阅读全文
摘要:FreeSQL 关注一下这个新ORM框架,dotnetcore/FreeSql 好像与dotnetcore 有密切关系。https://github.com/dotnetcore/FreeSql/wiki 基于它开发的一个后台管理Admin: https://www.admin.zhontai.ne
阅读全文
摘要:OData:https://www.odata.org/ecosystem/ OData官方消息:https://devblogs.microsoft.com/odata/
阅读全文
摘要:( 推荐!)smartadmin.core.urf 一个基于 smartadmin.core 的开发框架,学习! 采用 SmartAdmin - ASP.NET Core Responsive WebApp 模版开发, https://github.com/neozhu/smartadmin.cor
阅读全文
摘要:20 Free Bootstrap Admin Panel Templates 2019: https://adminlte.io/blog/free-admin-panels
阅读全文
摘要:Devexpress 用于 .NetCore MVC 及 Web客户端开发的控件 : 1、DevExtreme (https://js.devexpress.com/ https://js.devexpress.com/DevExtreme/) : 一个 Javascript 库,包装出 AspNe
阅读全文
摘要:一个国产的AspNet Core 快速开发框架 WTM : https://www.oschina.net/p/wtm https://github.com/dotnetcore/WTM 教学视频:https://www.bilibili.com/video/BV1Z7411H7bD/?spm_id
阅读全文
摘要:.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
阅读全文
摘要:WinForm 用浏览器控件 及 C#开发的 Chrome 内核浏览器: 1、WinForm 用浏览器控件 : http://cefsharp.github.io/ https://github.com/cefsharp/CefSharp 2、C#开发的 Chrome 内核浏览器: sharpbro
阅读全文
摘要:Radzen : https://www.radzen.com/ 文档 : https://www.radzen.com/documentation/ 组件 : Radzen Blazor Components : https://blazor.radzen.com/ Radzen Blazor C
阅读全文
摘要:serenity 开发框架:https://github.com/volkanceylan/Serenity https://serenity.is/ VS模版: https://marketplace.visualstudio.com/items?itemName=VolkanCeylan.Ser
阅读全文
摘要:API 测试工具 图形化界面: 1、Postman 官方网站下载 https://www.getpostman.com/downloads/ 2、ApiPost 国产工具, ApiPost - 可直接生成文档的API调试、管理工具 https://www.apipost.cn/ 2、Delphi A
阅读全文
摘要:1、表 AspNetUserTokens 有四个字段 UserId(关联用户表) 、LoginProvider 、Name、Value 。 用于外部验证的 token 存储,被方法 SignInManager.UpdateExternalAuthenticationTokensAsync 填写。 内
阅读全文
摘要:《ASP.NET Core[源码分析篇] - Authentication认证》: https://cloud.tencent.com/developer/article/1498055 《理解ASP.NET Core验证模型(Claim, ClaimsIdentity, ClaimsPrincip
阅读全文
摘要:学习:《asp.net core 3.x Endpoint终结点路由1-基本介绍和使用》、《ASP.NET Core 2.2 : 十六.扒一扒新的Endpoint路由方案》 《.netcore入门16:aspnetcore之终结点路由工作原理》、《.netcore入门13:aspnetcore源码之
阅读全文
摘要:学习:《asp.net core 3.x 授权中的概念》、《asp.net core 3.x 授权默认流程》 在 Controller 中可以这样标注特性 /*注意,这里的名字取决于你添加AuthenticationHandler时的名字*/ [ApiController][Route("api/[
阅读全文