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

Sdílet
Vložit
  • čas přidán 24. 10. 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

Komentáře • 22

  • @itgirlmaggie
    @itgirlmaggie Před rokem

    Love your content it’s so helpful!

  • @unknown_lazer
    @unknown_lazer Před 4 měsíci

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

  • @_-nexus-_6257
    @_-nexus-_6257 Před rokem +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.

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

    Another AWESOME video .. thank you.. God Bless

  • @ardijankajtazi3461
    @ardijankajtazi3461 Před rokem

    King

  • @RenLord46
    @RenLord46 Před rokem

    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 Před rokem +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 Před rokem +1

    You are so underrated

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

    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 Před 2 měsíci

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

  • @mootazamouri7234
    @mootazamouri7234 Před rokem +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 😀

  • @joannadimpas8300
    @joannadimpas8300 Před 7 měsíci

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

  • @Manipulation11
    @Manipulation11 Před rokem

    Can you create the same program by using phyton or java

  • @eronhetemi2694
    @eronhetemi2694 Před měsícem

    i have a problem it says select a valid startup item

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

    Thanks too much if can add in Search Box tutorial

  • @hallythejester1234
    @hallythejester1234 Před rokem +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 Před rokem +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?

  • @dustinstelter6020
    @dustinstelter6020 Před rokem

    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 Před 2 měsíci

      Did you end up getting an answer for this?