I can't find an ASP.NET Core Template

Hello everyone, I decided to take a break from Unity and tried to learn ASP.NET I found a video on YouTube and followed it. But I had a little trouble on the way, I can't find the same template as shown in the image here. I wonder if the name of the template was changed or something ? Thank you for your help
No description
No description
32 Replies
Pobiega
Pobiega2mo ago
The Second one is "combined" and you'll pick between MVC razor etc in the wizard. There is no difference in the result
RagequitMaster
RagequitMasterOP2mo ago
So just to be clear, the ASP.NET Core Web App (MVC) is the "combined" and it is the same as the template shown in the video ?
Pobiega
Pobiega2mo ago
No He is using the combined You have them separated I can't tell what subtemplate he used from that screenshot
Harakles
Harakles2mo ago
@RagequitMaster u should try updating the vs and check the buttons about asp.net on the sidebar
RagequitMaster
RagequitMasterOP2mo ago
You mean the Installation Window ?
Harakles
Harakles2mo ago
No description
RagequitMaster
RagequitMasterOP2mo ago
Here's my install
No description
Harakles
Harakles2mo ago
ı mean on the installer
RagequitMaster
RagequitMasterOP2mo ago
I did update it today
Harakles
Harakles2mo ago
No description
RagequitMaster
RagequitMasterOP2mo ago
Um how can I show you more ? Can I send you the link to the video ?
RagequitMaster
RagequitMasterOP2mo ago
freeCodeCamp.org
YouTube
ASP.NET Core Crash Course - C# App in One Hour
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 A...
Harakles
Harakles2mo ago
which version of core is he using
RagequitMaster
RagequitMasterOP2mo ago
It's at 9:41
Harakles
Harakles2mo ago
oh
RagequitMaster
RagequitMasterOP2mo ago
My apologies I couldn't tell
Harakles
Harakles2mo ago
i think he is downloaded some kind of lib or extension for vs
RagequitMaster
RagequitMasterOP2mo ago
How could I have known that ?
Harakles
Harakles2mo ago
No description
Harakles
Harakles2mo ago
use this
RagequitMaster
RagequitMasterOP2mo ago
Oh okay Thanks You're the hero
Harakles
Harakles2mo ago
dont forget this is diffrent u need the select individual accounts
Harakles
Harakles2mo ago
No description
Harakles
Harakles2mo ago
on second page this guy using diffrent vs version ı guess
RagequitMaster
RagequitMasterOP2mo ago
He was using VS 2019
Harakles
Harakles2mo ago
im using 2022 /shrug :shrug: ¯\_(ツ)_/¯ why my command didnt works at the first time lol
RagequitMaster
RagequitMasterOP2mo ago
The video is 4 years old so ...
Harakles
Harakles2mo ago
it could be one of asp.net 7.0 templates microsoft gonna release 9.0 u should learn 8.0 already
RagequitMaster
RagequitMasterOP2mo ago
Um ... i haven't ._.
glhays
glhays2mo ago
What is the video link?
RagequitMaster
RagequitMasterOP2mo ago
freeCodeCamp.org
YouTube
ASP.NET Core Crash Course - C# App in One Hour
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 A...
glhays
glhays2mo ago
In your project screen shot you would choose the second Model-View-Controller under the highlighted. When you get to the screen where the language selection second or third screen in the wizard you need to select .net 5 (out of support) to get the solution in the video hence a program.cs and startup.cs. startup.cs is not used anymore in the newer versions of VS. This video is 4 years old. @RagequitMaster ^^^^^ You can adjust the proj file to a newer version like 9.0 after the solution is created.

Did you find this page helpful?