Blazor .NET 7 CRUD using ADO.NET & Stored Procedures | Blazor CRUD Operations | C# Blazor CRUD

  Рет қаралды 14,001

Noor Codelogics

Noor Codelogics

Күн бұрын

Пікірлер: 52
@nahdinet
@nahdinet Жыл бұрын
thanks for this tutorial we hop to explain Multi-repository in blazor in next tutorial
@noorcodelogics
@noorcodelogics Жыл бұрын
Thanks 🙏
@nahdico
@nahdico Жыл бұрын
It is amaze and great tutorial, please we waiting your example share it in github.. thanks so match
@noorcodelogics
@noorcodelogics Жыл бұрын
github.com/NoorNashad/BlazorCRUDAppNet7
@nahdico
@nahdico Жыл бұрын
great tutorial ..... great Code.. thank you so much for your time 💯
@brightelias9762
@brightelias9762 3 ай бұрын
thank you so much for taking us through
@muhammadsiddiqkhan6898
@muhammadsiddiqkhan6898 11 ай бұрын
very nice and good explaination of Blazor .NET 7 CRUD using ADO.NET & Stored Procedures | Blazor CRUD Operations | C# Blazor CRUD. che dy Bannu Gul ho nu ye?
@noorcodelogics
@noorcodelogics 11 ай бұрын
Das ye kasa
@ayorindebanjo7211
@ayorindebanjo7211 Жыл бұрын
Following your video a means of learning. Kindly share the codes for my further development
@noorcodelogics
@noorcodelogics Жыл бұрын
Thanks for your kind words. Unfortunately, I have not in hand the code of the project at the moment.
@ehsanxwxti14
@ehsanxwxti14 Жыл бұрын
Very Informative Tutorial.
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
Superb Tutorial well explained . please make tutorial of deoployment of this project
@noorcodelogics
@noorcodelogics Жыл бұрын
Ok sure. I will show you how to deploy the project
@nguyenduynhan3549
@nguyenduynhan3549 11 ай бұрын
@@noorcodelogics Can you tell me the link to the video tutorial? Thank.
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
please clear this confusion, we may develop Blazor app using Blazor Server or Blazor Web Assembly or both can be used in a single project .
@noorcodelogics
@noorcodelogics Жыл бұрын
Hi, I'm blazor web app, you have to use both projects; blazor web assembly for server side and blazor server side for APIs. You will call the APIs from blazor web assembly. You will have to host the web assembly and server side both projects separately. It's good idea. Moreover, you can also used blazor server side single project for your web app.
@maksudurmredul5410
@maksudurmredul5410 Жыл бұрын
Superb Brother...👌
@imadabab
@imadabab Жыл бұрын
Brilliant. Thanks a lot. I have subscribed.
@noorcodelogics
@noorcodelogics Жыл бұрын
Thank you so much. It will help me to load more content
@imadabab
@imadabab 11 ай бұрын
Hello dear. Are you interested in freelance projects. If yes please let me know.
@youfoodbook
@youfoodbook Жыл бұрын
wow.... great tutorial .....
@noorcodelogics
@noorcodelogics Жыл бұрын
Thank you so much 🙏
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
if both can be used in a single app, how can we deploy it
@noorcodelogics
@noorcodelogics Жыл бұрын
There are many ways to deploy projects.
@DasariMoulikaPriyanka
@DasariMoulikaPriyanka Жыл бұрын
Thank you for @Noor Codelogics You helped me alot, very informative
@nickoalbes6546
@nickoalbes6546 Жыл бұрын
Why does all the data rows are being deleted when I clicked the Delete button? please help, Ive been solving the problem since yesterday
@nickoalbes6546
@nickoalbes6546 Жыл бұрын
all the rows in the database are being deleted when I clicked the delete button of the current row. please help
@noorcodelogics
@noorcodelogics Жыл бұрын
It's mean that you have just write a plan delete query for erasing all the rows. In my case, if you observe, I am passing id of each record from front end for deleting any row.
@noorcodelogics
@noorcodelogics Жыл бұрын
Just show me the SQL query of delete record. I think you are just deleting all the rows without specifying the row primary key
@nickoalbes6546
@nickoalbes6546 Жыл бұрын
@@noorcodelogics this is what is in my procedures in my SQL Database sir: ALTER PROC [dbo].[DeleteAgentRecord] ( @AgentID int ) AS BEGIN DELETE FROM Agents WHERE AgentID = @AgentID END
@noorcodelogics
@noorcodelogics Жыл бұрын
Your store procedure is fine. It will only delete a single row. Now there are more possibilities of the issue. The agent id column may have same value or there may issue on code side
@fired_developer
@fired_developer Жыл бұрын
Nice, please increase font size when recording, min - 120%
@noorcodelogics
@noorcodelogics Жыл бұрын
Thanks. Sure I will do so
@guillermomazzari4983
@guillermomazzari4983 Жыл бұрын
Hi, thanks for sharing, could you please share the source code or github repo, thanks!
@noorcodelogics
@noorcodelogics Жыл бұрын
I will check and if not deleted from my PC then I will share in next two days. Thanks
@guillermomazzari4983
@guillermomazzari4983 Жыл бұрын
@@noorcodelogics highly thankful for it!
@noorcodelogics
@noorcodelogics Жыл бұрын
@@guillermomazzari4983 Here is source code: github.com/NoorNashad/BlazorCRUDAppNet7
@guillermomazzari4983
@guillermomazzari4983 Жыл бұрын
@@noorcodelogics thanks!!!!!
@noorcodelogics
@noorcodelogics Жыл бұрын
@@guillermomazzari4983 you are welcome
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
any video on this , please share the link
@noorcodelogics
@noorcodelogics Жыл бұрын
No
@vinhlam1401
@vinhlam1401 Жыл бұрын
thank you !
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
name: not recognized, gener ating error
@noorcodelogics
@noorcodelogics Жыл бұрын
I didn't understand your statement. Can you clarify in more detail
@lernemitmironlinedeutsch7053
@lernemitmironlinedeutsch7053 Жыл бұрын
Please share your code
@noorcodelogics
@noorcodelogics Жыл бұрын
github.com/NoorNashad/BlazorCRUDAppNet7
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
please guide
@noorcodelogics
@noorcodelogics Жыл бұрын
You can see the steps in video to get clear idea about the topic. Thanks
@islamicstatusofficial6670
@islamicstatusofficial6670 Жыл бұрын
@@noorcodelogics yes sloved. Thanks
.NET 7  💥 -  Blazor CRUD with Web API
1:36:25
Mohamad Lawand
Рет қаралды 20 М.
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,9 МЛН
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 34 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 6 МЛН
Blazor server crud tutorial
1:03:53
Ravindra Devrani
Рет қаралды 22 М.
Blazor CRUD Operations With Entity Framework Core in .NET 8
1:07:53
Deloitte Interview Questions Answer||DotNet||C#
13:45
Bhagyshri Tech
Рет қаралды 4,5 М.
Blazor +.NET Core + MS SQL full stack app
1:42:24
Art of Engineer
Рет қаралды 14 М.
Blazor WebAssembly CRUD, filter & pagination with .dot net 7 web api
2:02:36
Blazor Complete CRUD using ADO .NET | Blazor CRUD | ADO .NET
1:20:47
Programming Helper
Рет қаралды 6 М.
Blazor Tutorial | CRUD With Blazor, Step By Step | .NET 7
2:26:31
Julio Casal
Рет қаралды 58 М.