VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
ASP.NET Core Crash Course - C# App in One Hour

ASP.NET Core Crash Course - C# App in One Hour

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
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: https://www.youtube.com/user/shadsluiter -- Special thanks to our Champion supporters! -- - Loc Do - Joseph C - DeezMaster
Date: 2022-03-14

Comments and reviews: 10


Hi. Thank you for the video. I am only at the beginning video. But I would like to make this comment for all the new learners before I forget. One should know that there are quite a few changes in Microsoft Visual Studio Community 2019, Version 16.11.10 compared to the version used in this video.
For example, to get the app to run in the beginning, on the top of the Visuals Studio window, one has to click and choose the name of the App and not -IIS Express- as shown in this video. Otherwise one gets all kind of errors, which googling won't resolve, unfortunately.
And of course, one has to previously install the -ASP.NET and web development- package using the Visual Studio Installer. Thank you, again for this free course.

reply

I am trying to learn C# now that Dotnet Core is a thing, and I am a Linux user. The problem is every learning tutorial for Dotnet Relies on Visual Studio for Windows with all of these windows and checkboxes to generate code and I cant really do that on Linux, neither I want to.
I would love to see a full course with only dotnet CLI to make things happen.

reply

For those who can't find the Sql Server Object Explorer window -- you chose -none- for the authorization when you created the project. If you can't log into Sql Server then there's no point in having a Sql Server explorer window, and you can't log into Sql Server if you don't authorize connections when you create the project.
reply

Visual studio 2022 and I am also unable to add a new controller at 22:45 Still trying to make it work...
Edit: For everyone in 22:45 If you can't add a controller, be sure to TURN OFF ISS Express that you have left open and running. Once you turn it off, you will be able to add the controller with no issues!

reply

As an old C++ programmer who's just getting back into programming (last time I used VS was in...2006?) this was amazing. Lots of little tricks embedded in the video, I feel like Visual Studio and I are old friends who just met each other on the street, and now we're having a drink and catching up on things.
reply

Question: I can't type a joke into my fields. It seems to be hardstuck on a drop down menu or just accepting int. I changed the data type for the Joke and Answer fields to nvarchar(MAX). I even tried text but none worked for me so my joke and answer can't be entered. I'm on VS 2022
reply

I developed a basic registiration and login pages via angular but I couldn't connect it to my backend using ASP.NET Core using Visual Studio and the C# language. Do you have any suggestions or tutorials related to this issue thank you in advance.
reply

Hello! Thank you for this amazing video!
Unfortunately, I cannot log in. The app recognizes me as a user, but if I click that I forgot the password it doesn't send anything back to my email. Does anybody know the easiest way to fix it?

reply

29:40 i get the following error: -column 'Id' in table 'Joke' is of a type that is invalid for use as a key column in an index, Could not create constraint or index, See previous errors.- fail in exicuting the database command.
reply

Thank you for this brilliant video! Do you post an advanced video of this topic? For example, I want to know how to show the user column. If there exists the video, please let us know. Thanks in advance!
reply
Add a review, comment






Other channel videos