Blazor Server Side CRUD Application Tutorial using ASP.NET CORE

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • Blog: codelikeadev.com/
    In this tutorial, we will learn how to make a Blazor Server Side Application from scratch and perform CRUD operations in it.
    We will learn how to use
    Blazor Forms
    CRUD Operations using Blazor Forms
    Creating Razor Components
    Injecting Services in Razor Components
    How to setup Routing in a Blazor App
    👉 Subscribe to my channel:
    bit.ly/2FAgXzS
    👉 Buy me a coffee:
    www.buymeacoff...
    Thank you for watching and hope you enjoy my other videos as well.
    👉 REST API using ASP.NET core and Entity Framework
    • Asp.Net Core Web API -...
    👉 HTML CSS Website Navigation Menu using Flexbox:
    • Top Navigation Menu Fo...
    👉 Hosting a website for free in google firebase:
    • How to host a website ...
    👉 Angular CRUD tutorial:
    • Angular CRUD Tutorial ...
    👉 Publish a .NET website:
    • How to publish an ASP....
    #Blazor #CRUD #BlazorServerApp

КОМЕНТАРІ • 48

  • @SameerSaini
    @SameerSaini  3 роки тому +2

    Thank you all for watching my video. If you liked the video, press that like button and subscribe to the channel to show your love and support.
    💖 Subscribe: bit.ly/2FAgXzS
    ☕ Buy me a coffee: www.buymeacoffee.com/SameerSaini

  • @alifrahmanputranda1463
    @alifrahmanputranda1463 3 роки тому +3

    Thank you for sharing.. Great way to learn the basic part.. Now, try to CRUD directly to database..

  • @mesh475
    @mesh475 3 роки тому

    Thank you! You helped me realize my mistake, I was trying to use the blazor server side app the same way I use web assembly and failing miserably. Appreciate the guidance my friend!

  • @zimprince9664
    @zimprince9664 3 роки тому +1

    Great tutorial. Just jumped on Blazor and C# train recently. Working on an ERP. Angular has become a drag when working alone on big project

  • @RaimundPopp
    @RaimundPopp 2 роки тому +1

    absolutly great and simple. thanks

  • @cjforkyfork8578
    @cjforkyfork8578 3 роки тому +1

    Great video! It definitely help me understand blazor server

  • @monumoto3017
    @monumoto3017 Рік тому

    Thanku so much I was in great need

  • @franzmukivvag1727
    @franzmukivvag1727 2 роки тому +1

    More from Blazor Server please!

  • @jokinglimitreached1503
    @jokinglimitreached1503 3 роки тому +2

    👍 Great

  • @dhirenpathak
    @dhirenpathak 3 роки тому +1

    Great Nice Tutorials, Please more Blazor Tutorial (Entiti Freamwork, How to convert current MVC-Razor Pages App to Blazor)

  • @franzmukivvag1727
    @franzmukivvag1727 2 роки тому +1

    Very well done! Thx!

  • @mahendrakolla4119
    @mahendrakolla4119 2 роки тому

    Thank you, Nice Explaination

  • @yuriygo
    @yuriygo 3 роки тому +1

    Very useful! Thanks a lot!
    One very minor thing: on the Add New Employee component the label for the input element to enter employee name should be "Name" (not ID).

  • @Bisofication
    @Bisofication 3 роки тому +2

    Fantastic and nicely put together crud. However, I have one question. Why did you select the Blazor server and not the client app if all the employees are initialized within the program and every time you launch the app the list restarts all over again?
    Thanks!
    -Basel

    • @SameerSaini
      @SameerSaini  3 роки тому +2

      I could have, but the point of using the MockImplementation of was just to show how to use CRUD and call data, I have a separate Entity framework tutorial which covers the db end. :)

  • @harrisonwell1719
    @harrisonwell1719 Рік тому

    Input boxes are not populating for me unless I press the update button, any reasons for this?

  • @ashtonjackson805
    @ashtonjackson805 Рік тому

    Do you maybe have an example using a second model (like department for example) then we can edit the employee department ?

  • @dhirenpathak
    @dhirenpathak Рік тому

    Sameerji Can you Put Video to Make CRUD in MAUI Blazor to use Razor Class library (SQL Server)

  • @Bayaguanator
    @Bayaguanator 3 роки тому +1

    awesome

  • @anowereng
    @anowereng 2 роки тому

    ow ! great

  • @TALHA.FF.8
    @TALHA.FF.8 3 роки тому +1

    Bro do it all with database attached. Also how can theme be changed? How about login/authentication/authorization etc?

  • @garlapatikusuma760
    @garlapatikusuma760 3 роки тому +1

    I am getting this exception, Could anyone help me with this: It came when I was done with the EditForm.
    An unhandled exception occurred while processing the request.
    InvalidOperationException: EditForm requires a Model parameter, or an EditContext parameter, but not both.
    Microsoft.AspNetCore.Components.Forms.EditForm.OnParametersSet()

    • @SameerSaini
      @SameerSaini  3 роки тому

      Can you show us your razor page, feels like your form is getting confused with multiple inputs somehow.

    • @garlapatikusuma760
      @garlapatikusuma760 3 роки тому

      The same as you did

    • @garlapatikusuma760
      @garlapatikusuma760 3 роки тому

      When I am clicking on edit button I am not getting the same way you got

    • @SameerSaini
      @SameerSaini  3 роки тому

      @@garlapatikusuma760 Do you have the Model="employee" property on the ?

    • @garlapatikusuma760
      @garlapatikusuma760 3 роки тому

      @@SameerSaini yes I do

  • @mrt7948
    @mrt7948 2 роки тому

    inputtext for employee name gives error, but input is ok for me. i dont understant why.

  • @vinnoth28
    @vinnoth28 3 роки тому

    Hi did the server app works same with web assembly?

  • @someonesomewhere5613
    @someonesomewhere5613 3 роки тому

    its showing me an error "Sorry, there's nothing at this address." how to resolve pls help me out to trace

    • @SameerSaini
      @SameerSaini  3 роки тому

      Seems like your files hasn't been pushed through, try the deployment step again and make sure the files are present in that folder

  • @SuperEvoken
    @SuperEvoken 2 роки тому +1

    thank you

  • @yuriygo
    @yuriygo 3 роки тому

    Is the source code of your sample app available for download?

  • @mikkokeranen8743
    @mikkokeranen8743 2 роки тому

    do you have a source code

  • @bluearcherx
    @bluearcherx Рік тому

    the word employee no longer has meaning

  • @monumoto3017
    @monumoto3017 Рік тому

    How to convert Guid.NewGuid in Integer I want Id as an Integer from IEmployeeService