No video

Blazor Server Side CRUD Application Tutorial using ASP.NET CORE

  Рет қаралды 37,891

Sameer Saini

Sameer Saini

Күн бұрын

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 жыл бұрын
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
@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!
@SameerSaini
@SameerSaini 3 жыл бұрын
Cheers mate
@zimprince9664
@zimprince9664 3 жыл бұрын
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
@SameerSaini
@SameerSaini 3 жыл бұрын
Glad it was helpful!
@alifrahmanputranda1463
@alifrahmanputranda1463 3 жыл бұрын
Thank you for sharing.. Great way to learn the basic part.. Now, try to CRUD directly to database..
@RaimundPopp
@RaimundPopp 2 жыл бұрын
absolutly great and simple. thanks
@SameerSaini
@SameerSaini 2 жыл бұрын
Cheers, Glad you liked it
@cjforkyfork8578
@cjforkyfork8578 3 жыл бұрын
Great video! It definitely help me understand blazor server
@SameerSaini
@SameerSaini 3 жыл бұрын
Glad you enjoyed!
@jokinglimitreached1503
@jokinglimitreached1503 3 жыл бұрын
👍 Great
@SameerSaini
@SameerSaini 3 жыл бұрын
Thank you 👍
@franzmukivvag1727
@franzmukivvag1727 2 жыл бұрын
More from Blazor Server please!
@Bisofication
@Bisofication 3 жыл бұрын
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 жыл бұрын
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. :)
@dhirenpathak
@dhirenpathak 3 жыл бұрын
Great Nice Tutorials, Please more Blazor Tutorial (Entiti Freamwork, How to convert current MVC-Razor Pages App to Blazor)
@SameerSaini
@SameerSaini 3 жыл бұрын
Thanks, will do!
@yuriygo
@yuriygo 3 жыл бұрын
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).
@monumoto3017
@monumoto3017 Жыл бұрын
Thanku so much I was in great need
@mahendrakolla4119
@mahendrakolla4119 2 жыл бұрын
Thank you, Nice Explaination
@franzmukivvag1727
@franzmukivvag1727 2 жыл бұрын
Very well done! Thx!
@SameerSaini
@SameerSaini 2 жыл бұрын
Glad to hear that
@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 жыл бұрын
awesome
@SameerSaini
@SameerSaini 3 жыл бұрын
👍
@harrisonwell1719
@harrisonwell1719 Жыл бұрын
Input boxes are not populating for me unless I press the update button, any reasons for this?
@TALHA.FF.8
@TALHA.FF.8 3 жыл бұрын
Bro do it all with database attached. Also how can theme be changed? How about login/authentication/authorization etc?
@javonculuo2468
@javonculuo2468 3 жыл бұрын
Abp.io
@vinnoth28
@vinnoth28 3 жыл бұрын
Hi did the server app works same with web assembly?
@anowereng
@anowereng 2 жыл бұрын
ow ! great
@mrt7948
@mrt7948 2 жыл бұрын
inputtext for employee name gives error, but input is ok for me. i dont understant why.
@yuriygo
@yuriygo 3 жыл бұрын
Is the source code of your sample app available for download?
@garlapatikusuma760
@garlapatikusuma760 3 жыл бұрын
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
@SuperEvoken
@SuperEvoken 2 жыл бұрын
thank you
@SameerSaini
@SameerSaini 2 жыл бұрын
Glad you like it.
@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
@mikkokeranen8743
@mikkokeranen8743 2 жыл бұрын
do you have a source code
@bluearcherx
@bluearcherx Жыл бұрын
the word employee no longer has meaning
@torrvic1156
@torrvic1156 Жыл бұрын
Is that so? Why?
@monumoto3017
@monumoto3017 Жыл бұрын
How to convert Guid.NewGuid in Integer I want Id as an Integer from IEmployeeService
Real-Time Notifications Using Blazor and SignalR from scratch
19:43
Milan Jovanović
Рет қаралды 32 М.
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 37 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН
Connecting C# To MySQL Using Blazor (Full CRUD Actions)
56:06
IAmTimCorey
Рет қаралды 85 М.
CRUD with Blazor SSR (Static Server-Side Rendering) in .NET 8 🔥
52:22
ASP.NET Core Razor Pages Full CRUD - .NET 7.0 Razor Pages using Entity Framework Core and SQL Server
27:29
𝐂𝐨𝐝𝐞𝐖𝐢𝐭𝐡𝐆𝐨𝐩𝐢
Рет қаралды 26 М.
Modern Web Development with Blazor & .NET 5
29:02
dotnet
Рет қаралды 62 М.
Blazor server crud tutorial
1:03:53
Ravindra Devrani
Рет қаралды 22 М.
Mastering .NET 8 Blazor: Server-side Rendering (SSR)
23:55
Coder Foundry
Рет қаралды 10 М.
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 37 МЛН