MagicMirror-Tutorial icon indicating copy to clipboard operation
MagicMirror-Tutorial copied to clipboard

Source code to go along with the Magic Mirror tutorial project. Each branch contains the code as-is at the end of the named lesson. E.G.: Backend Lesson 3 will start with the code from branch backend-...

MagicMirror-Tutorial

Source code to go along with the Magic Mirror tutorial project "Learn C# by building an IOT Magic Mirror."

Online tutorials available here: https://www.youtube.com/playlist?list=PLi5N5AdsklLaWNAxsA5wrBJzptJlf8LjT

alt text

Each branch contains the code as-is at the end of the named lesson. E.G.: Backend Lesson 3 will start with the code from branch backend-chapter-2

Topics to be taught in this course

  • C#
  • Layered Applications
  • Dependency Injection
  • AutoMapper
  • UWP
  • Ai Assistants like Cortana and Alexa
  • Async Programming
  • Test Driven Design
  • Unit Testing
  • Mocking
  • Using online API's
  • Best Practices
  • And many more