1- 总览

作者: 俊果果 | 来源:发表于2018-07-15 15:55 被阅读50次

此系列文章为学习笔记,课程来源于youtube 博主 Wes Doyle同名课程系列

此课程会搭建一个全栈的 Web Application,技术要点简介如下:
  • PostgreSQL 数据库存储
  • Entity Framework Core 作为 ORM
  • IdentityServer4Web 作为 STS(Security Token Service)权限等校验
  • ASP .NET Core 2.1 后台逻辑
  • Single-Page Application (SPA) using Angular
相关链接
前期准备工作,安装以下软件
  • .Net core runtime 和 SDK
  • Nodejs(Latest version)(Angular依赖此环境)
  • PostgreSQL
  • Visual Studio Code
  • Cmder (Windows 命令行工具)

换用Win10+VS+SQL SERVER

  1. Start a new solution, and select Full Web Application (Model, View Controller) with Individual User Account. This will create a base with all the dependencies for MVC and ASP.Net Core Identity.
  2. Next through Nuget we add IdentityServer4.AspNetIdentity. This will automatically brings in IdentityServer4 dependency as well.
  3. In order to have a Login, Logout and Consent UI for IS4 server, IS4 team provides a QuickStart UI the has the controllers, views , CSS and models that we can use first to get the login and logout working and then we can merge them into the MVC template we created first.

相关文章

  • 1- 总览

    此系列文章为学习笔记,课程来源于youtube 博主 Wes Doyle 的同名课程系列 此课程会搭建一个全栈的 ...

  • NetworkExtension2-Client开发

    环境 Xcode 11.6 iOS 13 MacOS 10.15 导航 1-总览2-Client开发3-Tunne...

  • NetworkExtension5-App和Extension通

    环境 Xcode 11.6 iOS 13 MacOS 10.15 导航 1-总览2-Client开发3-Tunne...

  • NetworkExtension4-Server开发

    环境 Xcode 11.6 iOS 13 MacOS 10.15 导航 1-总览2-Client开发3-Tunne...

  • NetworkExtension3-Tunnel开发

    环境 Xcode 11.6 iOS 13 MacOS 10.15 导航 1-总览2-Client开发3-Tunne...

  • 1-总览——1-1 原因及背景

    Spring 源码阅读原因及背景 工作低效的一些原因 在工作时经常出现问题,有的问题很明确,例如: XXX bea...

  • 1-总览——1-2 Spring 整体框架

    Spring 整体框架 框架简介 我直接照抄了 《Spring 源码深度解析》 中的 Spring 框架图: 我们...

  • IO

    总览

  • 总览

    192名朝外毕业生(13到16届)共同完成,介绍了79所大学,162个专业。 本站导航 学校(全部) 专业(全部)...

  • 总览

    1 书籍推荐 《Java设计模式》 2 分类 创建型模式 工厂方法模式 抽象工厂模式 单例模式 建造者模式 原型模...

网友评论

      本文标题:1- 总览

      本文链接:https://www.haomeiwen.com/subject/kthppftx.html