Skip to content

Demo project for asp.net core with entity and identity framework.

Notifications You must be signed in to change notification settings

j-o-e-d-o-e/MvcSecSql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvcSecSql

This ASP.NET Core demo uses the entity and identity framework and contains of three child projects:

  • MvcSecSql.Data with services for the ms-sql-db (referenced from latter two projects)
  • MvcSecSql.Ui as the user-interface (mvc) for reading data, i.e. displaying videos etc.
  • MvcSecSql.Admin as the admin interface (razor page) with all crud operations

User interface: screenshot

Admin interface: screenshot1

Materials