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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 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/Sha...
    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

Комментарии • 23

  • @JalenShawOfficial
    @JalenShawOfficial 3 месяца назад

    such a short video taught me so much thanks man!

  • @carlramasta9483
    @carlramasta9483 11 месяцев назад +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!!!

  • @zooragefxck7249
    @zooragefxck7249 Год назад +1

    Thanks to show us how to practice in coding

  • @psilo8702
    @psilo8702 10 месяцев назад +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 6 месяцев назад

      If you understand how to do it, please write

  • @64imma
    @64imma 11 месяцев назад +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 6 месяцев назад +1

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

  • @jonlbs7
    @jonlbs7 Год назад

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

  • @Pablobdg
    @Pablobdg Год назад +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 Год назад

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

    • @lucazz_e
      @lucazz_e 4 месяца назад

      i think you need an sql database or smth

    • @Agnotke
      @Agnotke 3 месяца назад

      You need a database for that sir

  • @cayenigma
    @cayenigma 7 месяцев назад +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.

  • @harshdambhare4449
    @harshdambhare4449 3 месяца назад

    how to package and publish the application?

  • @AzoTup
    @AzoTup Год назад

    Thank you very much

  • @clarkkentgwapo1
    @clarkkentgwapo1 3 месяца назад

    How to connect in mysql?

  • @engelbertgomez3636
    @engelbertgomez3636 9 месяцев назад

    This is just what I was looking for 😎

  • @tristangabrielo
    @tristangabrielo 11 месяцев назад

    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

    • @xShantkax
      @xShantkax 10 месяцев назад

      what do you mean?

  • @user-of8vy2vm7z
    @user-of8vy2vm7z 4 месяца назад

    Assalomu aleykum thank you so much

  • @JuubiDimension
    @JuubiDimension Год назад

    need a maui tutorial

  • @DannyBoy443
    @DannyBoy443 11 месяцев назад

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

    • @64imma
      @64imma 11 месяцев назад

      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.