Blazor Server Side CRUD Application Tutorial using ASP.NET CORE

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2020
  • 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.buymeacoffee.com/SameerSaini
    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

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

  • @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..

  • @mahendrakolla4119
    @mahendrakolla4119 2 года назад

    Thank you, Nice Explaination

  • @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!

  • @monumoto3017
    @monumoto3017 Год назад

    Thanku so much I was in great need

  • @cjforkyfork8578
    @cjforkyfork8578 3 года назад +1

    Great video! It definitely help me understand blazor server

  • @RaimundPopp
    @RaimundPopp 2 года назад +1

    absolutly great and simple. thanks

  • @franzmukivvag1727
    @franzmukivvag1727 2 года назад +1

    Very well done! Thx!

  • @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

  • @jokinglimitreached1503
    @jokinglimitreached1503 3 года назад +2

    👍 Great

  • @franzmukivvag1727
    @franzmukivvag1727 2 года назад +1

    More from Blazor Server please!

  • @DhirenPathak
    @DhirenPathak 3 года назад +1

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

  • @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).

  • @anowereng
    @anowereng 2 года назад

    ow ! great

  • @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. :)

  • @Bayaguanator
    @Bayaguanator 3 года назад +1

    awesome

  • @vinnoth28
    @vinnoth28 3 года назад

    Hi did the server app works same with web assembly?

  • @ashtonjackson805
    @ashtonjackson805 Год назад

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

  • @yuriygo
    @yuriygo 3 года назад

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

  • @harrisonwell1719
    @harrisonwell1719 Год назад

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

  • @mrt7948
    @mrt7948 2 года назад

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

  • @TALHAEDITS906
    @TALHAEDITS906 3 года назад +1

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

  • @DhirenPathak
    @DhirenPathak Год назад

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

  • @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

  • @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

  • @mikkokeranen8743
    @mikkokeranen8743 2 года назад

    do you have a source code

  • @andriangameplays
    @andriangameplays Год назад

    github link?

  • @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