We're building a "Habit Tracker" Console Application, with C#, Sqlite and Visual Studio Code.
π§π»βπ» Source Code:
Github: https://github.com/cappuccinocodes/c-sharp-academy.01.habit-tracker-vsc
π Website:
https://www.thecsharpacademy.com/
π¨βπ©βπ¦βπ¦ Discord (add me and I'll add you to our community):
pablocappuccino#4729
π₯ .NET Environment Installation
https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60
π C# Beginner Tutorials
Freecodecamp: https://www.youtube.com/watch?v=GhQdlIFylQ8
Teddy Smith: https://www.youtube.com/watch?v=67oWw9TanOk&list=PL82C6-O4XrHfoN_Y4MwGvJz5BntiL0z0D
π Further discussion about topics in this tutorial
Using statements: https://stackoverflow.com/questions/212198/what-is-the-c-sharp-using-block-and-why-should-i-use-it
π Chapters
0:00 - Intro
1:20 - Create Project
4:22 - Create Database and Table
10:30 - Create Main Menu
13:00 - Insert Method
18:10 - Get Method
22:45 - Delete Method
25:00 - Update Method
28:20 - Validation