随笔分类 -  微软技术 ASP.NET Core、Net Core / Blazor & Abp、Radzen 新的框架

摘要:由于 XAF 的 Aspnet版本没有 CategorizedListEditor,如何自行定义一个? 参考: 1、Tree List Editors - How to represent objects of the ICategorizedItem type in ASP.NET 2、How t 阅读全文
posted @ 2021-09-06 14:35 Hopesun 阅读(89) 评论(0) 推荐(0) 编辑
摘要:NET Core 社区的工具 -- https://github.com/dotnetcore 1、WebApiClient 2、FreeSql 3、BootstrapBlazor 阅读全文
posted @ 2021-07-21 09:19 Hopesun 阅读(216) 评论(0) 推荐(0) 编辑
摘要:在 Blazor 应用中使用 DevExtreme widgets: https://supportcenter.devexpress.com/ticket/details/t886810/how-to-use-devextreme-widgets-in-blazor-applications/# 阅读全文
posted @ 2021-05-19 15:06 Hopesun 阅读(122) 评论(0) 推荐(0) 编辑
摘要:FreeSQL 关注一下这个新ORM框架,dotnetcore/FreeSql 好像与dotnetcore 有密切关系。https://github.com/dotnetcore/FreeSql/wiki 基于它开发的一个后台管理Admin: https://www.admin.zhontai.ne 阅读全文
posted @ 2020-11-08 21:12 Hopesun 阅读(401) 评论(0) 推荐(0) 编辑
摘要:OData:https://www.odata.org/ecosystem/ OData官方消息:https://devblogs.microsoft.com/odata/ 阅读全文
posted @ 2020-10-29 23:05 Hopesun 阅读(191) 评论(0) 推荐(0) 编辑
摘要:组件: 1、Ant Design Blazor(国产、官方): https://ant-design-blazor.gitee.io/zh-CN/ (Github:) https://github.com/ant-design-blazor/ant-design-blazor Ant Design 阅读全文
posted @ 2020-10-22 15:05 Hopesun 阅读(2090) 评论(1) 推荐(0) 编辑
摘要:Devexpress 用于 .NetCore MVC 及 Web客户端开发的控件 : 1、DevExtreme (https://js.devexpress.com/ https://js.devexpress.com/DevExtreme/) : 一个 Javascript 库,包装出 AspNe 阅读全文
posted @ 2020-09-10 23:36 Hopesun 阅读(907) 评论(0) 推荐(0) 编辑
摘要:一个国产的AspNet Core 快速开发框架 WTM : https://www.oschina.net/p/wtm https://github.com/dotnetcore/WTM 教学视频:https://www.bilibili.com/video/BV1Z7411H7bD/?spm_id 阅读全文
posted @ 2020-08-30 13:14 Hopesun 阅读(785) 评论(0) 推荐(0) 编辑
摘要:Serenity (https://serenity.is/)是一个快速开发工具,通过实体标注,自动生成前端页面。 使用 https://marketplace.visualstudio.com/items?itemName=VolkanCeylan.SereneSerenityApplicatio 阅读全文
posted @ 2020-08-27 17:00 Hopesun 阅读(235) 评论(0) 推荐(0) 编辑
摘要:.Net 的 REST 库 RestSharp,及相关的 httpclient: 1、(推荐应用!) RestSharp : https://restsharp.dev/ https://github.com/restsharp/RestSharp 使用文档:https://restsharp.de 阅读全文
posted @ 2020-05-05 09:35 Hopesun 阅读(1755) 评论(0) 推荐(0) 编辑
摘要:1、vue-element-admin 是一个后台前端解决方案,它基于 vue 和 element-ui实现。 https://panjiachen.gitee.io/vue-element-admin-site/zh/ element UI 饿了么 (有三个框架的版本 Angular、React) 阅读全文
posted @ 2020-04-19 07:59 Hopesun 阅读(627) 评论(0) 推荐(0) 编辑
摘要:3、(推荐!)oqtane/oqtane.framework 框架 http://www.oqtane.org 4、Orchard Core :https://github.com/OrchardCMS/OrchardCore https://www.orchardcore.net/ 阅读全文
posted @ 2020-04-04 17:04 Hopesun 阅读(861) 评论(0) 推荐(0) 编辑
摘要:Radzen : https://www.radzen.com/ 文档 : https://www.radzen.com/documentation/ 组件 : Radzen Blazor Components : https://blazor.radzen.com/ Radzen Blazor C 阅读全文
posted @ 2020-04-01 22:05 Hopesun 阅读(1890) 评论(0) 推荐(0) 编辑
摘要:API 测试工具 图形化界面: 1、Postman 官方网站下载 https://www.getpostman.com/downloads/ 2、ApiPost 国产工具, ApiPost - 可直接生成文档的API调试、管理工具 https://www.apipost.cn/ 2、Delphi A 阅读全文
posted @ 2020-03-22 11:32 Hopesun 阅读(563) 评论(0) 推荐(0) 编辑
摘要:1、表 AspNetUserTokens 有四个字段 UserId(关联用户表) 、LoginProvider 、Name、Value 。 用于外部验证的 token 存储,被方法 SignInManager.UpdateExternalAuthenticationTokensAsync 填写。 内 阅读全文
posted @ 2020-03-20 10:03 Hopesun 阅读(1421) 评论(0) 推荐(0) 编辑
摘要:1、官方项目经理Blog : https://devblogs.microsoft.com/aspnet/author/danroth27/ 2、aspnet 的官方: https://devblogs.microsoft.com/aspnet/ 3、官方网站 :https://dotnet.mic 阅读全文
posted @ 2020-03-11 09:00 Hopesun 阅读(917) 评论(0) 推荐(0) 编辑
摘要:《ASP.NET Core[源码分析篇] - Authentication认证》: https://cloud.tencent.com/developer/article/1498055 《理解ASP.NET Core验证模型(Claim, ClaimsIdentity, ClaimsPrincip 阅读全文
posted @ 2020-03-10 15:41 Hopesun 阅读(1097) 评论(0) 推荐(0) 编辑
摘要:blazorboilerplate 的 Startup 类源代码分析: https://github.com/enkodellc/blazorboilerplate/blob/master/src/BlazorBoilerplate.Server/Startup.cs AddIdentity 源代码 阅读全文
posted @ 2020-03-06 10:42 Hopesun 阅读(315) 评论(0) 推荐(0) 编辑
摘要:学习:《asp.net core 3.x Endpoint终结点路由1-基本介绍和使用》、《ASP.NET Core 2.2 : 十六.扒一扒新的Endpoint路由方案》 《.netcore入门16:aspnetcore之终结点路由工作原理》、《.netcore入门13:aspnetcore源码之 阅读全文
posted @ 2020-03-01 16:35 Hopesun 阅读(522) 评论(0) 推荐(0) 编辑
摘要:学习:《asp.net core 3.x 授权中的概念》、《asp.net core 3.x 授权默认流程》 在 Controller 中可以这样标注特性 /*注意,这里的名字取决于你添加AuthenticationHandler时的名字*/ [ApiController][Route("api/[ 阅读全文
posted @ 2020-03-01 08:55 Hopesun 阅读(1792) 评论(0) 推荐(0) 编辑