Episode 2 Using MVC Template and adding custom pages (ASP.NET Core MVC)

preview_player
Показать описание
In this video, you will start your website using the MVC template provided by Visual Studio 2022. There will be a brief explanation of the IDE (integrated development environment) and adding new pages to your website.

Рекомендации по теме
Комментарии
Автор

This helped clear up an issue I was having with adding customized pages with controllers. Thanks!

soundsroyale
Автор

It was never necessary to stop and start the website while making changes to html. It was only necessary when making changes to the c# and/or .net code.

markl
Автор

I just installed the software right along with this video, then followed along and get an error when I click run (like your video at 5:55). Here is the error. I am running Windows 10 though.

State
Error NETSDK1004 Assets file not found. Run a NuGet package restore to generate this file. estateAgency C:\Program

chrisdowing
Автор

The areas, controllers, data folders are missing in my solution panel though, how do I get them to appear or what's amiss in my VS 2022?

patrickmajik
Автор

My add view tab is inactive, how will I activate it plz

abdikahiye
Автор

3:50 Why staring with complex template if you going to explain it in detail anyway? Even the "Empty" template has a nice "Hello Word" page to start with - why not work from there? I think recreating the template would be a good way to make sure you understand how everything works together.

Adiounys
Автор

When i ran the flie, the website didn't load and a bug appeared in the cs code, the bug was in here: var builder = and the bug is: the given assembly name was invalid

katharinecondit
Автор

Could use timestamps to easily find things that needed

reubenconfue
Автор

My areas, & controllers, data folders are missing in my solution panel, how can I get them to appear? using Visual Studio 2022

jajarot
Автор

how can i add a template? like a demo version of an admin dashboard

oellinkisidoro
Автор

Explaining what the differences are for us newbies. I was lost lol.

MaddConnekRecordz