How To Code A To Do List In C# | Programming Tutorial For Beginners

Sdílet
Vložit
  • čas přidán 31. 03. 2023
  • Hey everyone!
    In today's video, we talk about how to make a very popular and simple concept program: The to do list. To do lists are critical to our everyday lives and what better way to practice your coding skills then to code one yourself? Enjoy!
    Thanks for watching! :)
    This project is available on GitHub at
    --------------------------------------------------------------------------------------
    github.com/ShaunHalverson/ToD...
    Add Me On Discord!
    --------------------------------------------------------------------------------------
    Username: Shaun(Hashtag)5626
    Want to see more?
    --------------------------------------------------------------------------------------
    / @shaunhalverson
    Legal Disclaimer
    --------------------------------------------------------------------------------------
    Assets in the thumbnail & video were provided by artists on
    www.canva.com
    The art used in this video is from Canva and is used solely for the purpose of enhancing or demonstrating these coding tutorials. I do not claim ownership or credit for any of the art shown in this video. I am a paid member of Canva Pro and have the rights to use the art in this video as outlined in my membership agreement. If you have any questions about the use of the art in this video, please contact me.
    Video Tags
    --------------------------------------------------------------------------------------
    Software Engineering / Programming for beginners / variables types / computer science / compsci / coding for beginners / learn how to program / learn how to code / C# variables / python for beginners / coding tutorial / programming tutorial
    #programming #tutorial #learntocode

Komentáře • 23

  • @carlramasta9483
    @carlramasta9483 Před 9 měsíci +1

    thank you so much I really need to make to do list on my class, much much needed ty!! i just got an idea. ty for sharing knowledge btw im from philippines!!!

  • @JalenShawOfficial
    @JalenShawOfficial Před 2 měsíci

    such a short video taught me so much thanks man!

  • @zooragefxck7249
    @zooragefxck7249 Před rokem +1

    Thanks to show us how to practice in coding

  • @AzoTup
    @AzoTup Před rokem

    Thank you very much

  • @engelbertgomez3636
    @engelbertgomez3636 Před 8 měsíci

    This is just what I was looking for 😎

  • @64imma
    @64imma Před 9 měsíci +2

    Is there a way to store the contents of the data table in a separate file, or even database, so that way, if you launch the app after saving items, it will be able to remember them and display them again?

    • @Am-oz3dy
      @Am-oz3dy Před 5 měsíci +1

      Yes, you have to do it through streamwriter and that will create a file thats gonna store the text.

  • @jonlbs7
    @jonlbs7 Před 11 měsíci

    Awesome tutorials.. On this one I can't get passed the PoP Up.. "Form1 does not contain a definition for 'AutoScalMode'..

  • @psilo8702
    @psilo8702 Před 8 měsíci +2

    hi mate how do I code in for it to save the information, so when you reopen the application the previous data is still there? right now everything is cleared when i reopen

    • @Sasyyk
      @Sasyyk Před 5 měsíci

      If you understand how to do it, please write

  • @harshdambhare4449
    @harshdambhare4449 Před 2 měsíci

    how to package and publish the application?

  • @clarkkentgwapo1
    @clarkkentgwapo1 Před 2 měsíci

    How to connect in mysql?

  • @JuubiDimension
    @JuubiDimension Před rokem

    need a maui tutorial

  • @Pablobdg
    @Pablobdg Před rokem +1

    I have one problem. I publish your program as exe and run it on my PC. But every time I open exe all notes are gone. Could you make tutorial how to make program that remembers my input every time I open exe?

    • @alanray3655
      @alanray3655 Před rokem

      hey pablo, did you ever figure this one out? I have the same issue as well unfortunately.

    • @lucazz_e
      @lucazz_e Před 2 měsíci

      i think you need an sql database or smth

    • @Agnotke
      @Agnotke Před 2 měsíci

      You need a database for that sir

  • @user-of8vy2vm7z
    @user-of8vy2vm7z Před 2 měsíci

    Assalomu aleykum thank you so much

  • @tristangabrielo
    @tristangabrielo Před 10 měsíci

    I was hoping to do this but can’t continue with your video since you just jumped right in with a panel on screen, I don’t know where to find a panel and now I’m afraid that this tutorial and many from you will skip a lot, I’m too newbie which ain’t your fault but would be good to see a warning that this requires you to have some experience

  • @cayenigma
    @cayenigma Před 5 měsíci +1

    Ok, this video has no information about tasks and todolists in async or anything. This video only shows how to make a functional Windows Form app.

  • @DannyBoy443
    @DannyBoy443 Před 9 měsíci

    So, this a nice little project, but are we supposed to know C# already at a high level? lol. I'm confused.

    • @64imma
      @64imma Před 9 měsíci

      I just finished the tutorial. I'm fairly new to the C# language (though I've been working with python for a year now), though I personally didn't find this too hard to understand. What helped clear up any confusion I had was simply by rereading the code and exploring the files a bit further.