CRUD with React, Typescript & .NET 8 Web API, EF Core, SQLite

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 24

  • @manooj8502
    @manooj8502 8 หลายเดือนก่อน +4

    wow very well explain you deserve million sub

    • @remigiuszzalewski
      @remigiuszzalewski  8 หลายเดือนก่อน

      Thank you so much Manooj for your feedback 🥳

  • @Kamilek96
    @Kamilek96 8 หลายเดือนก่อน +1

    CRUD with exception handling, validation and structure.. unicorn on YT. Dzięki! :)

    • @remigiuszzalewski
      @remigiuszzalewski  8 หลายเดือนก่อน

      Thanks for your feedback Kamil 😁

  • @lauwwulan861
    @lauwwulan861 4 หลายเดือนก่อน

    Thanks a million! Your explanation is easy to understand, and it's cool how you follow every naming convention and best practice!

    • @remigiuszzalewski
      @remigiuszzalewski  4 หลายเดือนก่อน +1

      Thanks a lot for your insights 😇 I’m glad to hear that ☺️

  • @ChiakiNanami736
    @ChiakiNanami736 หลายเดือนก่อน

    I've been looking for an explainer with more recent versions than VS2017 et al, so thank you!

    • @remigiuszzalewski
      @remigiuszzalewski  หลายเดือนก่อน

      @@ChiakiNanami736 You’re welcome! I’m glad that it was helpful for you 😁

  • @TuCominek
    @TuCominek 8 หลายเดือนก่อน

    Przed 301! Thanks for the video keep good work Remik :D

  • @troom6851
    @troom6851 7 หลายเดือนก่อน +1

    Hello again Remik.
    Try replacing React with blazor webassembly. You can also use the mudblazor library to help you with UI.
    I used to write in React with TypeScript, but for single-person projects Blazor won. (From a .NET developer's perspective, of course)

    • @remigiuszzalewski
      @remigiuszzalewski  7 หลายเดือนก่อน +1

      Hi 😊, you are right that for that small projects it will be more suitable to use Blazor as .net developer, but I wanted to show react use cases in that kind of projects. It will be for sure helpful for the people that are new to react and they started to work as fullstack devs in their commercial projects

  • @aleksandarstankovic3719
    @aleksandarstankovic3719 7 วันที่ผ่านมา

    Can you help me, how to add Login and Register ?

    • @remigiuszzalewski
      @remigiuszzalewski  6 วันที่ผ่านมา

      I’ve created a video about using .NET 8 Identity in order to handle authentication, you can check if it will be helpful for you 😁
      th-cam.com/video/f71Ee_f-yLY/w-d-xo.html

  • @tidianediallo6199
    @tidianediallo6199 7 หลายเดือนก่อน

    Hi Remiguesz, that's great
    Try replacing React with blazor webassembly also use the mudblazor to help you with UI.

    • @remigiuszzalewski
      @remigiuszzalewski  7 หลายเดือนก่อน

      Hi 😁 for sure in the future I will create the video about how to build the project by using .NET Web API together with Blazor 😉

  • @cairoayrescosta6798
    @cairoayrescosta6798 8 หลายเดือนก่อน

    Thank you bro

  • @codewithirshad
    @codewithirshad 7 หลายเดือนก่อน

    If we want to auto-generate that Interfaces in Models folder from backend using open API how we can do that?

    • @remigiuszzalewski
      @remigiuszzalewski  7 หลายเดือนก่อน

      You can use NSwag for that purpose. That tool can generate TypeScript interfaces or classes from your OpenAPI specification, which you can then use in your React application to interact with your .NET backend 😉

  • @KarolyneMorgan
    @KarolyneMorgan 7 หลายเดือนก่อน

    How would you go about deploying this project?

    • @remigiuszzalewski
      @remigiuszzalewski  7 หลายเดือนก่อน

      My next video will cover the topic how to use docker compose in order to set up containers for react and .net web api 😉

  • @KarolyneMorgan
    @KarolyneMorgan 7 หลายเดือนก่อน

    Thank you for the video! is the source code available?

    • @remigiuszzalewski
      @remigiuszzalewski  7 หลายเดือนก่อน

      Yes, I will update the description with source code url soon