Completed
File Associations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core and SignalR - Building a Real-Time Chat Application
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Project Setup
- 3 File Associations
- 4 Adding Static Files
- 5 Importing CSS
- 6 Body Tag
- 7 Navigation Bar
- 8 Menu Buttons
- 9 Room Button
- 10 Chat
- 11 Chat Background
- 12 Message Header
- 13 Message Width
- 14 Side Menu Width
- 15 For Loop
- 16 Fixing Content Flex
- 17 Flexbox Trick
- 18 Chat Input
- 19 Chat Button
- 20 Simple UI
- 21 Message ID
- 22 User ID
- 23 Chat Type
- 24 Structure
- 25 Database Context
- 26 AppDBContext
- 27 Connection String
- 28 Database
- 29 Creating Rooms
- 30 Creating Model
- 31 Styling Model
- 32 Making Model Work