Completed
MVC Web API
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Is Your Code Ready for .NET Core
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 API Porting
- 3 What makes NET Core
- 4 NET Core works on Windows
- 5 Core RT
- 6 HTTP
- 7 MVC
- 8 Entity Framework Core
- 9 Project Jason
- 10 Missing APIs
- 11 No MSBuild
- 12 XML
- 13 System Runtime
- 14 The biggest problem
- 15 Is your code ready
- 16 The reality
- 17 ASPNET Web Forms
- 18 Windows Forms
- 19 MVC Web API
- 20 Differences with NET Core
- 21 What is an Integrated Pipeline
- 22 What is middleware
- 23 See your code
- 24 Config
- 25 Static Files
- 26 Dependency Injection
- 27 Configure Services
- 28 Configuration
- 29 Configuration Builder
- 30 Logging
- 31 Logger Factory
- 32 Tag Helpers
- 33 helpers
- 34 clean up
- 35 Entity Framework
- 36 Entity Framework Configuration
- 37 Stress
- 38 App Domains
- 39 Cryptography APIs
- 40 Things you shouldnt count on
- 41 Win32 Interop
- 42 Linux