摘要: 参考网址: https://www.cnblogs.com/zpyplan/p/9565863.html 一、EF的简单介绍,EF是一种通过映射操作实现数据交互的ORM框架技术 二、简单使用 1、安装EntityFrameWork(通过工具-NeGet程序包管理-管理NeGet程序包来安装或者添加引 阅读全文
posted @ 2021-09-29 18:35 MaxBruce 阅读(1086) 评论(0) 推荐(0)
摘要: 参考网址:https://www.cnblogs.com/HR-LY/p/4969165.html using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.M 阅读全文
posted @ 2021-09-29 10:15 MaxBruce 阅读(249) 评论(0) 推荐(0)
摘要: 参考网址: https://www.cnblogs.com/pangguoming/p/7495090.html 上一次提到,我们的WCF程序宿主是发布到IIS上面的。虽然这样做未尝不可,不过不便于我们进行“开始”或“停止”WCF服务的操作。所以再次尝试了编写以窗体应用程序作为WCF服务宿主的方式, 阅读全文
posted @ 2021-09-29 09:37 MaxBruce 阅读(310) 评论(0) 推荐(0)