随笔分类 -  微软技术 ASP.NET Core、Net Core

摘要:NET Core 社区的工具 -- https://github.com/dotnetcore 1、WebApiClient 2、FreeSql 3、BootstrapBlazor 阅读全文
posted @ 2021-07-21 09:19 Hopesun 阅读(231) 评论(0) 推荐(0) 编辑
摘要:使用 NetCore 或者 Net5、EFCore,连接 Oracle 数据库,必须安装 两个 Nuget 包: 1)、Oracle.ManagedDataAccess.Core ; 2)、Oracle.EntityFrameworkCore; 参考提示(微软官方文档): EF Core 数据库提供 阅读全文
posted @ 2021-05-25 14:24 Hopesun 阅读(1978) 评论(0) 推荐(0) 编辑
摘要:Dotnet 源代码 github地址:https://github.com/dotnet/core/tree/v5.0.0 HttpClient 是否Dotnet 客户端调用 RestAPI 接口的类,开源的还有 RestSharp (https://restsharp.dev), HttpCli 阅读全文
posted @ 2021-05-21 15:08 Hopesun 阅读(701) 评论(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 阅读(405) 评论(0) 推荐(0) 编辑
摘要:( 推荐!)smartadmin.core.urf 一个基于 smartadmin.core 的开发框架,学习! 采用 SmartAdmin - ASP.NET Core Responsive WebApp 模版开发, https://github.com/neozhu/smartadmin.cor 阅读全文
posted @ 2020-10-08 20:26 Hopesun 阅读(399) 评论(0) 推荐(0) 编辑
摘要:Serenity (https://serenity.is/)是一个快速开发工具,通过实体标注,自动生成前端页面。 使用 https://marketplace.visualstudio.com/items?itemName=VolkanCeylan.SereneSerenityApplicatio 阅读全文
posted @ 2020-08-27 17:00 Hopesun 阅读(240) 评论(0) 推荐(0) 编辑
摘要:1、Asp.Net MVC EF各版本区别: https://www.cnblogs.com/liangxiaofeng/p/5840754.html 2、MVC ASP.NET MVC各个版本的区别 : https://www.cnblogs.com/zlp520/p/6899751.html 3 阅读全文
posted @ 2020-08-18 15:44 Hopesun 阅读(236) 评论(0) 推荐(0) 编辑