Тёмный

ASP.NET CORE 6.0: Hospital management System | Day-2 | beginner to advance tutorial 

ASP.NET MVC
Подписаться 32 тыс.
Просмотров 32 тыс.
50% 1

Опубликовано:

 

24 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@Riyabhati-oo8ky
@Riyabhati-oo8ky 2 месяца назад
@softdev351 How did you get genericrespository implem? what is the short cut key you have used or how it is done?
@ruzaikrismy1357
@ruzaikrismy1357 5 месяцев назад
Some too-lengthy codes in one line can not be seen while practicing while watching this, please add source code under this or try to show the entire code on the screen(especially too-lengthy line codes).
@chotisingh200
@chotisingh200 Месяц назад
Sir how did get the genericRepository class implementation plz tell me...
@hoanghac2292
@hoanghac2292 Год назад
hi ! Why My _RoleManager.CreateAsync and _UserManager can;t create after run Update-Database ?
@CodewithSantu
@CodewithSantu 3 месяца назад
In my project DbInitializer doesn't seem to execute. Or at least Initialize() method is not creating the records as shown in video
@softdev3513
@softdev3513 9 месяцев назад
How did you get genericrespository implem? what is the short cut key you have used?
@Adityagupta-iz3ot
@Adityagupta-iz3ot 4 месяца назад
He is doing cut copy paste . It is not a shortcut.
@knowledgecollege7975
@knowledgecollege7975 Год назад
how did u get a code in UnitOfWork and other implementations in one second. I don't know how to get that code
@rakeshkumaryadav1117
@rakeshkumaryadav1117 11 месяцев назад
Did you get the answer If yes please let me know
@Adityagupta-iz3ot
@Adityagupta-iz3ot 4 месяца назад
@@rakeshkumaryadav1117 He is doing cut copy paste it's not a shortcut.
@manjunathatoz
@manjunathatoz Год назад
I dont have data of user id and role is inside aspnetuserroles table can I add it manually
@eraldoka349
@eraldoka349 11 месяцев назад
where i can take the Repository after he select them ??? @ASPNET MVC ::::
@sevilayozdemir3805
@sevilayozdemir3805 5 месяцев назад
EntityFramework package is not installed in project 'WebHospital'. I get an error. can you help me?
@CodewithSantu
@CodewithSantu 3 месяца назад
add nuget packages to Hospital.Web project also.
@ابراهيمعطية-ر6ف
@ابراهيمعطية-ر6ف 9 месяцев назад
If I participate in the course and pay the $15, can I obtain the source codes for the previous hospital management course?
@muhammadhamza1177
@muhammadhamza1177 Год назад
hello for some reason i cant do migration it giving me this error"Value cannot be null. (Parameter 'connectionString') "
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
you can check your connection string
@rakeshkumaryadav1117
@rakeshkumaryadav1117 11 месяцев назад
How do you get the code instantly inside class??
@rakeshkumaryadav1117
@rakeshkumaryadav1117 11 месяцев назад
Have u written it somewhere and paste it here or any other technique please clear it is creating doubt wether I am doing something wrong
@ASPNETMVCCORE
@ASPNETMVCCORE 11 месяцев назад
just join the channel
@ASPNETMVCCORE
@ASPNETMVCCORE 11 месяцев назад
If you are an indian , you can join this ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-iXXlQ6U-rkw.html Best offer for you
@suaygiri7565
@suaygiri7565 Год назад
I don't have any users, is there a problem?
@manuelbello4663
@manuelbello4663 2 года назад
when I run dotnet ef --startup-project ../TSHospital.Repositories/ migrations add Initial --context ApplicationDbContext --output-dir Migrations show this error Unable to create an object of type 'ApplicationDbContext'. For the different patterns supported at design time If I run it in Hospital.Repositories dotnet ef migrations add initial show this error Unable to create an object of type 'ApplicationDbContext'. For the different patterns supported at design time How to solve it please?
@rtraees
@rtraees 2 года назад
I guess your nuget package is not properly installed, Check Microsoft.AspnetCore.*.Design is installed and use 6.0.10 version
@GeetaChauhan-mz4ff
@GeetaChauhan-mz4ff Год назад
Migration did successfully but I didn't get default users and roles in the table . Can I add it manually? Pl give me an answer as soon as possible
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
data seeding
@HaseyHaji
@HaseyHaji Год назад
When i run the migration it completes successfully but i can't see the default roles and users
@MotivationHub-AKY
@MotivationHub-AKY Год назад
same problem here have you fixed it?
@seker_basak
@seker_basak 10 месяцев назад
why you didnt write generic patterns with us? WHY?
@ASPNETMVCCORE
@ASPNETMVCCORE 10 месяцев назад
You can see this video : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NlY1YG6nXTo.html
@shahedali9943
@shahedali9943 5 месяцев назад
@@ASPNETMVCCORE IEnumerable GetAll( Expression filter = null, Func orderby = null, string includeProperties = ""); T GetById(object id); Task GetByIdAsync(object id); void add(T entity); Task AddSync (T entity); void Update(T entity); Task UpdateAsync (T entity); void Delete(T entity); Task DeleteAsync (T entity);
@luutuanat389
@luutuanat389 29 дней назад
PM> Add-Migration Initial Build started... Build succeeded. An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Hospital.Utilities.IDbInitializer Lifetime: Scoped ImplementationType: Hospital.Utilities.DbInitializer': Unable to resolve service for type 'Hospital.Repositories.ApplicationDbContext' while attempting to activate 'Hospital.Utilities.DbInitializer'.) (Error while validating the service descriptor 'ServiceType: Hospital.Repositories.Interfaces.IUnitOfWork Lifetime: Transient ImplementationType: Hospital.Repositories.Implementation.UnitOfWork': Unable to resolve service for type 'Hospital.Repositories.ApplicationDbContext' while attempting to activate 'Hospital.Repositories.Implementation.UnitOfWork'.) More than one DbContext was found. Specify which one to use. Use the '-Context' parameter for PowerShell commands and the '--context' parameter for dotnet commands.
@tarcisiosassi9379
@tarcisiosassi9379 2 года назад
very nice
@okeokeoke02
@okeokeoke02 Год назад
i can't seed data :((
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
why
@okeokeoke02
@okeokeoke02 Год назад
@@ASPNETMVCCORE I have done it. Thank you for your response
@santutsk
@santutsk 3 месяца назад
Hi, I am forced to say that since everyone is facing issues with userManager & roles table not getting populated, either reply with proper solution. Or else we will assume it to just a dummy demo, and not programming tutorial.
@tejaswineekamble760
@tejaswineekamble760 Год назад
sir i want to get the source code of this erp software how can i get this?
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
only channel member can get the code
@SirzubairAhmad
@SirzubairAhmad 5 месяцев назад
can i get code from pakistan
@ASPNETMVCCORE
@ASPNETMVCCORE 5 месяцев назад
mail me: onetarun@outlook.com
@mehmetkokoglu3065
@mehmetkokoglu3065 2 года назад
Which pattern do you use (onion architecture)
@thekingkarnadevoterashok5046
@thekingkarnadevoterashok5046 6 месяцев назад
anybody have the this tutorial code, share for everyone through link
@aymenouerghemmi187
@aymenouerghemmi187 11 месяцев назад
Can i get the source code please?
@ASPNETMVCCORE
@ASPNETMVCCORE 11 месяцев назад
only for channel member
@bugrabasaran5336
@bugrabasaran5336 10 месяцев назад
can ı get source code please?
@ASPNETMVCCORE
@ASPNETMVCCORE 10 месяцев назад
mail me : onetarun@outlook.com
@salmanmalki9361
@salmanmalki9361 Год назад
Is it possible to share the source code please 🙏
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
Only Channel Member can get the code
@TheAIExplorerMan
@TheAIExplorerMan Год назад
@@ASPNETMVCCORE How can i be member?
@TheAIExplorerMan
@TheAIExplorerMan Год назад
I subscribed
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
@@TheAIExplorerMan click on join button
@austinbranham9288
@austinbranham9288 Год назад
I subscribed to the channel please send me the source code
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
only channel member can get the code
@Naturalvlogs818
@Naturalvlogs818 11 месяцев назад
It is waste there is no relation between KT and project
@santutsk
@santutsk 3 месяца назад
true. and some people are praising the video, without realizing that the coding is incomplete.
@harisharis-jw8ff
@harisharis-jw8ff Год назад
hi please send me source code link i have subscribed the channel
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
Only channel member can get the code
@harisharis-jw8ff
@harisharis-jw8ff Год назад
@@ASPNETMVCCORE how to become member
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
@@harisharis-jw8ff click to join button
@harisharis-jw8ff
@harisharis-jw8ff Год назад
@@ASPNETMVCCORE where is join button
@sulaimanmukhtar7438
@sulaimanmukhtar7438 Год назад
@@harisharis-jw8ff near subscribe button
@ابراهيمعطية-ر6ف
@ابراهيمعطية-ر6ف 9 месяцев назад
how did u get a code in Generic Repository and other implementations in one second. I don't know how to get that code
@ASPNETMVCCORE
@ASPNETMVCCORE 9 месяцев назад
Must watch : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NlY1YG6nXTo.html
@ابراهيمعطية-ر6ف
@ابراهيمعطية-ر6ف 9 месяцев назад
@@ASPNETMVCCORE I want to create a project for hospital management system according to my own settings. If you please, can we communicate privately so that we can discuss the project requirements, its cost, and the time required to establish it?
@farihamahsa996
@farihamahsa996 Год назад
Can I get source code?m
@ASPNETMVCCORE
@ASPNETMVCCORE Год назад
only channel member can get the code
Далее
Never skip this muscle !! 😱😱
00:13
Просмотров 1,4 млн
РОК-СТРИМ без ФАНЕРЫ🤘
3:05:16
Просмотров 1,3 млн
Brutally honest advice for new .NET Web Developers
7:19
Stop Using FirstOrDefault in .NET! | Code Cop #021
12:54