Netcode-Hub
Netcode-Hub
  • Видео 321
  • Просмотров 1 023 592
🛒 Build .NET 8 eCommerce Microservice 🚀 with API Gateway, Rate Limiting, Caching & Retry Strategies💡
🔹An eCommerce microservice architecture with an API Gateway includes independent services for handling specific business functions like products, orders, and user accounts. The API Gateway serves as a single entry point for managing client requests, routing them to appropriate microservices, and enforcing security policies. Rate limiting controls the number of requests a client can make to prevent abuse and ensure fair usage. Caching stores frequently accessed data to improve performance and reduce load on services. Retry strategies ensure reliability by automatically retrying failed requests due to transient errors. This setup enhances scalability, performance, and resilience for online ...
Просмотров: 39

Видео

Ready to Scale? 🚀 Build & Run Your .NET Web API in Kubernetes with Docker! 🐳 Learn How Today!
Просмотров 39012 часов назад
🔹NET Web API in Kubernetes with Docker involves deploying a .NET-based web application as a containerized service within a Kubernetes cluster. It starts with building a .NET Web API application, then packaging it into a Docker container using a Dockerfile. Kubernetes is used to automate the deployment, scaling, and management of these Docker containers. This approach ensures that the applicatio...
🚀Master.NET 8 Microservice: Manage Security🔐with JWT, Restrict API Calls to Gateway, Caching & More🌟
Просмотров 92116 часов назад
🔹Microservices with Ocelot API Gateway enhance system performance and security by managing routing and request aggregation as a single entry point for clients. JWT authentication secures communication by verifying user tokens before forwarding requests. Caching improves performance by storing and reusing frequently accessed data. Rate limiting controls the number of requests from clients to pre...
🌀 How to Enhance Microservices with Ocelot API Gateway? Response Caching, Load Balancing & More! 🚀
Просмотров 27119 часов назад
🔹Enhancing microservices with caching, rate limiting, load balancing, and request aggregation involves speeding up data access by temporarily storing frequently used data (caching), preventing overload by controlling the number of requests a user can make in a specific time (rate limiting), distributing traffic across multiple servers to avoid overloading any single server (load balancing), and...
🔒 How to Secure Your Microservices with JWT Authentication & Ocelot API Gateway? 🤔🔑 Find Out Now
Просмотров 46821 час назад
🔹JWT (JSON Web Token) authentication in microservices is a method for securely transmitting information between services. It involves creating a token that includes user identity and claims, which is signed by a server using a secret or a public/private key pair. This token is then sent with each request, allowing microservices to verify the user's identity and permissions without needing to co...
🔐 Is Your Microservice Secure? Learn to Restrict API Calls to Gateway Only! 🚀 | .NET 8 & Ocelot 🌟
Просмотров 257День назад
🔹Restricting API calls to the gateway only means configuring your microservices architecture so that all client requests must pass through an API gateway rather than accessing the microservices directly. This pattern ensures that the gateway acts as a single entry point, managing and controlling all incoming traffic to the microservices. 🔹In this video, I will walk you through the step-by-step ...
🔗 Hassle-Free API Management: Use Ocelot for Smooth Microservice API Gateway & Simplify Your Life!🚀🎯
Просмотров 397День назад
🔹Ocelot is an API Gateway designed for .NET and ASP.NET Core applications. It provides a way to manage and route requests to various microservices, acting as a reverse proxy. By centralizing the API management, Ocelot simplifies the handling of multiple APIs, enhances security, and improves performance. 🔹In this video, I will walk you through the step-by-step process of creating API gateway wit...
🚀Master .NET 8 Web API with MongoDB in Docker!🛠️ Step-by-Step Tutorial for Scalable Solutions📈
Просмотров 343День назад
🔹A Web API with MongoDB in Docker refers to setting up a web application programming interface (API) that interacts with a MongoDB database, all within a Dockerized environment. This approach leverages Docker's containerization technology to encapsulate the web API and the MongoDB database in isolated, portable containers, ensuring a consistent development and deployment environment. 🔹In this v...
🚀 Build & Run .NET Web API with PostgreSQL in Docker 🐘 - Ultimate Guide for Modern Development 🌟
Просмотров 44214 дней назад
🔹A .NET Web API with PostgreSQL in Docker is a setup where a .NET Web API application communicates with a PostgreSQL database, both running within Docker containers. This configuration leverages Docker's containerization to ensure consistency across different environments, making it easier to develop, test, and deploy applications. 🔹In this video, I will walk you through the step-by-step proces...
🎉Unlock the Power of .NET 8 Blazor with Netcode-Hub's Modal, Toast, FileUpload & EditForm Packages!📺
Просмотров 33614 дней назад
🔹This video serves as a comprehensive guide to utilizing the various powerful and easy-to-use packages created by Netcode-Hub. Each package is designed to enhance your Blazor and .NET applications with minimal effort and maximum efficiency.🎉 Are you looking for Coding Mentoring? If you're seeking personalized guidance and mentoring for your coding journey, then get in touch!. I offer expert gui...
Simplify Your Workflow: End of Manual Configs! 🎉 Run .NET Web API with SQL Server in Docker 🐳✨
Просмотров 44214 дней назад
🔹Running a Web API with SQL Server in Docker involves setting up and containerizing both the Web API and SQL Server, allowing them to run in isolated environments. This setup is beneficial for development, testing, and deployment because it ensures consistency across different environments. 🔹In this video, I will walk you through the step-by-step process of achieving that.🎉 Are you looking for ...
🚀End Hassle: Say Goodbye to Complex Setups & Headaches! Run .NET 8 Web API with SQLite in Docker🐳
Просмотров 45214 дней назад
🔹A Web API with SQLite in Docker involves creating a web-based application programming interface (API) that uses SQLite as its database, and deploying the entire application within Docker containers. 🔹In this video, I will walk you through the step-by-step process of achieving that.🎉 Are you looking for Coding Mentoring? If you're seeking personalized guidance and mentoring for your coding jour...
Goodbye Manual Testing🙋‍♂️, Welcome Automation!👋 Completely Master .NET Unit Testing with XUnit!🔥
Просмотров 53614 дней назад
🔹Unit testing in .NET is a software testing method where individual units or components of a software application are tested in isolation from the rest of the application. The goal is to validate that each unit of the software performs as expected. Units in this context typically refer to the smallest testable parts of an application, such as functions, methods, or classes. In this video, I wil...
Farewell Sync Woes! 🌐 Hello Asynchronous Magic with MassTransit, RabbitMQ & Docker 🚀in Microservices
Просмотров 46114 дней назад
🔹Asynchronous communication in microservices is a method where services interact without waiting for each other to respond. Instead of direct, immediate exchanges (synchronous communication), services send messages to a message broker or queue. The receiving service processes the message at its own pace. This decouples the services, improving scalability, fault tolerance, and allowing for more ...
Transform Your Testing!🙋‍♂️ Master .NET 8 Unit Testing HTTP Services with XUnit in Web API!🔥
Просмотров 18914 дней назад
🔹Unit testing in .NET is a software testing method where individual units or components of a software application are tested in isolation from the rest of the application. The goal is to validate that each unit of the software performs as expected. Units in this context typically refer to the smallest testable parts of an application, such as functions, methods, or classes. In this video, I wil...
Say Goodbye to Manual Testing🙋‍♂️, Hello .NET 8 Unit Testing for Repositories with XUnit!🔥
Просмотров 27414 дней назад
Say Goodbye to Manual Testing🙋‍♂️, Hello .NET 8 Unit Testing for Repositories with XUnit!🔥
End Manual Testing🙋‍♂️, Welcome Automation!👋 Master .NET 8 Unit Testing with XUnit in Web API🔥
Просмотров 33721 день назад
End Manual Testing🙋‍♂️, Welcome Automation!👋 Master .NET 8 Unit Testing with XUnit in Web API🔥
🚀 Unlock Secure APIs: Real-World 🌐 Example of Custom Middleware Authentication in .NET 8 Web API 🔐
Просмотров 52821 день назад
🚀 Unlock Secure APIs: Real-World 🌐 Example of Custom Middleware Authentication in .NET 8 Web API 🔐
Farewell HttpClient 🙋‍♂️, Hello Refit! 👋 Master .NET API Calls with Zero Implementation Needed!🌟🔥
Просмотров 53521 день назад
Farewell HttpClient 🙋‍♂️, Hello Refit! 👋 Master .NET API Calls with Zero Implementation Needed!🌟🔥
Goodbye Complexity🙋‍♂️, Hello Middleware Magic👋! Supercharge Your .NET 8 Web API Like a Pro!🚀🔥
Просмотров 1,2 тыс.21 день назад
Goodbye Complexity🙋‍♂️, Hello Middleware Magic👋! Supercharge Your .NET 8 Web API Like a Pro!🚀🔥
Break Free from Single DB Limits! 🙌 Connect SQLite & SQL Server in Your .NET 8 Web API Like a Pro!🚀🔥
Просмотров 57921 день назад
Break Free from Single DB Limits! 🙌 Connect SQLite & SQL Server in Your .NET 8 Web API Like a Pro!🚀🔥
End DI Hassle Now! with .NET 8 Enhancements👋! Master Multiple Service Implementations Like a Pro!🌟🔥
Просмотров 34421 день назад
End DI Hassle Now! with .NET 8 Enhancements👋! Master Multiple Service Implementations Like a Pro!🌟🔥
End Stuck Tasks Now!🙋‍♂️ Effortlessly Cancel Blazor Background Tasks with Netcode-Hub's Magic!✨🚀
Просмотров 62521 день назад
End Stuck Tasks Now!🙋‍♂️ Effortlessly Cancel Blazor Background Tasks with Netcode-Hub's Magic!✨🚀
🚀 Master Blazor Forms with NuGet Package! Simplify EditForm Validation on Init in .NET 8 Blazor 🔥
Просмотров 77528 дней назад
🚀 Master Blazor Forms with NuGet Package! Simplify EditForm Validation on Init in .NET 8 Blazor 🔥
Boost Your .NET 8 Web API 🚀: Master Health Checks for Reliability in APIs, Databases, & Services 🔥
Просмотров 59528 дней назад
Boost Your .NET 8 Web API 🚀: Master Health Checks for Reliability in APIs, Databases, & Services 🔥
Goodbye HttpClient🙋‍♂️, Hello RestSharp👋! Making .NET API Calls the Easy Way Like a Pro!🌠🔥
Просмотров 864Месяц назад
Goodbye HttpClient🙋‍♂️, Hello RestSharp👋! Making .NET API Calls the Easy Way Like a Pro!🌠🔥
Boost Your .NET Web API with Controller Filters🌠: How and Why You Should Use Them!🔥 | Ultimate Guide
Просмотров 511Месяц назад
Boost Your .NET Web API with Controller Filters🌠: How and Why You Should Use Them!🔥 | Ultimate Guide
Master Secrets Management🌠: Read & Write Data to Environment Variables, User Secrets, & Vault🔥
Просмотров 515Месяц назад
Master Secrets Management🌠: Read & Write Data to Environment Variables, User Secrets, & Vault🔥
Seamless SqlServer Integration🌠 : Connecting to .NET 8 Web API With Installer & Docker Container 🔥
Просмотров 525Месяц назад
Seamless SqlServer Integration🌠 : Connecting to .NET 8 Web API With Installer & Docker Container 🔥
Seamless PostgreSQL Integration🌠 : Connecting to .NET 8 Web API With Installer & Docker Container 🔥
Просмотров 422Месяц назад
Seamless PostgreSQL Integration🌠 : Connecting to .NET 8 Web API With Installer & Docker Container 🔥

