Full C# Project: Supermarket Management System | ASP.NET Core Blazor, EF Core, SQL Server, Identity

Full C# Project: Supermarket Management System | ASP.NET Core Blazor, EF Core, SQL Server, Identity

Frank Liu

2 года назад

196,622 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@holgerkeller5268
@holgerkeller5268 - 05.01.2022 14:41

Hi, great course, is the source code available in your public github?

Ответить
@mark7166
@mark7166 - 05.01.2022 20:48

I think this is what you wanted for the selected product style in the SelectProductForSellingComponent:

style="@($"cursor:pointer; {(prod.ProductId == selectedProductId ? "background-color:beige" : "")}")"

The parentheses inside the interpolation braces will resolve that error you were having.

Ответить
@DevineOne
@DevineOne - 07.01.2022 12:55

This adds another dimension to learning. I really enjoyed it without the commentary. It forces your mind to be less passive and predict what you will do next.

Ответить
@fridmehdiyev7728
@fridmehdiyev7728 - 08.01.2022 21:34

Brilliant work! How much did they pay for that kind of works?

Ответить
@josemarandre1971
@josemarandre1971 - 09.01.2022 16:29

thank you very much man. God bless you. It's hard to find people like you who have shared their knowledge. I'm learning to program, I never knew it was so difficult. I've been learning C# for 9 months, and this video of yours is helping me create my first system. You are the best

Ответить
@fieryscorpion
@fieryscorpion - 09.01.2022 21:00

Wow this is pretty amazing! Thank youuuu!

Ответить
@jpick8245
@jpick8245 - 11.01.2022 17:58

Hi Im facing a problem when scaffolding a new identity item, I googled a lot but couldnt find what I'm doing wrong, the error message is "There was an error running the selected code generator: 'package restore failed. Rolling back package changes for 'WebApp'.'.
Im using VS 2019 and using 5.13 version in my packages
Does anyone get over this?

Ответить
@rodrigo6459
@rodrigo6459 - 16.01.2022 10:16

Missed the use of "InputSelect" and there is a case missing... what should happen when an admin deletes a category which is NOT empty of products?. Any way... GREAT video, it uses a lot of basic stuff that you need to start working in Blazor!

Ответить
@Martin-be9xr
@Martin-be9xr - 19.01.2022 14:43

Where I can find the password the admin??!!

Ответить
@egemenozyurek8160
@egemenozyurek8160 - 22.01.2022 15:53

Hello Frank. I hope you are well and enjoy. First of all, thank you for this video. I have a questions. Can a barcode reader be added to such an application? How can it be added if possible.

Ответить
@jandermello2870
@jandermello2870 - 25.01.2022 15:49

Thank You so much!

Ответить
@nilokillian
@nilokillian - 06.02.2022 07:04

ICategoryInMemoryRepo is shared data across all users with no unique values related to some users, therefore why not register as Singleton ?

Ответить
@2005Azm
@2005Azm - 25.02.2022 21:03

No joke! This is impressive

Ответить
@2005Azm
@2005Azm - 27.02.2022 19:49

I've been remaking this in .NET 6 and it's just as smooth! Thank you so much!

Ответить
@Beji-boy
@Beji-boy - 05.03.2022 11:05

It's Blazor WASM or not?

Ответить
@ridhoillahi794
@ridhoillahi794 - 07.03.2022 04:30

THS

Ответить
@AbdulMannan-current
@AbdulMannan-current - 10.03.2022 16:30

Hi! I followed every step and made a similar project but it is not handling duplicate entries? Can you please help out with this issue?
Any video or any source leading to the solution of this problem please please help out…

Ответить
@chandradarshanagrawal8506
@chandradarshanagrawal8506 - 12.03.2022 15:05

Thank you frank for this awesome app..! looking forward for more such lessons or projects from you..!

Ответить
@davekene
@davekene - 19.03.2022 06:00

This video looks great. I like watching videos like this but as soon as I get to the database part, I always hit a wall. The reason is because I’m using visual studio for mac, so I don’t know if it’s possible to use sql on Mac. I think everybody that teaches asp net core uses a PC, so if you’re a Mac user, it’d be hard for you to follow along. Is there any way around this please?

Ответить
@rahelbirhane3133
@rahelbirhane3133 - 31.03.2022 05:08

