@@Whorok whos guide other people or client about MVC because MVC consultant have brief knowledge about MVC and they can be able to configure those applications which was developed by the MVC consultant and MVC consultant is also a MVC engineer
Got a job after just watching the video? First question the recruiters usually ask is how many years of development experience in the specific technology one is interested in? The candidate is then grilled in various rounds and then if it suits them, the job is earned ( hard earned).
@@gamereactz Jr Position 0 to 1. Sorry no vacancy the most common answer. Even if one gets as a fresher, an awful experience with negligible salary, lots of exploitation by the employer on the pretext of being a fresher and then kicking out any time.
WOW, Finally someone who explains things in a very simple way and easy to understand. I've paid other courses and followed other trainings but things didn't make sense in the end. With this one finally all the pieces in the puzzle are joined. THANK YOU SO MUCH FOR THIS!
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
0:45:40 "if this too much for you, dont worry, you are not alone. When I was learning MVC about 10 years ago, at that time I had very hard time to understand" What a man!
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
You can't imagine how much you helped me. I took a bootcamp about this project about two months yet you explain eveything in 3 hours. And you teaching like you teaching a foolish person.. Thank you.
I'm only 30 minutes in and I'm so impressed with how much I'm learning, the great code-based AND visual examples to really cement what's happening, as well as the relationship between the code and the view--thanks so much!
Thank you sir by watching your video and preparing for interview i got job offer today , still waiting for offer letter but by watching this video and learn dapper in one hour i have build project and cleared the interview... thank you for this video
I just completed the entire course. It is very well explained with good pace. In some places the author rushes a bit, but you can always go back and re-follow it. Also the subtitles are very useful. Thank you for sharing this on TH-cam.
@@Platica.Vasile true. I wanted to talk about how the audio quality is so poor that i'm just not getting some of his words, but i also didn't pay for anything. No looking gift horses in the mouth and all that
@@tulipalll hahaha, this phrase: "No looking gift horses in the mouth" in Spanish is: "A caballo regalado no le mires los dientes", was funny to read it in English! ;)
i would love to pay to get a certificate for this course , i saw other courses on the udemy and others don't even worth it, love how he explain things the right way , thank you
Sir I am at 1:34:5 I want to express my sincere gratitude 🙏 This is such a comprehensive video thatI ever watched on TH-cam. I am so thankful to you for making these technologies so easy and comprehensive
In the Custom Validation section, we first check whether the name and string values are the same or not. However, if we click on "create" without filling out the form, we will receive an error . System.NullReferenceException: 'Object reference not set to an instance of an object.' To fix this i use this if (ModelState.IsValid) { if (obj.Name == obj.DisplayOrder.ToString()) { ModelState.AddModelError("Name", "Name and Display Order can not be same"); } else { _db.Categories.Add(obj); _db.SaveChanges(); return RedirectToAction("Index"); } } Thank you for the beautiful video course! It was very informative and I learned a lot. Your efforts are greatly appreciated and I look forward to applying what I have learned in my work.
For those who are wondering why the database doesn' get created, just add to your connection string those parameters: TrustServerCertificate=True;Encrypt=False; Hope it helps!
I'll be honest. I've subscribed, and not even watched yet. Hearing your teaching style, calmness, and seeing you have the playlist play order in the description, lead to my subscription, and added this to my watch list, to watch in my play time. Should be fun. Thanks..
на русском подобной информации нет, к сожалению, но посмотрев это видео, хоть и частично не понимая происходящего и комментариев, у меня просто открылись глаза. Самое понятное видео по ASP.Net core 6 MVC, однозначно лайк
Ярик, привет. А посоветуй еще что-нибудь по net. core 6.0. С чего стоит начать обучение? Много кто советует Фримана и Троелсона, но там нет новых книг и только 3-тья версия дотНет.
Went to the end. First ever course explaining things so good. Everything worked as shown, the only errors came from typos or missed code adjustments made on video an not noticed by myself. The azure UI changed a bit in 2023 but functionalities not and deployment went properly. Thanks a lot! Big pizza and hugs for your amazing job and skills and willingness to share with us! See you!
I think must know the language itself, the syntax, vocabulary, methods, OOP in general. As displayed on 1:20 s, this course is about technologies basing on c#, using c#, so this course doesn't explain what is a method, what is a property and what is a class, what are loops etc. This part must be done by yourself earlier. In my opinion any console-app entry level course before would be enough.
Anyway you can tell me what version you're using so I can download the right version to follow along. I'm totally lost! Any information would be greatly appreciated. Thank you.
@@gregoryallen1122 I was using visual studio 2022 with .NET 6.0 framework and all my NuGet packages were version 6.0.7. I also selected ASP.NET Core Web App (MVC) with C# as my project template
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
as someone who learned the fundamentals of c# but had no idea where to start building, this was incredibly helpful. the breakdowns of specific topics really was informational. great content.
this is a really excellent class/video. I've taken a skillshare course from a good teacher, but they did not teach the concepts like you did. Thank you! I am definitely interested in more of your content.
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
for those experiencing problems between 2:33:01 and 2:35:56, there is a kind alike problem in delete as well, typing "" right below the "" statement will fix the issue in the same way that it fixed the issue on delete If you're still confused, skip the update part, watch the delete part, then back to update and try to do what I said, it worked for me at least
This is exactly what I needed to get started. There is enough theory to get you off the ground without getting bogged down in it. The magic is copying the code and then making it contextual to your needs. Thanks Bhrugen.
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
I'm only half way through this tutorial but I have to admit you did an excellent job. you make things seem so simple. I just wish you were database first and not code first. DB 1st ftw! 🙂
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thank you, course creator, for your time and effort in creating this valuable learning experience. Your dedication to education is greatly appreciated.
Excellent video! Thank you very much . If someone also face issue at 1:32, because I was unable to perform the migration using the same connection string. However, after making these changes (add TrustServerCertificate), I was able to do it: "DefaultConnection": "Server=abcdA\\SQLEXPRESS;Database=abcd_b;Trusted_Connection=True;TrustServerCertificate=True;"
Hey Sir, I just wanted to drop by and say a huge thanks for creating that awesome tutorial video! It was incredibly helpful and well-explained. Your content is a game-changer, and I appreciate the time and effort you put into sharing your knowledge. Keep up the fantastic work, and I'm looking forward to more great tutorials from you in the future! Cheers, Safaf
For anyone having a null reference exeption around 2:18:00 You can try adding this, BUT I'm not sure this is the way: if (!(obj.Name == null)) { if (!(obj.Name == null) && !(obj.DisplayOrder== null)) { { ModelState.AddModelError("name", "The DisplayOrder cannot exactly match the Name."); } }
Um curso em vídeo explicativo, bem didático e prático para aplicar em cenários reais. Parabéns pelo esforço em compartilhar o conhecimento nesse curso. 👏🏾👏🏾👏🏾
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
1:12:55 While defining connection strings you made a little mistake: colons must be equals sign. It must be like *"Server=.;Database=Bulky;Trusted_Connection=True;"* Otherwise package manager console will turn an error "Keyword not supported: 'server:.;database'."
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thank you so much! The quality is so high, you explained everything much better in 3 hours than my trainer did in the last whole week! Excellent video, thank you so so much
if you want the error message to be more dynamic, just use "{0} must be between {1} and {2} only!!", 0 will be always the property name, 1 the first range value and 2 the second range value. so, no matter what values you use in the range definition, you don't have to replace the values in 2 different places if they change in the future, I can asure you will forget to update the error message :)
really would be nice to have a better quality mic for a 3 hr long tutorial. but a small price to pay for such good quality content at no cost. thank you
I downloaded an equalizer extension for firefox and used it to increase 1k-8k hz and lowered 32-64hz and it sounds a little less muddy, plus I turned captions on and they are 85% accurate.
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Such a great video! But it's not a full course, it's a beginner course. After this you want: async, different front end, payment, authentication / authorization, login and much more but it's a great begin!
1:31:21, if you get a certificate error when you run the update-database command you can add TrustServerCertificate=True; in your connection strings. Worked for me.
Absolutely the best ASP.net tutorial video I've found so far. Having an Indian accent is nice. However, when you speak, it feels like you're singing with the same tone all the time. Please, just speak in your natural tone. Don't try to sing. This singing part made it very hard to understand what you were saying. i had to listen 3-4 times to understand
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Even just watching the first 45 minutes, I was falling asleep almost 4 times. I'm still resisting. But I'm sure that the content and the narrator are great.
Your my boy Blu! ... i will allow you to pledge for our fraternity. I found this course very useful as a total noob to .NET Core, i liked the fact you covered stuff around boot strap themes, add customised controls which often would be ignored on a course. These areas however were a little difficult to follow as were very fast and the sites used could go offline.
If you get the error: "Format of the initialization string does not conform to specification starting at index" try replacing Connection String to : "DefaultConnection": "Server=*YourServer*;Database=Bulky;Trusted_Connection=True;TrustServerCertificate=True;" (without '*')
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thank you for your great effort. I strongly recommended this course. I have just small notice about the sound 🔉 was a little bit quiet. I hope to see your advanced courses with relationship tables.
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Anyway you can tell me what version you're using so I can download the right version to follow along. I'm totally lost! Any information would be greatly appreciated. Thank you.
@@gregoryallen1122 He did talk about it briefly at 0:04:10. For the Visual Studio installer, I choose ASP.NET and web development, Azure development, .NET desktop environment and Data storage and processing
In case anyone got this error while building the database, "A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)", add "TrustServerCertificate=True" in the DB DefaultConnection string after.
Nihil 1 month ago 1:12:55 While defining connection strings you made a little mistake: colons must be equals sign. It must be like "Server=.;Database=Bulky;Trusted_Connection=True;"
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Guys you should watch this video also, It was amazing Completely Zero to hero course. th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Got the job because of the video. Done this project, Aced the interview Got job as mvc technical support consultant 🎉Thanks sir
What is MVC consultant?
@@Whorok whos guide other people or client about MVC because MVC consultant have brief knowledge about MVC and they can be able to configure those applications which was developed by the MVC consultant and MVC consultant is also a MVC engineer
Watched Video Two Times in Two Months, Third Month Got a job. And now working as a .NetCore Developer. Great Video
Can you share your LinkedIn profile
@@furqankhan7716he didnt get sht lol
Got a job after just watching the video? First question the recruiters usually ask is how many years of development experience in the specific technology one is interested in? The candidate is then grilled in various rounds and then if it suits them, the job is earned ( hard earned).
@dineshd3631 what if it's a Jr position 0 to 1 year experience?
@@gamereactz Jr Position 0 to 1. Sorry no vacancy the most common answer. Even if one gets as a fresher, an awful experience with negligible salary, lots of exploitation by the employer on the pretext of being a fresher and then kicking out any time.
WOW, Finally someone who explains things in a very simple way and easy to understand. I've paid other courses and followed other trainings but things didn't make sense in the end. With this one finally all the pieces in the puzzle are joined. THANK YOU SO MUCH FOR THIS!
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
yes
0:45:40 "if this too much for you, dont worry, you are not alone.
When I was learning MVC about 10 years ago, at that time I had very hard time to understand"
What a man!
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
You can't imagine how much you helped me. I took a bootcamp about this project about two months yet you explain eveything in 3 hours. And you teaching like you teaching a foolish person.. Thank you.
I'm only 30 minutes in and I'm so impressed with how much I'm learning, the great code-based AND visual examples to really cement what's happening, as well as the relationship between the code and the view--thanks so much!
but you are a woman...
Thank you sir by watching your video and preparing for interview i got job offer today , still waiting for offer letter but by watching this video and learn dapper in one hour i have build project and cleared the interview... thank you for this video
I just completed the entire course. It is very well explained with good pace. In some places the author rushes a bit, but you can always go back and re-follow it. Also the subtitles are very useful. Thank you for sharing this on TH-cam.
the subtitles are the most useful ones, I had the volume to max and it still sounds quiet, but after all why complain when totally free.
@@Platica.Vasile true. I wanted to talk about how the audio quality is so poor that i'm just not getting some of his words, but i also didn't pay for anything. No looking gift horses in the mouth and all that
@@tulipalll hahaha, this phrase: "No looking gift horses in the mouth" in Spanish is: "A caballo regalado no le mires los dientes", was funny to read it in English! ;)
i would love to pay to get a certificate for this course , i saw other courses on the udemy and others don't even worth it, love how he explain things the right way , thank you
Sir I am at 1:34:5
I want to express my sincere gratitude 🙏
This is such a comprehensive video thatI ever watched on TH-cam.
I am so thankful to you for making these technologies so easy and comprehensive
In the Custom Validation section, we first check whether the name and string values are the same or not. However, if we click on "create" without filling out the form, we will receive an error . System.NullReferenceException: 'Object reference not set to an instance of an object.' To fix this i use this
if (ModelState.IsValid)
{
if (obj.Name == obj.DisplayOrder.ToString())
{
ModelState.AddModelError("Name", "Name and Display Order can not be same");
}
else {
_db.Categories.Add(obj);
_db.SaveChanges();
return RedirectToAction("Index");
}
}
Thank you for the beautiful video course! It was very informative and I learned a lot. Your efforts are greatly appreciated and I look forward to applying what I have learned in my work.
For those who are wondering why the database doesn' get created, just add to your connection string those parameters:
TrustServerCertificate=True;Encrypt=False;
Hope it helps!
Also make sure all Nuget pkg are same version. it may helps
@@kiriCheng-vo4rg it sure does!
thanks!
Thanks!
Thanks!
I'll be honest. I've subscribed, and not even watched yet. Hearing your teaching style, calmness, and seeing you have the playlist play order in the description, lead to my subscription, and added this to my watch list, to watch in my play time. Should be fun. Thanks..
на русском подобной информации нет, к сожалению, но посмотрев это видео, хоть и частично не понимая происходящего и комментариев, у меня просто открылись глаза. Самое понятное видео по ASP.Net core 6 MVC, однозначно лайк
Ярик, привет. А посоветуй еще что-нибудь по net. core 6.0. С чего стоит начать обучение? Много кто советует Фримана и Троелсона, но там нет новых книг и только 3-тья версия дотНет.
@@ДиванныйВоин-щ4п, честно, сам в поисках, пробовал книги читать и документацию, но доходит туго, нужно больше усидчивости и усердия
@@ДиванныйВоин-щ4п Вроде Библия С#, издание 2022 года. там она заточена под ASP .Net core. Сам не читал еще. только планирую приобрести
А сам как раз сейчас основы ООП по Троелсену изучаю
Went to the end. First ever course explaining things so good. Everything worked as shown, the only errors came from typos or missed code adjustments made on video an not noticed by myself. The azure UI changed a bit in 2023 but functionalities not and deployment went properly. Thanks a lot! Big pizza and hugs for your amazing job and skills and willingness to share with us! See you!
Hello, in your opinion what is the required C# knowledge before starting this course?
I think must know the language itself, the syntax, vocabulary, methods, OOP in general. As displayed on 1:20 s, this course is about technologies basing on c#, using c#, so this course doesn't explain what is a method, what is a property and what is a class, what are loops etc. This part must be done by yourself earlier. In my opinion any console-app entry level course before would be enough.
I really like how you explain what each item is in simple terms. It makes it very easy to understand and comprehend. Great work and thank you!
Anyway you can tell me what version you're using so I can download the right version to follow along. I'm totally lost! Any information would be greatly appreciated. Thank you.
@@gregoryallen1122 I was using visual studio 2022 with .NET 6.0 framework and all my NuGet packages were version 6.0.7. I also selected ASP.NET Core Web App (MVC) with C# as my project template
@@peterpete5214 thank you for that information, I'm just lost on how to load certain versions of .NET to my Visual COde 2022 for it to work correctly.
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
as someone who learned the fundamentals of c# but had no idea where to start building, this was incredibly helpful. the breakdowns of specific topics really was informational. great content.
this is a really excellent class/video. I've taken a skillshare course from a good teacher, but they did not teach the concepts like you did. Thank you! I am definitely interested in more of your content.
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
for those experiencing problems between 2:33:01 and 2:35:56, there is a kind alike problem in delete as well, typing "" right below the "" statement will fix the issue in the same way that it fixed the issue on delete If you're still confused, skip the update part, watch the delete part, then back to update and try to do what I said, it worked for me at least
I tried doing that it was not working for me
Hello can I connect with you ?
Thanks i was having trouble apparently is needed also in update
This is exactly what I needed to get started. There is enough theory to get you off the ground without getting bogged down in it. The magic is copying the code and then making it contextual to your needs.
Thanks Bhrugen.
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
this channel has single handedly saved me from failing my programming module. BRAVO!!
Very high quality content. Great teaching skills! Thank you very much for sharing this for free!
Best video ever for beginners, actually explained what all the template code does thank you
The best dependency injection explanation I've ever seen.
yes i also liked it
Thank you so much putting so much effort and time into this excellent free course. Many tips helped me very much!
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Bhurgen is the best instructor, Thank you so much for this amazing tutorial.
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Much appreciation for writing the subtitles for the entire video. Thanks for the content!
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
I'm only half way through this tutorial but I have to admit you did an excellent job. you make things seem so simple. I just wish you were database first and not code first. DB 1st ftw! 🙂
It is the best understandable explanation for basic knowledge I've ever seen. Thanks so much.
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thank you, course creator, for your time and effort in creating this valuable learning experience. Your dedication to education is greatly appreciated.
This is easily the best tutorial on ASP .NET MVC that I seen so far! Thanks!
I subscribed just last year, and it helped me a lot to the point that I think I should give you guys my tuition fee money
This is the best quality tutorial video on this topic! Thanks Bhrugen Patel!
Excellent video! Thank you very much .
If someone also face issue at 1:32, because I was unable to perform the migration using the same connection string. However, after making these changes (add TrustServerCertificate), I was able to do it: "DefaultConnection": "Server=abcdA\\SQLEXPRESS;Database=abcd_b;Trusted_Connection=True;TrustServerCertificate=True;"
The best course to understand asp with ease. Thanks to the tutor.
Hey Sir,
I just wanted to drop by and say a huge thanks for creating that awesome tutorial video! It was incredibly helpful and well-explained. Your content is a game-changer, and I appreciate the time and effort you put into sharing your knowledge. Keep up the fantastic work, and I'm looking forward to more great tutorials from you in the future!
Cheers,
Safaf
What an amazing and thorough step-by-step explanation of this tech stack. 5 stars for the great video!!!
are you commenting from 2007?
For anyone having a null reference exeption around 2:18:00 You can try adding this, BUT I'm not sure this is the way:
if (!(obj.Name == null)) {
if (!(obj.Name == null) && !(obj.DisplayOrder== null)) {
{
ModelState.AddModelError("name", "The DisplayOrder cannot exactly match the Name.");
}
}
Um curso em vídeo explicativo, bem didático e prático para aplicar em cenários reais. Parabéns pelo esforço em compartilhar o conhecimento nesse curso. 👏🏾👏🏾👏🏾
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
thank you so much it just 3 hours but i have been watched and have learned 48 HOURS , your simple and easy explanation makes me watch more
1:12:55
While defining connection strings you made a little mistake: colons must be equals sign.
It must be like *"Server=.;Database=Bulky;Trusted_Connection=True;"*
Otherwise package manager console will turn an error "Keyword not supported: 'server:.;database'."
yes
@Nery did u find the solution?
@@mithunmachaiah7105 you might be missing a ", " in appsettings.json
@Nery you might be missing a ", " in appsettings.json
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
An absolutely fantastic course! Great explanations step by step. Thank you for providing us with this
Thank you so much! The quality is so high, you explained everything much better in 3 hours than my trainer did in the last whole week! Excellent video, thank you so so much
if you want the error message to be more dynamic, just use "{0} must be between {1} and {2} only!!", 0 will be always the property name, 1 the first range value and 2 the second range value. so, no matter what values you use in the range definition, you don't have to replace the values in 2 different places if they change in the future, I can asure you will forget to update the error message :)
really would be nice to have a better quality mic for a 3 hr long tutorial. but a small price to pay for such good quality content at no cost. thank you
I downloaded an equalizer extension for firefox and used it to increase 1k-8k hz and lowered 32-64hz and it sounds a little less muddy, plus I turned captions on and they are 85% accurate.
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thanks!
The course was done very well. I learned a lot more than school was teaching us.
This is an amazingly well done course that is really concise. Thank you!
Such a great video! But it's not a full course, it's a beginner course. After this you want: async, different front end, payment, authentication / authorization, login and much more but it's a great begin!
This is one of the best courses that I've seen so far! Thanks a lot!
Clean and Clear explanation. Thank you for this free course of worth $1000.
1:31:21, if you get a certificate error when you run the update-database command you can add TrustServerCertificate=True; in your connection strings. Worked for me.
Absolutely the best ASP.net tutorial video I've found so far. Having an Indian accent is nice. However, when you speak, it feels like you're singing with the same tone all the time. Please, just speak in your natural tone. Don't try to sing. This singing part made it very hard to understand what you were saying. i had to listen 3-4 times to understand
Bhrugen Patel is a great teacher.
Don't know where you watching this from my brother but I wished you all the best in life ❤️❤️
Hi stranger , hope your life going good , i wished you good become great 🥰
Спасибо, и тебе того же
You too, brother
You too bro
why only brother?🙃😂
I reached 46:02, and this guy is good af, guys it is lonely path but fucking worth it
Thank you so much... One of the Greatest tutorials. Easy to follow and Easy to understand the Concept... Now am tempted to follow all the Tutorials
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
I am still at 14:44, till this moment this guy he is doing his job perfectly
One of the best Asp.Net Core MVC 6.0!
Even just watching the first 45 minutes, I was falling asleep almost 4 times. I'm still resisting. But I'm sure that the content and the narrator are great.
Your my boy Blu! ... i will allow you to pledge for our fraternity. I found this course very useful as a total noob to .NET Core, i liked the fact you covered stuff around boot strap themes, add customised controls which often would be ignored on a course. These areas however were a little difficult to follow as were very fast and the sites used could go offline.
If you get the error:
"Format of the initialization string does not conform to specification starting at index"
try replacing Connection String to :
"DefaultConnection": "Server=*YourServer*;Database=Bulky;Trusted_Connection=True;TrustServerCertificate=True;"
(without '*')
Great tutorial. I will have to watch it 2 or more times. Asp is rather complex
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thanks team for this course. Bhrugen you are doing great job.
Increible curso, super claro. definitivamente continuare con alguno de sus cursos.
I just hit an hour, but this is such a revelation already!
Great man , you work really hard to make it easy for us !👍
Thanks Bhrugen
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thank you for your great effort. I strongly recommended this course. I have just small notice about the sound 🔉 was a little bit quiet. I hope to see your advanced courses with relationship tables.
Hi, i didnt getting itempart (packagereference) in VS while he was exploring the files correctly at 19:13 time part of the video..
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
This was quite clear and straightforward! I read the Microsoft tutorial on MVC before this, that was more confusing
Microsoft IS confusing
Anyway you can tell me what version you're using so I can download the right version to follow along. I'm totally lost! Any information would be greatly appreciated. Thank you.
@@gregoryallen1122 He did talk about it briefly at 0:04:10. For the Visual Studio installer, I choose ASP.NET and web development, Azure development, .NET desktop environment and Data storage and processing
In case anyone got this error while building the database, "A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)", add "TrustServerCertificate=True" in the DB DefaultConnection string after.
thank you! i had the error, and fixed it this way.
Thanks! I spent hours on this, and finally your solution works for me!
ha lol, I didn't need to spend 2 hours trubleshooting this. I could have just looked at comments. Came to same conclusion though!
Thank you, i should've read the comments hahahaha, i spent like 1 day to try to create Certificates and other solutions
nice! I looked here first, so only took me 30 minutes to get past this error!
Nihil
1 month ago
1:12:55
While defining connection strings you made a little mistake: colons must be equals sign.
It must be like "Server=.;Database=Bulky;Trusted_Connection=True;"
Thank you!!!
Thanks for using the strongly type data types.. made things a lot more clearer
Crazy course... a little from anything, but with this you can build huge apps :) Congratz !
Felt more like a refresher than a "full course"
Best teacher! Thank you for your time!
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Already bought the code, into it now, thank you so much Bhrugen
Thanks a tonne for this video! I actually got a job after watching this video !
Thank you so much sir! I understand now how it works!
One of the best tutorial I've watched. 👌
Thanks. It's rather helpful for beginner. Thorough explanation counts!
Agreed - EXCELLENT!!! can't wait to got through the Advance Course
Wow..super impressed with dotnet 6!
Awesome , the best teacher ever
This is such an excellent tutorial, great job!
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Thank you very very much for explaining things in a very simple and understandable way
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
This is awesome! An efficient way for me to recap the fundamentals of .net core MVC!
I wish i could like it more than once ! thank you !
Super Course and Great Explanation!!!
Thank you very much Bhrugen!!
very clear explain Amazing teaching style freecodecamp offer many good course throw youtube without cost. Thank you so much offering this tutorial
Dude that was a fantastic video. Everything was simple and well instructed
One of the best I had ever seen before
Thanks for this video.
Note: Please correct subtitles, between @4.15 and @4.28
It is the best explanation for basic knowledge. Thanks so much.
you are IT God
Great tutorial. Thank you very much Bhrugen.
Thanks for the such amazing explanation, GOD BLESS YOU
Thank you so much for this kind of videos ! I like the way you explained ..Superb Sir ...🙌
Thank you so much. I felt like I was getting nowhere before watching this course.
Going from the front side end of things (JS, React, express). Iam glad that I found this gem!
Very good course. Concise concept and instructions. better to add a section of access data through Store Procedure
Guys you should watch this video also,
It was amazing Completely Zero to hero course.
th-cam.com/play/PL-f1_XGu_xyPyAc9iRItM3mY0TFwjguJ-.html
Start with Day1 : th-cam.com/video/uppstTbfXjU/w-d-xo.html
Дякуємо!
One word: Excellent!!!