ASP.NET 8 MVC Tutorial for Beginners - C# web development made easy

  Рет қаралды 75,387

tutorialsEU

tutorialsEU

Күн бұрын

Пікірлер: 75
@tutorialsEU
@tutorialsEU 9 ай бұрын
🚀C# Progress Academy - Skyrocket your C# skills with the ultimate course bundle: academy.tutorials.eu/p/csharp-progress-academy
@betallyoungattractive644
@betallyoungattractive644 17 күн бұрын
This was great. None of the other tutorials from other creators worked for me.
@chrisraines706
@chrisraines706 Ай бұрын
One of the Best C# MVC Tutorials I have ever seen!!
@karabomolema7131
@karabomolema7131 27 күн бұрын
The the best MVC demo I've seen so far
@tutorialsEU
@tutorialsEU 27 күн бұрын
I'm glad you like it.
@OpenZipper
@OpenZipper 7 ай бұрын
God bless you man for so long I have struggled with the simplest issue, you have finally explained it in a way for the penny to drop in my head. There is hope for me yet
@sebipoiana1768
@sebipoiana1768 2 ай бұрын
Finished your course and it was great and easy! The database stuff has a lot of built in class names to wrap my head around, so some definitions that are simply explained would be welcomed. Thanks! :)
@grubbsgaben4461
@grubbsgaben4461 2 ай бұрын
I understood everything properly until 25:26 and then he just changed to hypersonic speed and went: "haha database goes brrrrr"
@y.govcon
@y.govcon Ай бұрын
same..I got lost! curious to know if you found some resources that helped u better understand that part?
@motionblender27
@motionblender27 19 күн бұрын
Awesome, short and simple to understand tutorial for MVC
@SatyaketuSanjay
@SatyaketuSanjay Ай бұрын
lovely! this is a kind of tutorial... a beginner can start with!
@esparda07
@esparda07 2 ай бұрын
I like this. Simple and straightforward. Learned tons. Thank you!
@kavidhudissanayaka5128
@kavidhudissanayaka5128 8 ай бұрын
The best and latest course that I found on KZbin . Thanks you for your amazing contribution for that. Thanks ❤
@Chaosxx78
@Chaosxx78 2 ай бұрын
Thank you, was a great hour!
@mercytum7045
@mercytum7045 3 ай бұрын
This was super helpful!
@Pandakaniya
@Pandakaniya Ай бұрын
What a great tutorial this is! Hat off to you! Keep up this great work!
@yuvaranip9544
@yuvaranip9544 6 ай бұрын
I have watched this video and replicated the same project.Awesome tutorial.Thank you
@marcouitendaal985
@marcouitendaal985 2 ай бұрын
That was an hour well spent. Thanks. In the last few weeks I've watched a lot of mvc videos. And I'm now at a stage where I can predict where you're going. Got a couple of demo applications in my visual studio. Ready to move on. :-) One question if you please: where should I continue? razor, blazor or react?
@karabomolema7131
@karabomolema7131 27 күн бұрын
Brilliant vid. Keep it up bro
@kill_switch_101
@kill_switch_101 2 ай бұрын
tnx a lot, very beginner friendly
@mladone5390
@mladone5390 16 күн бұрын
After 35:10 running the project gives me an error saying that it cannot open dll file in the debug folder because it is denied. I'm literally using the same versions of dotnet and the nuget packages as in the video. Can't find a solution for this online, strange...
@hieuphan9781
@hieuphan9781 3 күн бұрын
have you found a way? mine says Severity Code Description Project File Line Suppression State Error (active) CS2012 Cannot open 'C:\Users\Hyu\source epos\Opdracht2\Opdracht2\obj\Debug et8.0\Opdracht2.dll' for writing -- 'Access to the path 'C:\Users\Hyu\source epos\Opdracht2\Opdracht2\obj\Debug et8.0\Opdracht2.dll' is denied.' Opdracht2 C:\Users\Hyu\source epos\Opdracht2\Opdracht2\CSC 1
@mladone5390
@mladone5390 Күн бұрын
@@hieuphan9781 I tried working from scratch on a different computer and it worked. I then sent that new project to my original computer and I had no issue running the project and working on from there
@mohanraghav3495
@mohanraghav3495 25 күн бұрын
Beginner friendly❤
@RoberBot
@RoberBot 6 ай бұрын
Waw. Bro, you are awesome. Really good tutorial. Well done!
@BR50Kab
@BR50Kab 2 ай бұрын
Nice video, i did run into a few minor problems. I diverted from the course and added my SQL database instead of InMemory db. This gave some problems on certifying the connection but i solved that. Using ID will let EF generate the table with IDENTITY_INSERT which means you can not provide the ID your self but have to let the database do that. I removed that by remaming Id to ExpenseId but EF will start every time from fresh and will try to insert the already existing 0 again so the code starts updating existing rows. I need to build in a check for that and get max(Id) n+ 1 at each newe run probably
@JonesCrimson
@JonesCrimson Ай бұрын
If you're using a Data Folder when you start setting up the Database it might not recognize the Class unless you type it as Models.Class. So for example, DbSet would instead be DbSet Although if you even have a Data folder by default you've probably done something wrong lol.
@ismailabarry8016
@ismailabarry8016 6 ай бұрын
i love u,wallah you are the best, i wish God help you too much, this world needs several expert like u; honestly i don't know how too thank u ; just know that i love you really
@avocadoarmadillo7031
@avocadoarmadillo7031 Ай бұрын
Nice crud app, thank you for the video
@sashankshekharshukla2575
@sashankshekharshukla2575 5 ай бұрын
Thanks, I can't express my words, I was a great help to me.
@Eamo-21
@Eamo-21 4 ай бұрын
Simplicity of mvc is beautiful
@lastcloudeadubal5692
@lastcloudeadubal5692 8 ай бұрын
I have an error System.ArgumentNullException: 'Value cannot be null. (Parameter 'entity')' on my _context.Expenses.Remove(expenseInDb); even as I checked multiple times and followed everything atleast as far as I know.
@MatNim
@MatNim 4 ай бұрын
hi! you've probably solved it by now, but i got the same problem and fixed it by changing "asp-route-itemid" to "asp-route-id" in the table in Expense.cs. just writing in case it helps someone else out there:)
4 ай бұрын
Excelent my friend, step by step, congratulations!!!!
@jaqquery
@jaqquery 20 күн бұрын
What if I want to use Mysql? Do I just need to change it at the program.cs?
@By-SARI
@By-SARI 3 ай бұрын
Thanks for the tutorial, I have a regional issue which is I cannot enter comma delimited values, would you please advice?
@hk-four-sixteen
@hk-four-sixteen 4 ай бұрын
Thanks, I can now add ASP into my resume :)
@evancheng9393
@evancheng9393 3 ай бұрын
thank you tutorialsEU, i got a .net dev interview tomorrow (not sure how i got it cause it said 3 YOE req and I got none) wish me luck ;)
@orangejuice8341
@orangejuice8341 7 ай бұрын
Great tutorial, thanks 👍
@MsDareDevil1
@MsDareDevil1 9 ай бұрын
Mindblowing surely will subscribe.
@tutorialsEU
@tutorialsEU 9 ай бұрын
Glad to see you in our membership now 🚀
@jimh3595
@jimh3595 7 ай бұрын
The data is not saved?
@krl1403
@krl1403 6 ай бұрын
I followed all your instructions but when I update it always adds another entry in the database
@hieuphan9781
@hieuphan9781 3 күн бұрын
I have a bug that says cannot open a ...dll file idk what to do? pls help
@ArnaDev006
@ArnaDev006 3 ай бұрын
Can we get the whole project, since i have a bug in my code which i cant fix.....
@GreyKlouds
@GreyKlouds 3 ай бұрын
Hello. I just finished without an error. What was the issue that you had with yours? :)
@hieuphan9781
@hieuphan9781 3 күн бұрын
@@GreyKlouds can u help me? Mine says it cant acces or open the dll file
@DanishFarhan-wg3xz
@DanishFarhan-wg3xz 21 күн бұрын
how to link oracle database to asp net 8?
@sheshanfernando-uv1uj
@sheshanfernando-uv1uj 3 ай бұрын
when i hover over the model it is not showing me the values i entered
@JonesCrimson
@JonesCrimson Ай бұрын
If you correctly added asp-action and asp-controller to the form, then you should be able to add the breakpoint and hover over model, then hover over the tiny expand triangle in the dialogue that pops up, and the information you entered before hitting the submit button should be there.
@viktoriamoskalenko8869
@viktoriamoskalenko8869 8 ай бұрын
Hello, Thanks for video, how to resolve this mistake? System.NullReferenceException: 'Object reference not set to an instance of an object.' Microsoft.AspNetCore.Mvc.Razor.RazorPage.Model.get returned null. in : foreach(var expense in Model)
@michabakiewicz3771
@michabakiewicz3771 3 ай бұрын
Got same error, how to fix it?
@wester06
@wester06 8 ай бұрын
How do you connect a database to all this so that all these changes are reflected in it?
@tutorialsEU
@tutorialsEU 8 ай бұрын
You can register an entity framework database context :-) We have created a video on that here: kzbin.info/www/bejne/nYKVqnV9aJKdgas Enjoy
@wester06
@wester06 8 ай бұрын
@@tutorialsEU thanks 😊
@mukesh_awale
@mukesh_awale 4 ай бұрын
Sure Shot tutorial 🙏
@dr.waseemahmed9536
@dr.waseemahmed9536 6 ай бұрын
Do you have similar tutorial on storing data in SQL Server without using entity framework or may be using APIs or Store procedures?
@born_in_july
@born_in_july 7 ай бұрын
Don't know if you've been already told about it, but you look just like Mitch Lucker from Suicide Silence. You just need to know that
@tutorialsEU
@tutorialsEU 7 ай бұрын
Ironically I'm also lead singer in a rock band. RIP mitch
@chacha-dh1gj
@chacha-dh1gj 29 күн бұрын
25:35
@martontichi8611
@martontichi8611 5 ай бұрын
i like your style
@betallyoungattractive644
@betallyoungattractive644 2 ай бұрын
49:23
@seamusbreen2415
@seamusbreen2415 3 ай бұрын
Damm legend
@nathaliedietl3944
@nathaliedietl3944 7 ай бұрын
👉 *promosm*
@tobiassjoholm9325
@tobiassjoholm9325 7 ай бұрын
Great
@PetarVetar
@PetarVetar 6 ай бұрын
@jumanahalwafi5904
@jumanahalwafi5904 8 ай бұрын
Thanks a lot the Tutorial was on point and simple I like it thanks it was very helpful!
@chacha-dh1gj
@chacha-dh1gj 27 күн бұрын
30:36
Learn React 18 in One Hour: React Tutorial for Beginners
1:14:55
tutorialsEU
Рет қаралды 3,2 М.
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
ASP.NET Core Full Course For Beginners
3:43:18
Julio Casal
Рет қаралды 530 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
Introduction to ASP.NET Core MVC in C# plus LOTS of Tips
1:03:56
IAmTimCorey
Рет қаралды 335 М.
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН