Skip to content

ASP.Net Core with Razor Pages Tech References

asyasky edited this page Aug 15, 2018 · 3 revisions

This project is based on the Visual Studio 2017 ASP.Net Core template using Razor pages. The primary language is C#, with html for UI, and Entity Framework Core for the database creation/connection.

If you aren't familiar with these technologies and their best practices start here: https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-2.1

More info on Razor pages: https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-2.1&tabs=visual-studio

Clone this wiki locally