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.
@@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
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
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!
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.
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
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
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.
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..
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
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
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! ;)
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.
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;"
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 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
на русском подобной информации нет, к сожалению, но посмотрев это видео, хоть и частично не понимая происходящего и комментариев, у меня просто открылись глаза. Самое понятное видео по ASP.Net core 6 MVC, однозначно лайк
Ярик, привет. А посоветуй еще что-нибудь по net. core 6.0. С чего стоит начать обучение? Много кто советует Фримана и Троелсона, но там нет новых книг и только 3-тья версия дотНет.
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! 🙂
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
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
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
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
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.
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.
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
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
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."); } }
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.
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 who are wondering why the database doesn' get created, just add to your connection string those parameters: TrustServerCertificate=True;Encrypt=False; Hope it helps!
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!
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
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
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, course creator, for your time and effort in creating this valuable learning experience. Your dedication to education is greatly appreciated.
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.
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
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 '*')
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
I have got an error at 1:39:24 when u press TAB on CreatedDateTime. Its says "Error message: Cannot insert the value NULL into column 'CreatedDateTime', table 'Bulky.dbo.Categories'; column does not allow nulls. INSERT fails. ". I've google it but cant find a solution please help. My code is exactly the same as the video.
I had same problem, so just pasted in a datetime value for the purposes of the test. Open New Query in SQL, then execute SELECT CURRENT_TIMESTAMP; I pasted the result of the query in to the table and it worked for me.
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 :)
I really like the course but your speech needs improvement. I'd suggest you try speech therapy or some speech exercises. Hope you continue to produce quality content and keep working on your communication skills. For example, try finishing phrases this way: 11:59 instead of this way: 12:05 .
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
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;"
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
Thanks for this video, it was really helpful. Please do an MVC course for .NET8 and .NET9 **It'd be cool to have an MVC + Web API course **Or MVC + React TS
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.
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
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
Thanks!
The course was done very well. I learned a lot more than school was teaching us.
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...
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.
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
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
Bro I got a job work in api using dotnet is this video is enough to work
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.
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..
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
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
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! ;)
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.
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;"
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
this channel has single handedly saved me from failing my programming module. BRAVO!!
The best dependency injection explanation I've ever seen.
yes i also liked it
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
This is easily the best tutorial on ASP .NET MVC that I seen so far! Thanks!
на русском подобной информации нет, к сожалению, но посмотрев это видео, хоть и частично не понимая происходящего и комментариев, у меня просто открылись глаза. Самое понятное видео по ASP.Net core 6 MVC, однозначно лайк
Ярик, привет. А посоветуй еще что-нибудь по net. core 6.0. С чего стоит начать обучение? Много кто советует Фримана и Троелсона, но там нет новых книг и только 3-тья версия дотНет.
@@ДиванныйВоин-щ4п, честно, сам в поисках, пробовал книги читать и документацию, но доходит туго, нужно больше усидчивости и усердия
@@ДиванныйВоин-щ4п Вроде Библия С#, издание 2022 года. там она заточена под ASP .Net core. Сам не читал еще. только планирую приобрести
А сам как раз сейчас основы ООП по Троелсену изучаю
Дякуємо!
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! 🙂
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
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
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
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
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?🙃😂
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.
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.
Best video ever for beginners, actually explained what all the template code does thank you
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
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
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
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.");
}
}
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.
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
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 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
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!
Clean and Clear explanation. Thank you for this free course of worth $1000.
This is one of the best courses that I've seen so far! Thanks a lot!
Very high quality content. Great teaching skills! Thank you very much for sharing this for free!
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
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
What an amazing and thorough step-by-step explanation of this tech stack. 5 stars for the great video!!!
are you commenting from 2007?
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
Thank you, course creator, for your time and effort in creating this valuable learning experience. Your dedication to education is greatly appreciated.
Crazy course... a little from anything, but with this you can build huge apps :) Congratz !
This is the best quality tutorial video on this topic! Thanks Bhrugen Patel!
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.
I reached 46:02, and this guy is good af, guys it is lonely path but fucking worth it
Increible curso, super claro. definitivamente continuare con alguno de sus cursos.
I am still at 14:44, till this moment this guy he is doing his job perfectly
Thank you so much for this kind of videos ! I like the way you explained ..Superb Sir ...🙌
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
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
Thanks. It's rather helpful for beginner. Thorough explanation counts!
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
Great .NET Tutorial Ever !! ✨✨✨✨✨✨
Dude that was a fantastic video. Everything was simple and well instructed
This is awesome! An efficient way for me to recap the fundamentals of .net core MVC!
Thanks a tonne for this video! I actually got a job after watching this video !
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 '*')
Bhrugen Patel is a great teacher.
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
Agreed - EXCELLENT!!! can't wait to got through the Advance Course
The content were point Sharp considering the Topic covered here it was worth learning from you !!! Thanks Man
An absolutely fantastic course! Great explanations step by step. Thank you for providing us with this
I have got an error at 1:39:24 when u press TAB on CreatedDateTime. Its says "Error message: Cannot insert the value NULL into column 'CreatedDateTime', table 'Bulky.dbo.Categories'; column does not allow nulls. INSERT fails. ". I've google it but cant find a solution please help. My code is exactly the same as the video.
I had same problem, so just pasted in a datetime value for the purposes of the test.
Open New Query in SQL, then execute SELECT CURRENT_TIMESTAMP;
I pasted the result of the query in to the table and it worked for me.
Go to the SQL and check allow null it will work, but in your case it seems like you are not passing the default value with the Category Model
I am also getting this error, tab does nothing but bring up the error.
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 :)
Awesome , the best teacher ever
Wow..super impressed with dotnet 6!
One of the best Asp.Net Core MVC 6.0!
I really like the course but your speech needs improvement. I'd suggest you try speech therapy or some speech exercises.
Hope you continue to produce quality content and keep working on your communication skills.
For example, try finishing phrases this way: 11:59 instead of this way: 12:05 .
This is an amazingly well done course that is really concise. Thank you!
¡Gracias!
Going from the front side end of things (JS, React, express). Iam glad that I found this gem!
you are IT God
Incredible. Thanks for everything, these guys are awesome, no kidding. I learned so many things in one video….❤
Thanks!
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
at 18:32 when and how can I download a package because when I entered my new project i couldn't see the this package
Felt more like a refresher than a "full course"
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!!!
One of the best I had ever seen before
very clear explain Amazing teaching style freecodecamp offer many good course throw youtube without cost. Thank you so much offering this tutorial
One word: Excellent!!!
Thank you so much sir! I understand now how it works!
One of the best tutorial I've watched. 👌
Excellent! very nice tutorial I was looking for. Thank you👍
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
Already bought the code, into it now, thank you so much Bhrugen
The best course to understand asp with ease. Thanks to the tutor.
Super Course and Great Explanation!!!
Thank you very much Bhrugen!!
Thank you so much. I felt like I was getting nowhere before watching this course.
tanks for you
I solve my error with your cours😂😂😍😍
now the things start making sense , Thank you!
Thanks for this video, it was really helpful.
Please do an MVC course for .NET8 and .NET9
**It'd be cool to have an MVC + Web API course
**Or MVC + React TS
Thanks team for this course. Bhrugen you are doing great job.
I loved it, Thanks for sharing this.