-
Notifications
You must be signed in to change notification settings - Fork 32
ASP.Net Core with Razor Pages Tech References
Lambert Wang edited this page Aug 16, 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: Razor pages start
More info on Razor pages: Razor pages docs
- First-time setup
- Contributing using git
- Local Development Environment Setup
- External Authentication Setup
- Build and run locally
- Best practices
- Common Errors
- Making a page Event aware
- Making your page aware of the current user
- PageFilter and on page authorization check example
- Updating the DataModel and or Database Schema
- Debugging the database locally
- FAQ
- Onboarding
- Puzzle setup
- Puzzle properties defined
- Webification
- Unlock a puzzle for a team
- Setting up hints
- Puzzle lockout
- Annotations