Setup mvc in asp net core

preview_player
Показать описание
In this video we will discuss, setting up MVC in ASP.NET Core application.

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

Text version of the video

Slides

ASP.NET Core Text Articles & Slides

ASP.NET Core Tutorial

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
Рекомендации по теме
Комментарии
Автор

That guy should be best educational master from MS! Brilliant!

maikeru
Автор

Thank you kudvenkat! This has been the clearest, most cogent, patient explanation of MVC I have encountered. I greatly appreciate the "nuts and bolts" explanations of how requests are processed, and then passed to the next middle-ware components. The whole thing is making better sense now. Bravo my friend!

jamesdevine
Автор

.Net Core Thank you so much Sir. It was most awaited one since 2017, please i am excited to watch the next video!

sinchanar
Автор

If you are using .net core 3.1 need to add below line
services.AddMvc(options => options.EnableEndpointRouting = false);

thinkagain
Автор

Man, you are awesome! You explain in so much details and with various possible ways to get results or errors.

vikram
Автор

Hey! the tutorials are great but they do not current anymore. Is there a chance you're updating .Net core course with latest framework (i.e. .Net Core 3+).

bgupta
Автор

as always.... very informative video.. thanks alot

DecentProgrammer
Автор

Error with Net. Core 3.0?
solution -->
first : services.AddMvc(options => options.EnableEndpointRouting = false); in Startup > ConfigureServices method
next step: (not sure but work for me)
add app.UseRouting(); before app.UseMvcWithDefaultRoute();

jarekd
Автор

Sir please start a video series on Xamarin mobile development and on WPF.
Thanks.

naveedkhan
Автор

really well explained thank you for your work

gwenaeloppitz
Автор

Thank you sir. Great tutorials as always.

factworld
Автор

For Core version 2.2+ using endpoints, this step is not needed, or supported while using endpoints.


Instead, replace
endpoints.MapGet("/", async context =>
{
await World!");
});



with
endpoints.MapControllerRoute("default",

bclark
Автор

Hi, thanks for the video. One question though, doesn't asp.net core mvc scaffold views ?

microtech
Автор

Thanks Sir ... Learned a lot from you . Please consider creating Azure tutorials too

jibinkoshy
Автор

My environment variable is set to Development in launchsettings, but I don't get the exception page. I just get a generic 404 page.

markofthewolfe
Автор

Great tutorials as always. Just one small tip, add better end screen for the videos, like your logo or something similar. Maybe half-way in the melody smooth transition.

DarkGT
Автор

Hello sir please make video for asp.net core 2.2 with web API with 3 layer architecture with dependency injection

ehteshamalam
Автор

Hi, first of all I want to thank you very much for all your tutorials. They are very helpful. I am getting an error on the line app.UseMVCWithDefaultRoute(). Using 'UseMVCWithDefaultRoute' to configure MVC is not supported while using endpoint routine. To continue using 'UseMvcWithDefaultRoute', please set = false'. I think it's probably because I am using a newer version of ASP.Net Core. Can you help with this pleasE?

rogerporter
Автор

Please make a video on endpoint routing, also explaining the difference between the 2 ways.

rhidoy
Автор

with a different file name of HomeController it doesnt work. So is it some kind of default stuff again ?

blekienomoregames
visit shbcf.ru