文章分类 -  ASP Net Core

Everything about asp .net core will post here.
摘要:需要在档案最上端输入 using Microsoft.EntityFrameworkCore; Database Context (简称 DbContext) 是 Entity Framework里的一个 class,它是一个数据库实体 (Entity)。 要使用DbContext, 必须继承它,并 阅读全文
posted @ 2019-03-23 21:34 Vui 阅读(391) 评论(0) 推荐(0)
摘要:最近开始碰 ASP .NET Core,直接去学习它提供的MVC框架。“MVC” 这三个字看起来很难以入门,请教大神指点迷经之后才发现原来是那么的容易理解。注意,是理解啊! MVC原本的字是: Model, View, Controller 这三个东西。 这里以汽车来简约讲解MVC概念: View 阅读全文
posted @ 2019-03-10 23:15 Vui 阅读(359) 评论(0) 推荐(0)