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
  • 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
    • 10.0: Adding Message Entity
    • 10.1: Add Service Method and DTOs
    • 10.2: Add Messages Controller
    • 10.3: Add Inbox and Outbox Service Methods
    • 10.4: Getting Message Threads/Conversations
    • 10.5: Building the Message Component in Angular
    • 10.6: Inbox / Outbox Template
    • 10.7: Adding Conversations to MemberDetailComponent
    • 10.8: Sending Messages
    • 10.9: Deleting Messages
    • 10.10: Marking Messages as Read
  • 11 - Appendix
  • Eleven Fifty Style Guide
Powered by GitBook
On this page

10 - Messaging

10.0: Adding Message Entity10.1: Add Service Method and DTOs10.2: Add Messages Controller10.3: Add Inbox and Outbox Service Methods10.4: Getting Message Threads/Conversations10.5: Building the Message Component in Angular10.6: Inbox / Outbox Template10.7: Adding Conversations to MemberDetailComponent10.8: Sending Messages10.9: Deleting Messages10.10: Marking Messages as Read
Previous9.4: Displaying Followers in Followers ComponentNext10.0: Adding Message Entity

Last updated 7 years ago