C# with CSharpFritz - S2 Ep 2: Introduction to ASP.NET Core MVC

preview_player
Показать описание
MVC is more than just an acronym, it's also a user interface framework for building web applications with ASP.NET Core. In this episode, Fritz takes us on a tour of the basics of ASP.NET Core MVC.

Questions:
00:26:59 Which Microsoft content is good for learning .NET Core?
00:31:46 How do you run Kestrel or IIS from the dotnet cli?
00:33:13 Do you need a client-side library like Angular or React or will .NET Core control all client-side actions?
00:37:05 Hey what about CORS? Will you add that?
00:55:37 Where can you write JavaScript in an ASP.NET MVC project?
01:05:01 Is there a way to make the renderer render code with pretty indentation?
01:06:49 How do you debug scripts in MVC?
01:17:03 How do you pass multiple models to a view?
01:29:29 Can you restrict people from using specific HTML tags instead of allowing all to be delivered?
01:31:38 Isn't MVC dead?

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

Fantastic series. Please do more of these 🙏 thank you to all involved in this.

Chapalia
Автор

01:37:00 Inject logger
01:41:00 return types (json, string, etc)
1:49:00 partial views

Eagler
Автор

57:36 @await RenderSectionAsync("Scripts", required: false)
Does it get a section of code from a page and inserts the section into the _Layout?
Is the same functionality available in Blazor?

nakigoe_org
Автор

53:00 now I see why we use MVC. Can we have MVC 10 minute tips videos, the same as for Blazor?
By the way, is the same kind of routing available in Blazor?

nakigoe_org
Автор

You asked great questions and provided great answers. Thanks my man. Skål 👌👍

isachells
Автор

When the stream ended, I felt kinda bad cuz he was excited to show us more and I really didn't want it to end

danielvelkov
Автор

About MVC image. What communication/interaction occurs from View to Model as ilustrated on the image?

eryxjose
Автор

Great series! Thank you. Can u share the font name you use?

georgekopadze
Автор

We use html.raw to show the data in case we are using hmtl editor.

RaviRaj-vftp
Автор

1:08:54 Model
A Microsoft hat with a price tag of 11 million USD😆

nakigoe_org
Автор

Still looking forward to the web API stream

calebtweneboah