# 在线面试题库WIndows版 **Repository Path**: wei-yong-wei/examrepository ## Basic Information - **Project Name**: 在线面试题库WIndows版 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-10 - **Last Updated**: 2022-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在线面试题库WIndows版 ## ExamBase WPF项目 ## ExamRepositoryWebAPI ASP.NET core WebAPI项目,目前只支持使用sqlsever作为数据库,第一次运行前,可以通过.NET CLI或程序包管理控制台创建并应用数据迁移 ``` //.NET CLI dotnet ef migrations add InitialCreate dotnet ef database update ``` ``` //程序包管理控制台 Add-Migration InitialCreate Update-Database ```