Learn how to create a web database app in ASP.NET Core using Visual Studio and the C# language.
This tutorial will show you how to :
– Use the MVC (Model View Controller) design pattern.
– Configure database tables using the Entity framework.
– Setup of classes as models. Customize Razor forms.
– Create methods inside a controller.
– Style an ASP.NET page with CSS.
– Use Bootstrap classes.
– Create a search function to filter database results.
✏️ Course developed by Shad Sluiter. Check out his YouTube channel:
⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster
—
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
Thank you!
if you are following this tutorial now(2024+) and get an error on the search part that says multiple enpoints or something like that. try adding "[HttpPost]" above the ShowSearchResults method
From the time we created the show search form. My app didnt display the id
This is the best ever crash course I have done in the most complex framework out there. Thank you, sir!
noice!!!!!!!!!!
Thanks
Finished update-database but server tab does not show the database. Please help!
I can't find SQL Server Object Explorer on mac. Not in the panel or under View.
This Windows background color is old-school.
Good course for beginners ❤❤❤❤
24:50
That's exactly what i was looking for. thanks for this amazing quick clear tutorial
Great explanation, thank you!
That's almost OP to a NextJs dev 55:09
I swear his breath sounds like a GPU firing up. 46:58
Not able to login, it says invalid login attempt when i add the Authorize bit
Update: I figured it out. Go to user database and make Email confirmed value to True.
Thank you so much, great learning!
Take a bow champ —>>>
Thank you so much professor :')
Thank you sir, it was a great learning with you.
Stuck at 30:10 Can't seem to find The SQL File Under (localdb) > Databaes i only have one aspnet File, help if someone figured it out
man, you are a truly great teacher!
Very similat to java + spring +thymleaf concept
does he have another video tutorial for advance?
Is it worth learning from here in 2024?
??? This can't be that easy. I refuse to believe
How can I modify the existing login and registration fields?…can anyone help me on that?
This man's teaching skills are next level
This guy is a great teacher. Ober of the best I've seen.
Does anyone know which microphone his using? Sound is good
The way the tutorial is structured is amazing. Everything is answered, everything is explained. From the beginning of the course you know exactly what to expect.
11/10 Very Informative Video
many thanks, @ShadSluiter and freeCodeCamp! great resource!
If anyone else experiences an issue at around 29:21 where they can't find the server in their SQL Server Object Explorer, I figured out how to fix it!
1) In the SQL Server Object Explorer, create the button that looks like a computer with a green + in the top left
2) In the "Browse" tab, click the dropdown for Local, then click MSSQLLocalDB
3) Check your settings to make sure you're okay with them, I believe Windows Authentication is the default with no password attached
4) Press "Connect"
You should then be able to follow along accordingly!
Great video!
when did you set that db path on appsettings file.
wow thank you sir.
Just an amazing tutorial
After I use the update-database command I don't see the same things in the SQL Server Explorer. And I can't find that aspnet-JokesWebApp dropdown he is unfolding. Am I doing something wrong? I have no errors in the PM Console, it says Done at the end and that's it. I tried running it again but it says that the The database is already up to day. Anyone has any idea what might be wrong? Thank you! 🙂
PS. I am using Visual Studio 2022