DotNet-302-Core
Ctrlk
  • Introduction
  • 1 - Intro and Setup
  • 2 - Add Users and Authentication
  • 3 - Client-side Login and Register
  • 4 - Improving the User Model
    • 4.0: Extending User Entity
    • 4.1: Run Migration
    • 4.2: Generating Seed Data
    • 4.3: Seeding the Database
    • 4.4: Adding User DTOs
    • 4.5: Adding Extension Method
    • 4.6: Adding User Service
    • 4.7: Adding Users Controller
  • 5 - Displaying Users on the Client
  • 6 - Handling Errors
  • 7 - Editing Profiles and Uploading Photos
  • 8 - Pagination, Sorting, and Filtering
  • 9 - Following Users
  • 10 - Messaging
  • 11 - Appendix
  • Eleven Fifty Style Guide
Powered by GitBook
On this page

4 - Improving the User Model

4.0: Extending User Entity4.1: Run Migration4.2: Generating Seed Data4.3: Seeding the Database4.4: Adding User DTOs4.5: Adding Extension Method4.6: Adding User Service4.7: Adding Users Controller
Previous3.6: Improving AuthenticationNext4.0: Extending User Entity

Last updated 7 years ago