Completed
GitHub
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Porting MVVM Light to .NET Standard - Lessons Learned
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Sharing code
- 3 Portable class libraries
- 4 Demo
- 5 What is NET Core
- 6 Linux Demo
- 7 MVVM Light
- 8 Demo of the port
- 9 GitHub
- 10 Open MVVM in Visual Studio
- 11 Building the Project
- 12 API Error
- 13 Not in NET Standard
- 14 Why did I do that
- 15 Lets create a project
- 16 Lets implement the service
- 17 Building the utility
- 18 Registering the service
- 19 Publishing the service