Hay Frank you are doing very good video tutorial it helps to me a lot, when i work with blazor server i got this error how can i solve this could you help me? the error is "MissingMethodException: Cannot dynamically create an instance of type 'BlazorApp1.Pages.RoomsComponent'. Reason: No parameterless constructor defined."

Ответить
@rushabhpatel3216
@rushabhpatel3216 - 11.04.2022 16:29

Hello Frank,
I want to collaborate with you on Blazor related videos. I have develop some apps on Blazor.

Ответить
@rogeliomasangkay8757
@rogeliomasangkay8757 - 13.04.2022 10:34

Thank you for this wonderful tutorial. God bles

Ответить
@cubedev4838
@cubedev4838 - 25.04.2022 03:23

Please make food delivery application that has integration with maps location

Ответить
@chetanraj81
@chetanraj81 - 12.05.2022 13:16

Thank you for sharing the source.

Ответить
@belltvin8583
@belltvin8583 - 17.05.2022 00:30

Thank you very much for this video. I would like to ask if you used a Controller, Model-View-ViewModel or maybe a Model-View-Controller when creating this application. I just didn't fully understand because you were creating View classes. If possible, write what exactly you used when creating the application. And what is the Controls folder for? Thanks))

Ответить
@specex
@specex - 27.05.2022 11:26

100% new to Blazor Server, and I managed to get the entire app running on Core 6. Thank you very much, I leaned a lot from this exercise. I even managed to customize Identity a little by adding a First and Last Name and setting up the Manage user functions. Excellent and highly recommended. Cheers!

Ответить
@anchalchaudhary4300
@anchalchaudhary4300 - 25.06.2022 11:07

Is this video based on MVC architecture?

Ответить
@Сергей-р3я4у
@Сергей-р3я4у - 26.06.2022 18:56

thank you, great tutorials

Ответить
@DizzinOG
@DizzinOG - 03.09.2022 19:32

do i have to make any changes when i use VS 2022?

Ответить
@DizzinOG
@DizzinOG - 04.09.2022 19:06

im using .NET 6.0 and there is no deafult startup so what should i do now?

Ответить
@name_code5092
@name_code5092 - 09.09.2022 12:16

I want to know what is that printing of report called?

Ответить
@lom972
@lom972 - 19.10.2022 01:08

Nice... impressive!

Ответить
@arturas9669
@arturas9669 - 26.10.2022 08:34

Hi, how to show only logged user orders?

Ответить
@saishane101
@saishane101 - 22.12.2022 16:39

hello.. I tried to follow your tutorial using .net 6 and when going to add migrations in console it shows error 'entity type 'model category' requires primary key to be specified. if you mean to use entity type without key, call 'hasnokey' in 'onmodelcreating'. for more information on keyless entity types'. can you explain why this is happening? even though I followed step by step in the video.

Ответить
@samosimoncic5020
@samosimoncic5020 - 09.03.2023 12:09

Thanks for amazing project. Can you explain why did you decide to use Blazer Server and not Blazer WebAssambly?

Ответить
@mattaku9430
@mattaku9430 - 01.05.2023 18:03

Why do we implement stuff through those usecases instead of using repository directly?

Ответить
@mattaku9430
@mattaku9430 - 02.05.2023 18:39

Broke for me after trying to change version from 5.0.11 to 5.0.12 and vs 2019 just refuses to create identity

Ответить
@tajulislam1502
@tajulislam1502 - 05.06.2023 17:15

How Can I get the source code of this work?

Ответить
@MorganSmith-m3k
@MorganSmith-m3k - 03.08.2023 08:23

What are your thoughts on a single interface per use case type. For example, one Product interface including the view method, add, edit, delete... It seems that a large application would quickly have hundreds of lines in Program.cs for an injection per method. Thanks for the video!

Ответить
@williamxiao5578
@williamxiao5578 - 26.08.2023 22:07

Big thanks to you ! 非常的感谢!期待会有更多的视频教程。

Ответить
@aliensoul7600
@aliensoul7600 - 20.10.2023 23:19

i really miss your teaching on this video which was badly need 😢❤

Ответить
@brentjaydeleon435
@brentjaydeleon435 - 28.01.2024 11:51

Do you guys think it's good for capstone?

Ответить
@godwinsieyanji6743
@godwinsieyanji6743 - 21.04.2024 21:40

please what is the login and the password for admin ?

Ответить
@karunakarbhogyari
@karunakarbhogyari - 13.10.2024 05:24

Is this course available on Udemy to purchase ?

Ответить