Комментарии

  • @DailyRevvin
    @DailyRevvin Минуту назад

    Isn't it better just use the anchor tag all the time? instead of going through all the steps in the other methods? love the series!

  • @jennasyeda6613
    @jennasyeda6613 Час назад

    Best Video.

  • @muhammadadil7307
    @muhammadadil7307 4 часа назад

    Suddenly your channel come in recommendation and really loving to see your all videos thanks.

    • @Netcode-Hub
      @Netcode-Hub 3 часа назад

      😃 great, check the channel playlist, have a lot of educative videos

  • @Nxttee
    @Nxttee 7 часов назад

    Hello, my teacher. I would like you to help teach me more about this clip. I have been using what I learned from your clip to develop my project. Currently, I am having trouble logging in to verify the user's information. I would like the login to display the user's profile by connecting the ApplicationUser table and the Employee table using the same employee ID, so it shows the profile information. Do you have any solutions for me? I have been stuck on the authentication 401 error code for several days.

    • @Netcode-Hub
      @Netcode-Hub 6 часов назад

      Kindly mail me for private discussion Check the video description for mail I will be happy to assist you 😃

  • @wissamfawzy6543
    @wissamfawzy6543 7 часов назад

    Nice work

  • @theRealScarecrow
    @theRealScarecrow 13 часов назад

    Hi all, I can't get the Profile Dropdown working. It is present in the main page, but the menu doesn't drop down. Looks to me the java script for dropdown menu's isnt fired, or some thing like that. Do I miss something? Please help. kind regards, Remco de Kruijk

    • @Netcode-Hub
      @Netcode-Hub 12 часов назад

      1. Check whether you have bootstrap latest version of version used in the project installed 2. Check to see whether you have all scripts referenced in order as did in the video. I guess one of these will solve your issue.

    • @theRealScarecrow
      @theRealScarecrow 10 часов назад

      @@Netcode-Hub Bootstrap v5.3.3 is intalled and in the index page all references such as bootstrap/js/bootstrap.bundle.min.js are implemented. I realy dont have clue. Also the NavMenu Toggle isn't working.after adding @layout Mainlayout on Authentication HomePage.razor side Menu is not showing. looks simular to the issue @chiragp7 is mentioned below. I simply out comment that part, so the menu items apear, but then you can't use the "Hamburger button" to collapse and fold the menu. Weird....

  • @agusbudianto4473
    @agusbudianto4473 19 часов назад

    This is an extraordinary tutorial. Amazing app, start from scratch, simple presentation

  • @tonythescientist2009
    @tonythescientist2009 День назад

    What about on an Iphone?

  • @AndyCoreyG
    @AndyCoreyG День назад

    Your channel is great, bro. it's full of awesome content

  • @mikaeljohn
    @mikaeljohn День назад

    Dude make a courier web app

  • @harshavarthinig.k6955
    @harshavarthinig.k6955 День назад

    How to create a payroll ? Pls tell that

  • @adeelbaig5498
    @adeelbaig5498 День назад

    is this complete video tutorial?

    • @Netcode-Hub
      @Netcode-Hub День назад

      👍

    • @adeelbaig5498
      @adeelbaig5498 День назад

      @@Netcode-Hub I want to learn .NET and Blazor from ZERO & step by step. Can you guid me or suggest Tutorial?

    • @Netcode-Hub
      @Netcode-Hub День назад

      Check the channel playlists, all videos are made for both beginners and advance programmers. If you need paid tutoring too, I will be available

    • @adeelbaig5498
      @adeelbaig5498 День назад

      @@Netcode-Hub What will be the process for paid tutorials?

    • @Netcode-Hub
      @Netcode-Hub День назад

      Kindly mail me for private discussion. Check the video description for mail

  • @quochuyo2999
    @quochuyo2999 День назад

    thank you !!! can you have course .NET ? i need to pay it

    • @Netcode-Hub
      @Netcode-Hub День назад

      Welcome 🤗 Which course do you need, kindly mail me , check the video description for mail

  • @mobiledev5784
    @mobiledev5784 День назад

    Hello good content, can you implement Forgot Password and Reset Password please ?

    • @Netcode-Hub
      @Netcode-Hub День назад

      Sure, it will come later 😃

  • @AlejandroCruz-t4o
    @AlejandroCruz-t4o День назад

    You're playing tricks. The final Register form model was converted from a property to a class instance, and access modifiers changed too.

    • @Netcode-Hub
      @Netcode-Hub День назад

      😂 do you have any idea as the best way to handle the registration?

  • @MuhammadFarazIqbal
    @MuhammadFarazIqbal 2 дня назад

    Nice Explaination!

    • @Netcode-Hub
      @Netcode-Hub 2 дня назад

      @@MuhammadFarazIqbal thanks 😊

  • @adeelbaig5498
    @adeelbaig5498 4 дня назад

    is this last video of this Project?

    • @Netcode-Hub
      @Netcode-Hub 3 дня назад

      Nope, one left on integrating stripe for checkout. Check the playlist .NET 8 | 🛒 ✨ .NET 8 Blazor eCommerce Mastery: From Basics to Stunning Web Apps 🚀 ruclips.net/p/PL285LgYq_FoLogDUntSWNiKlj5SNV1x-4

    • @adeelbaig5498
      @adeelbaig5498 3 дня назад

      Thanks... It is request that please make a complete project on any ERP System like School Management System, University Management System, Hospital Management System in .NET Core 8.

    • @Netcode-Hub
      @Netcode-Hub День назад

      Ohk 😃

  • @MahmoudSaed98
    @MahmoudSaed98 4 дня назад

    we need to know how to use it with Clean Architecture

    • @Netcode-Hub
      @Netcode-Hub 3 дня назад

      Check out this powerful project playlist. It got you covered, 🚀 Build a Powerful Inventory Management System with .NET 8 Blazor 📦 ruclips.net/p/PL285LgYq_FoIxzd1TwZ2ra9Gj56WY-aDN

  • @rahulsalokhe200
    @rahulsalokhe200 4 дня назад

    how to use Android "play install referrer library" in maui

  • @leandroangeldzibnauat4427
    @leandroangeldzibnauat4427 5 дней назад

    Don't show swagger on my app deployed

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

      Check your program setting Change swagger middleware from development to production or comment it. Have you don’t that already ?

    • @dznleandro
      @dznleandro 5 дней назад

      Yeah, I commented the if of development mode, thanks 🎉

    • @Netcode-Hub
      @Netcode-Hub 4 дня назад

      @dznleandro welcome 🤗

  • @dotnetMasterCSharp
    @dotnetMasterCSharp 5 дней назад

    This is useful content for beginners!

  • @annotations888
    @annotations888 5 дней назад

    How do I set up the Shell.ItemTemplate with a Font Icon instead of an image?

  • @swmp4
    @swmp4 5 дней назад

    the branch and town are not retrieving the correct data. in yours code its taking the name of the employee

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

      Really? Have you made the necessary corrections? 😃

    • @swmp4
      @swmp4 5 дней назад

      @@Netcode-Hub no actually i just removed the branch and town columns lol 😄 But thank you so much for making these videos! Well done 👍🏻

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

      @@swmp4 welcome 🤗

  • @nguyenvovan7702
    @nguyenvovan7702 6 дней назад

    Does this project have an admin page?

  • @roshanfulwani802
    @roshanfulwani802 6 дней назад

    great video.very helpful💯🔥

  • @out-of-sight
    @out-of-sight 6 дней назад

    I have a question, was that password in connection string coming from docker hub? I couldn't understand the name and password part. Thanks.

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

      @@out-of-sight yes from docker, you need to provide

  • @chiragp7
    @chiragp7 6 дней назад

    This one is best ever and very necessary in all times once we have app and services up in matter of time all in this video is needed. Best. Thank you!

  • @orjisamuelobinna9764
    @orjisamuelobinna9764 6 дней назад

    Great job 🎉

  • @bennyblojack
    @bennyblojack 7 дней назад

    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 7 дней назад

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

  • @a.g.b7398
    @a.g.b7398 8 дней назад

    if this all I should know about the testing or there are another topics

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

      You should know how to test for Repositories Controllers Http service This video cater for all Now you should learn how to test your UI

    • @a.g.b7398
      @a.g.b7398 8 дней назад

      @@Netcode-Hub No, I mean the type of teasting , this video for unit testing ,and their are more like integration testing and others should I know them or no need

  • @zohaibali4229
    @zohaibali4229 8 дней назад

    Can you tell the missing code at 3:30:19 At Line 99 after Products.FirstOrDefault

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

      what error are you getting? Because line 99 is correct. Before we extract values from the properties in the product model, we must check only if its not NULL and thus what we are doing. So kindly tell the community more details to your error and let find solution. Thanks

    • @zohaibali4229
      @zohaibali4229 8 дней назад

      @@Netcode-Hub Do you have any email where we can contact?

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

    I have just created the projects and run the application (Till 9:35) I am getting an error: "Process with an ID of ##### is not running," even though I have tried the following scenarios: 1st scenario: Deleting the .vs (hidden) folder 2nd scenario: Closing all instances of Visual Studio Renaming the IISExpress folder (in my case, it is located in C:\Users\jmelosegui\Documents) Adding the _CSRUN_DISABLE_WORKAROUNDS environment system variable with a value of 1

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

      Have you run it through http or https ?

    • @DennisBassey
      @DennisBassey 7 дней назад

      I had the same problem. Update visual studio, restart your system and run the project again. It worked for me.

    • @kadarirajashekar
      @kadarirajashekar 4 дня назад

      @@Netcode-Hub I am experiencing same issue with http and https.

    • @Netcode-Hub
      @Netcode-Hub 4 дня назад

      @@kadarirajashekar what issue please?

    • @kadarirajashekar
      @kadarirajashekar 4 дня назад

      @@Netcode-Hub Process with an ID of ##### is not running

  • @AsadAli-wi1xs
    @AsadAli-wi1xs 9 дней назад

    Respected sir, Please give me a sequence of playlists I am much confused where to start so, I requested you please give me suggestions of your playlists one by one

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

      Check the playlist for .Net 8 micro service and follow as arranged in the playlist. It starts from scratch to end . Check the video description for the playlist link for quick access.

    • @AsadAli-wi1xs
      @AsadAli-wi1xs 9 дней назад

      @@Netcode-Hub Thankyou so much🥰

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

      @AsadAli-wi1xs welcome 🤗

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

    subscribed and of course a lot of likes!!!

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

    This is really good. Thank you 🙌

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

      welcome. glad you liked it

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

    Quality content as always! Thank you

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

      Thanks, glad you enjoyed watching

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

    Hello, I am having an issue. I followed all the steps up to the database migration part, but when I ran the command, I got the following error message: Unable to create a 'DbContext' of type ''. The exception 'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions`1[ServerLibrary.Data.AppDbContext]' while attempting to activate 'ServerLibrary.Data.AppDbContext'.' was thrown while attempting to create an instance. For the different patterns supported at design time, see go.microsoft.com/fwlink/?linkid=851728 Do you know how I can fix this?

  • @zohaibali4229
    @zohaibali4229 10 дней назад

    How can i Publish Orders??

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

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

    • @zohaibali4229
      @zohaibali4229 10 дней назад

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

    • @zohaibali4229
      @zohaibali4229 10 дней назад

      @@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 10 дней назад

      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.

  • @mdsafikulislam9113
    @mdsafikulislam9113 10 дней назад

    Thank you so much!

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

      welcome. glad you like it

  • @a.g.b7398
    @a.g.b7398 10 дней назад

    keep going, you are the best.

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

      thanks, I am glad you like it

  • @user-nb9xj5yl6t
    @user-nb9xj5yl6t 11 дней назад

    I built similar project around 1 year ago, thank you for this lesson

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

      @@user-nb9xj5yl6t welcome 🤗

  • @theshield3685
    @theshield3685 12 дней назад

    Hello, I try to follow your video but for Blazor Web App (Both server and WebAssembly) but at 1:40:53 I have an error: InvalidOperationException: Unable to find the required 'IAuthenticationService' service. Please add all the required services by calling 'IServiceCollection.AddAuthentication' in the application startup code. This happen when I'm redirected to home page. I've tried adding builder.Services.AddAuthentication(); to both blazor cient and server program.cs but it generates another error: InvalidOperationException: No authenticationScheme was specified, and there was no DefaultChallengeScheme found. The default schemes can be set using either AddAuthentication(string defaultScheme) or AddAuthentication(Action<AuthenticationOptions> configureOptions). And with this one I have no idea how to deal. Is even adding such line a valid solution, if yes what should i pass as defaultScheme? Or maybe I'm doing this entirely wrong? Can you please help?

  • @kxpn
    @kxpn 12 дней назад

    I followed right along and I know i have the correct packages installed but at add-migration I always get warnings regarding creating an instance of DbContext, unable to create a DbContext of type.

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

      Provide more details to the error

  • @IbraheemAmeen-n4t
    @IbraheemAmeen-n4t 12 дней назад

    pls can u make a video on hw to handle one to many and many to many relationship using a form

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

      Check out this playlist, got you covered: ruclips.net/p/PL285LgYq_FoJXTJXQAgfjPzMi2aT3lRMd

  • @appsexplorerhub8859
    @appsexplorerhub8859 12 дней назад

  • @italhaayt
    @italhaayt 13 дней назад

    thanks for this great demo .. Can we set focus to the first input when the dialogue open ??

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

      Haven’t added that yet, will do it in the next update

  • @nickolmo1
    @nickolmo1 13 дней назад

    how can i customize the css class of fileUpload component

    • @nickolmo1
      @nickolmo1 13 дней назад

      and how cusstomize Error messages

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

      @nickolmo1 noted, will add that ability in the next update

  • @SuperSadgun
    @SuperSadgun 14 дней назад

    i ma getting error "Package Restore failed" i am not getting all packed in to dependencies, can you help

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

      Provide details to the error, where did you get this error

  • @chiragp7
    @chiragp7 14 дней назад

    Another great one and this addition with the documentation is plus to previous original detailed videos on same subjects last month or so… you and your team is the best.

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

      Glad you like them!

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

      Thanks for the complement as well.

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 14 дней назад

    I just came here to like the video. Will see it later.

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

      thus amazing. Can't wait for your comment after watching. haha