C# with CSharpFritz S2 E4 - APIs with ASP.NET Core

preview_player
Показать описание
In this week's session, Fritz walks through the basics of building RESTful APIs with ASP.NET Core. We look at the base template, writing an API with minimal code, the advantages of Model Binding, and how Data Formatters make our APIs more flexible.

Questions:
00:09:59 How would you suggest doing authorization for apis? we've been looking at b2c
00:24:03 What is the difference between .NET Core and .NET Framework?
01:02:44 What is the difference between IActionResult vs ActionResult?
01:28:24 Would using ActionResult(T) not make it harder for unit testing?
01:31:07 Should we be programing against interfaces?
01:32:46 Should model objects use Nullable(type) properties?

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

Thanks for this video Fritz, It's hard to put into works how much i appreciate your videos. Same goes for litteraly almost everyone at my University. Greetings from Sweden buddy!

isachells
Автор

@dotNET, Thanks for a valuable session without any Adv.

SelfLearner
Автор

01:22:00 the problem is that the controller doesn't get involved, so can't log it,
Can you?

Eagler
Автор

Why Startup class has no interface? 🤔

Yo_Raf