.NET Core Beginner Tutorial - Making a Blog Episode 2 - Views & Controller

preview_player
Показать описание
In this tutorial we will look at MVC pattern and create a simple View with a Controller to display some text, YAY

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

Thanks a lot for these videos, first two have been great so far. I plan on going through the entire 19 videos so I'll drop a comment with my thoughts on the subsequent videos. Great work and thank you!

justinjamgbadi
Автор

How can a channel with such great content have such little traffic. Great work man.

himanshupanth
Автор

this tutorial are better than pluralsight tutorials. simple and easy to learn. thanks for your videos.

rajubk
Автор

Hello, sir. Should tag helper be used for a good use? Is it compatible with software culture?

oguzcangenc
Автор

Bro when i type in add option i dont see views/ folder in solution explorer?

mintz
Автор

Hi trying to follow along but using VS 2019. Startup.cs is different compared to here
" app.UseRouting();

app.UseEndpoints(endpoints =>
{
endpoints.MapGet("/", async context =>
{
await World!");
});
});
also using Microsoft.Extensions.Hosting;


When I comment these out and try to replicate your text, app.UseMvcWithDefaultRoute(); gets wiggly-lined.


Is this a problem with my VS version..should I install 2017 to follow this tutorial?


I've been developing a couple years and only in .net previously.. I'm still very average but want to really start filling in my knowledge gaps, I didnt do computer science so I have quite a lot of gaps heh.
The company I work part time for is moving everything to core/entity framework/azure sql with vue front end. Was wondering what you recommend learning first?
Thanks..not watched many videos but looks like you have a good channel going here

RichardJohn
Автор

Been looking for a .NET Core tutorial, might have found the one!

thankgodezeoffor
Автор

Hi, Sir which VS version do you use? Because I do not have razor layout, razor view start and razor view import. I use the community version. If these features are available in community version how can I add them? Thanks

الشيخالطاهر-نس
Автор

What is the difference between Razor View and Razor View Start file and why you specifically choose razor view start? Thanks in Advance

nishasethi
Автор

ok it's 2022 and I am not able to find startup.cs file anymore, can anyone help ?

_b
Автор

And it is just this easy to follow along on a Mac

John-Morris-Tech
Автор

Thanks for putting these out. Though, the font looks extremely small for a youtube video.

Frazful
Автор

My Startup is very different after the if(env.IsDevelopment) I have


app.UseRouting();



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




why is this, is this because I'm using .net core 3.0 ?

armandopenaleonett
Автор

sir can u help me to create a Airline reservation system on .net core ?

abdullahali
Автор

So, this is Razor pages app I guess. Hm, I'll watch this series)

loam
Автор

Great video.. Can you explain IActionResult more

shahzeb
Автор

Really difficult to see, can you use larger font and maybe a white background with black lettering

ayrton-ghpu
Автор

I don't know if it really makes a difference but in the _ViewStart I had to set the layout like this... Layout = "_Layout";

John-Morris-Tech
Автор

Nice Tutorial, thank you! but it's a shame that you doesn't use Asp.net core 3.x.

roymarquez
join shbcf.ru