Coding Shorts: Changes Coming to Startup in .NET 6

preview_player
Показать описание
.NET 6 is coming and if you're doing ASP.NET Core, you'll want to see some of the interesting changes that are on the way. In this short video, I'll show you how top-level statements, global using statements, and minimal APIs are interesting changes.

If you like this video, you might like other videos in my Instructional Videos:

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

Thank you for your great content as always. I love your teaching style and examples. It really makes things hit home in an understandable way. Looking forward to more in the future.

nickguerra
Автор

Great video! I feel like this sums up the biggest changes for WebApi in .NET 6.

gibbygano
Автор

You just know there’s an absolute mountain of code beneath those minimalist calls you see on the surface :)

FiveNineO
Автор

After thinking some more about this I actually don't like it very much. 1. although it looks cleaner now, too much is hidden behind the scenes which makes harder to understand what's going on. 2. MS is changing the startup/config of asp.net core way too often. I like stable, boring programming models for the enterprise, not "cool" script like stuff that wants to compete with hipster languages like JS and Python

FiveNineO
Автор

nice short demo here. It looks like the C# can build simple API services like those in Python/NodejS scripting.

chj
Автор

That's an awesome #include shirt!

awright
Автор

Love your videos!
So .net is turning into node and express :)

JonWoo
Автор

thank you for video! tell me please, how can i create a IConfiguration object in Program.cs (.net6)?

crmp_notoxic
Автор

Nice 👍. What browser extension are you using there?

raing