_Layout.cshtml <!DOCTYPE html> <html> <h […]
EF Core
数据库 MSSQL LocalDB PostgreSQL MySQL/MariaDB Oracle DB2 S […]
Data Annotaions(Model 验证)
Model验证 using System; using System.Collections.Generic; […]
Middleware and Service
The purpose of the ASP.NET Core platform is to receive […]
View Component
View Componet可以代码复用 为什么PartialView不行?无法添加业务逻辑 为什么不要写在Co […]
从头写ASP.NET CORE MVC项目流程
新建项目 使用VS新建ASP.NET CORE 空项目 新建文件结构 添加wwwroot文件夹 添加Contr […]
建立Controller,使用TagHelper
[TOC] 使用MVC相关技术 Controller Tag Helper Settings ViewComp […]
ASP.NET Core 项目说明
[TOC] 项目 文件 Startup Configure app负责配置管道,维护管道中的中间件,中间件注册 […]
WPF中添加图片的设置
在项目中添加图片之后,会提示找不到资源 BitmapImage bImage = new BitmapImag […]
Devexpress WPF布局流程
创建项目 需要用到Devexpress自带的主题,所以需要使用Devexpress的项目,如果用VS的WPF项 […]