-
Notifications
You must be signed in to change notification settings - Fork 540
Material
01/11/2020
Lesson twitch channel:
https://www.twitch.tv/kaisinnel
Youtube channel: https://www.youtube.com/channel/UCP7PpfoclCVXREe1wOZZlhQ?view_as=subscriber
Lesson 1: variables and console
Slides: https://docs.google.com/presentation/d/1k3hNBxZSCWA2uAF8XA5mBVM-zgG7UcFi_0t2nN1Zaak/edit?usp=sharing
Code: https://github.com/Almantask/CSharp-From-Zero-To-Hero/blob/Chapter1/Lesson/Variables-And-Console/Src/BootCamp.Chapter1/Program.cs
Twitch video: https://www.twitch.tv/videos/534459142
01/14/2020
Wiki: https://github.com/csinn/CSharp-From-Zero-To-Hero/wiki/Lesson-1:-Variables,-Visual-Studio-and-Console
01/15/2020
Lesson 2: Git and work with it in VS
Slides: https://docs.google.com/presentation/d/1wmfYL9QZR2amAVHCrbeObsJ5MQkk9buWDDJHqZbcbdM/edit?usp=sharing
Twitch: https://www.twitch.tv/videos/536484650
Youtube: https://www.youtube.com/watch?v=PNOSbXjQD9o
Wiki: https://github.com/csinn/CSharp-From-Zero-To-Hero/wiki/Github-In-Vs
Learn branching: https://learngitbranching.js.org/
01/18/2020
Lesson 3: Functions
Slides: https://docs.google.com/presentation/d/1p5SWHATsSFk7WQlm183JLFFDUa9xV64ZhIwYJnfCxKs/edit?usp=sharing
Twitch: https://www.twitch.tv/videos/538049307
Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/Functions
Youtube: https://youtu.be/oEkjT56I_fk
01/22/2020
Lesson 4: Logical flow
Slides: https://docs.google.com/presentation/d/1UBuFbvh4H7CtyCP9NnWOa3cTOZmb8zjDJjZCxhG-D2I/edit?usp=sharing
Twitch: https://www.twitch.tv/videos/540125670
Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/blob/Chapter1/Lesson/Logical-Flow/Src/BootCamp.Chapter/Program.cs
Youtube: https://youtu.be/uuCx4T3NqmU
01/25/2020
Lesson 5: Loops and arrays
Slides: https://docs.google.com/presentation/d/1drg2UNGkh2SypFR5MH7pcNbUYlii-tQXqVkh1qQh_Z0/edit?usp=sharing
Twitch: https://www.twitch.tv/videos/541694181
Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/Arrays-And-Loops
Youtube: https://youtu.be/9ujXBUQx3Ns
01/29/2020
Lesson 6: Debugging
Slides: https://docs.google.com/presentation/d/1lZIrCHTiHfWRxeP1X9upnayI0TtVmeYut0-Z13z_FpQ/edit?usp=sharing
Twitch video: https://www.twitch.tv/videos/543731388
Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/Debugging
Youtube: https://youtu.be/dNe6-lPN6OE
02/02/2020
Lesson 7: String
Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/String
Youtube: https://youtu.be/SWMxiZyl9H0
Code: https://github.com/csinn/CSharp-From-Zero-To-Hero/blob/Chapter1/Lesson/String/Src/BootCamp.Chapter/Program.cs
02/06/2020 Lesson 8: files and errors Twitch: https://www.twitch.tv/videos/547807203?t=00h11m20s Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/Files-And-Errors/Src/BootCamp.Chapter Slides: https://docs.google.com/presentation/d/11jD_TazdFlS6sUA4w2yZYgPZc8UK9aV0i0X5S-Ck_xY/edit?usp=sharing Youtube: https://youtu.be/K-ca77WPkAY
Lesson 9: encoding Twitch: https://www.twitch.tv/videos/549457344 Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/Encoding Slides: https://docs.google.com/presentation/d/1xLch_r4sAV47Eek8fzDh2tY9DMgTVGoMe2Sb6CP_3hk/edit?usp=sharing Youtube: https://youtu.be/SykWr2LAr0s
Lesson 10: Random Twitch: https://www.twitch.tv/videos/550929521 Git: https://github.com/csinn/CSharp-From-Zero-To-Hero/tree/Chapter1/Lesson/Random Slides: https://docs.google.com/presentation/d/1qG7JcR2hWir_mml4y6ndw1WeNe7QJcIvc-iv-bAoSeY/edit?usp=sharing Youtube: https://youtu.be/2ZhiQ4lCHsA
Chapter 1: Fundamentals
Chapter 2: Object Oriented Programming (to be started 2/19/2020)
Chapter 3: Intermediate C# (Q2)
Chapter 4: Testing (Q2)
Chapter 5: SOLID (Q2)
Chapter 6: Desktop UI (Q2)
Chapter 7: Design Patterns (Q3)
Chapter 8: EF and enterprise patterns (Q3)
Chapter 9: Async programming (Q3)
Chapter 10: Web Api (Q3)
Chapter 11: Security (Q4)