Introduction
  • Getting Started
  • Remove the Demo Code
  • Get NuGet Packages
Connect to a Database
  • Create a Database
  • Connect to the Database
Create Classes to Manage Data
  • Create a Class (model)
  • Create a Service Class and Interface
Add Web Pages for Add, Editing, Viewing and Deleting Data
  • A Page to Add Data
  • Data Validation and Defaults
  • Using Stored Procedures
  • A Page to List Data
  • Minimal Deuglification
  • Adding Code to Update the Database
  • A Page to Edit Data
  • A Page to Delete Data
Conclusion
  • Get the Code