Minimal APIs in ASP.NET 7.0 - Rob Richardson - NDC London 2023

Minimal APIs in ASP.NET 7.0 - Rob Richardson - NDC London 2023

NDC Conferences

1 год назад

5,245 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jemsworld
@jemsworld - 10.05.2023 11:26

Excellently presented and well organized

Ответить
@obinnaokafor6252
@obinnaokafor6252 - 10.05.2023 14:51

Excellent presentation. Minimal API is amazing.

Ответить
@mryoutuser
@mryoutuser - 10.05.2023 15:46

Perfect

Ответить
@CamRezaie-d6l
@CamRezaie-d6l - 10.05.2023 17:45

Chef's kiss right here

Ответить
@stevehiggin
@stevehiggin - 10.05.2023 17:49

Not sure the use of Minimal API is just reserved for small APIs. Sure David Fowler has said somewhere MVC Web API hasn't really changed much since the old framework days, and most of the performance work is going on under the covers for the Minimal API style, so yes your Minimal APIs might end up resembling controllers, but they should be way faster...

Ответить
@guyincognito1985
@guyincognito1985 - 11.05.2023 00:44

I like the cut of this guy's jib! 👍😎🆒 Seems like a very positive guy. 🐝➕

Ответить
@pilotboba
@pilotboba - 12.05.2023 20:55

Did you just steal a George Carlin bit to start your session? :)

Ответить
@pazzuto
@pazzuto - 31.05.2023 23:54

Ive seen projects start the with minimal api but end up looking just a controller as he mentions. It sounds great and there's performance gains with minimal, but as you start adding validation, filters, etc., may just wanna go back to controllers.

Ответить
@Qrzychu92
@Qrzychu92 - 23.08.2023 00:35

I'm not sure when this was recorded, but in Rider/R# and latest VS, there is a refactoring "extract to global using", the file name I think Global.Usings.cs - just Alt+Enter the usings away :)

Otherwise, awesome talk.

Ответить