Code at end of lesson:
github.com/MichWouters/MagicMirror-Tutorial/tree/backend-chapter-1
Download .Net core Sdk:
www.microsoft.com/net/download/windows
Build a simple .Net core 2.0 app
Today’s topics:
– Classes, Methods and properties
– .Net core 2.x
– Namespaces
– String interpolation
– Best practices
Previous lesson:
www.youtube.com/edit?o=U&video_id=Vo3-zmvbjz8
Next lesson:
Coming soon!
Full source code:
github.com/MichWouters/magic-mirror
Leave a Reply
11 Comments on "Magic Mirror – Chapter 1 – Net core 2.0 app, Back end"
I'm a full beginner and i'm asking myself why don't you use a rpi with the magic mirror program installed on it?
CodeBit ok thanks a lot 😉
I don't see why he wouldn't be able to do that. .NET Core apps can run on Linux, and if you want to have a UWP app then I guess you can run Windows IoT on a raspberry pi (I haven't tried it myself).
First of all thank you very much for your great work! It's clear and easy to understand. And secondly i love your dutsch accent !
Wouldn't it be more consistent to return UserInformation from the "GetInformation" method, and then assign it to the private property?_userInformation = GetInformation();Maybe even rename it to "GetUserInformation"?
Good point. I've updated the code in the Github repo.
Great. When is the next tutorial being uploaded? 🙂
Awesome. I'll use the downtime to study C#/.NET more in-depth then. 🙂
Hi CodeBit. I'm planning on releasing a new video every 2 weeks on monday evening so the next part should be released on the 19th of March. Can't promise if I'll be able to keep meeting these deadlines since these videos take quite a bit of time to make, But I'll try to stick to shedule 🙂
Thanks Michiel