Completely build Inventory Management System with .NET 8 Blazor SSR - export to PDF, EXCEL, Print🌟

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

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

  • @Netcode-Hub
    @Netcode-Hub  2 месяца назад +1

    I Have Re-recorded this video again, in that, all codes are visible so if you couldn't see any code in this kindly check that one from ruclips.net/video/zccbEgqkqPE/видео.htmlsi=zfuqsiGD0qoFiOHT

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

    nice content! A little suggestion, would be pretty useful to put the particular minute in which start a new section of the project. It could be helpful to organize and watch the video and the content in a more organized way

  • @elijah5176
    @elijah5176 4 месяца назад +3

    You're doing so well for us Sir.. We appreciate all these video. Can you add chapters to this video for easy navigation

  • @nahdinet
    @nahdinet 4 месяца назад +2

    Thank you for this wonderful and beautiful lesson🎖🏆🏅

  • @Ahmed-ui5wn
    @Ahmed-ui5wn 3 месяца назад

    Excellent video. Even though sometimes I don't understand the sentence because you kinda talk a bit too fast, I was still able to follow and understand most of the time. Thanks for the content.

    • @Netcode-Hub
      @Netcode-Hub  3 месяца назад

      😃 will slow down for you next time 😂

    • @Netcode-Hub
      @Netcode-Hub  2 месяца назад

      You solution is here: check it out: ruclips.net/video/zccbEgqkqPE/видео.htmlsi=zfuqsiGD0qoFiOHT

  • @ahlemmahjoub-b6k
    @ahlemmahjoub-b6k Месяц назад +1

    Hello Many thanks for your efforts ! I got the following error once (No DbContext was found in assembly 'Application'. Ensure that you're using the correct assembly and that the type is neither abstract nor generic.)

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      Sorry for that, kindly set the Presentation layer(Blazor Web UI) as startup project, in manager console, select Infrastructure(which contains your DataAccess(DbContext)) as Default and then proceed your migration. thus all. all the best and let me know if any issue occurs.

  • @FQTV320
    @FQTV320 4 месяца назад +1

    Great work!! Thank you for helping the community :)

  • @DChristop
    @DChristop Месяц назад +1

    subscribed and of course a lot of likes!!!

  • @SproutSkout
    @SproutSkout 4 месяца назад +2

    Been coding along but having problem with some code being off view. Tried searching your github repo and can't find this project. Nonetheless, great video. 👏

    • @Netcode-Hub
      @Netcode-Hub  2 месяца назад

      You solution is here: check it out: ruclips.net/video/zccbEgqkqPE/видео.htmlsi=zfuqsiGD0qoFiOHT

  • @a.g.b7398
    @a.g.b7398 4 месяца назад +1

    you're doing so well ,I have question from where you do these projects ,I mean what is the books or resources you get the code

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

    hey, i got stuck on the database part. i get the error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server). can you explain how to set up a database connection? thanks!

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      Change your database server from (local) to your database host in the appsettings file

  • @andersonwalker4990
    @andersonwalker4990 4 месяца назад +1

    applauds💜

  • @ShelleMohammed
    @ShelleMohammed 9 дней назад

    Thanks for the tutorial .. i have issue component are not seen as component on razor page but as html tags

    • @Netcode-Hub
      @Netcode-Hub  9 дней назад

      Make sure each component name is unique from class names, inbuilt keywords etc… if all done , restart your VS

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

    Hello Many thanks for your efforts ! I got the following error once I updated the database for the first time "Error Number:2,State:0,Class:20
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)", Could you help please ?

    • @Netcode-Hub
      @Netcode-Hub  3 месяца назад +1

      Yes, make sure you have sql server installed. I guess that the cause

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

    Hello !! I hope you doing great. I have a question, how can I translate each items of Syncfusion table to french people who does not any word in English. Thank you for your feedback.
    Thank for all the content in each RUclips videos you make, very instructive.

    • @Netcode-Hub
      @Netcode-Hub  4 месяца назад +1

      You need to use localization . Check this video
      ruclips.net/video/1jFjODHeM2k/видео.htmlsi=keVnhUazr2GyjsjW

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

      @@Netcode-Hub Thanks for your feedback about my question.

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

    Looks amazing. Are you doing JWT and Refresh Token in this project?

    • @Netcode-Hub
      @Netcode-Hub  4 месяца назад

      Nope, I used Blazor Web App Interactive Server Render mode which uses Cookie Auth.

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

    If we have domain Models then why do we need DTOs. Are they acting as Models?

    • @Netcode-Hub
      @Netcode-Hub  4 месяца назад

      Do you know what DTO does?

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

      @@Netcode-Hub I did not see your full video. But apparently DTO must be used for transferring your data between various layers. if you have time can you explain your reason for DTO in a line or 2. I dont know the reason of using DTO if i can use ViewModel which contains extra or less data than EF model.

    • @Netcode-Hub
      @Netcode-Hub  2 месяца назад

      @@yassermian9913 then full video is available here, you can check it out: ruclips.net/video/zccbEgqkqPE/видео.htmlsi=zfuqsiGD0qoFiOHT

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

    thank you bro

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

    Good Sir

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

    can we modify easily this POS Application for medical store management system???

    • @Netcode-Hub
      @Netcode-Hub  4 месяца назад

      This project is is open to modification so yes of course you can do it , if you need my assistance then kindly mail me. Check the video description

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

    Build is not succeeded???

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

    How can i Publish Orders??

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      Clients can make orders on items. So which orders are you talking about ?

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

      @@Netcode-Hub How can i create the orders in order form tab in sidebar? like: their Current status, Picture, Quantity

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

      @@Netcode-Hub Basically what i am saying that, How client or i can punch a order so that it will show in order tab

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      It’s simple, ones clients can place order from client page and get pop up on admins page, all you need is fetch orders with client details and display.

  • @mramir5223
    @mramir5223 3 месяца назад +1

    where is source code ? :)

    • @Netcode-Hub
      @Netcode-Hub  3 месяца назад +1

      Check video description

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

      @@Netcode-Hub My country is embargoed, I can't make the payment and the site won't open for me

  • @Nxttee
    @Nxttee 4 месяца назад +1

    on your code some page
    you don't move scrolling
    i can't see
    I'm currently learning how to use Blazor projects.
    Your channel is a good and advanced channel for learning.
    I was able to use it to learn how to do a great job.
    but for this clip, some of the code I can't see. because you didn't move scrolling backwards.
    will it be possible? If you will help me, because I can't guess the code and keep writing it.

    • @Netcode-Hub
      @Netcode-Hub  4 месяца назад

      😂 sorry

    • @Netcode-Hub
      @Netcode-Hub  2 месяца назад

      You solution is here: check it out: ruclips.net/video/zccbEgqkqPE/видео.htmlsi=zfuqsiGD0qoFiOHT

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

      @@Netcode-Hub Amazing!! Thank you