How To Code An Inventory Management App In C# | Programming Tutorial | Visual Studio 2022

Поделиться
HTML-код
  • Опубликовано: 24 окт 2022
  • Hey guys!
    In today's video, we are practicing our C# and windows forms skills by creating an inventory management app! Many companies have some sort of inventory system with all kinds of different requirements. This is a great way to test out your skills!
    This project is available on GitHub at
    --------------------------------------------------------------------------------------
    github.com/ShaunHalverson/Inv...
    Add Me On Discord!
    --------------------------------------------------------------------------------------
    Username: Shaun(Hashtag)5626
    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
    Thanks for watching! :)
    Want to see more? Click on this spicy link :D
    / @shaunhalverson
    Assets in the thumbnail were provided by artists on
    www.canva.com
    All art and copyright ownership belongs to the artists on Canva and is under the protection of the Canva pro membership.
    #programming #tutorial #learntocode

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

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

    Love your content it’s so helpful!

  • @_-nexus-_6257
    @_-nexus-_6257 Год назад +7

    Thanks so much! You saved me on a college design project. I tweaked your design a little bit to add two more tables and insert product images into the product table.

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

    Great tutorial and good explanations on implemented functions, tysm bro!

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

    Another AWESOME video .. thank you.. God Bless

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

    Why does this video only have 1k views? It's too good, just what I was looking for to decide which language to learn

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

    hey very nice, i have been working on making a dice roller, slightly more advanced than the one you made an i got stuck on a lot of places cause i simply do not understand how the windowsForms app work yet. But this video made a lot of things clearer for me, so now hopefully i will be able to finish my app.. which i am only making because exploding dice systems don't exist and my friend is an asshole for needing one. CHEERS!

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

    You are so underrated

  • @joannadimpas8300
    @joannadimpas8300 8 месяцев назад

    Nice thanks so much you save my life!! Lol my project is with database tho 😢

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

    King

  • @mootazamouri7234
    @mootazamouri7234 Год назад +2

    Very helpful Video, but I think the application needs more tuning
    For example,
    1) Fields needs to be checked before entering (for example price & quantity with only numbers, )
    2) The table have to be "read only", so you can't modify its content directly whithin (only by Save & Delete btns)
    3) ...
    But this remains a good starting point to beginners as I am, thank you again 😀

  • @tinluong
    @tinluong 8 месяцев назад

    Thanks too much if can add in Search Box tutorial

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

    On the layout how do you change the font size of the Properties window. I can barely see the selections and have a hard time navigating. Thanks

  • @owamingema2605
    @owamingema2605 2 месяца назад

    how do you add a user authorization and do you do it before you do the inventory management system or after?

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

    Can you create the same program by using phyton or java

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

    Shaun, I am almost positive that I do not have the AutoSizeRowsMode feature in the properties feature. What do I need to download to fix that?

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

      Thanks for the video. We appreciate you. I hate to be greedy but I have an idea for part two of this video-is there a way to code this app to allow multiple people to register an account and then login to it?

  • @eronhetemi2694
    @eronhetemi2694 Месяц назад

    i have a problem it says select a valid startup item

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

    how much harder would it be to have a product on pallets, let's say a pallet has 100 cases of something on it, would it be hard for visual studio to create serialized pallet information and generate a barcode? then create sales orders to picked and shipped out?

    • @Alutra117
      @Alutra117 2 месяца назад

      Did you end up getting an answer for this?