Тёмный

Tiny, fast ASP.NET Core APIs with native AOT | .NET Conf 2023 

dotnet
Подписаться 294 тыс.
Просмотров 13 тыс.
50% 1

.NET 8 introduces support for publishing ASP.NET Core applications to native AOT for lightning-fast startup times & small, self-contained, native executables & containers. This session will provide an overview of when you might want to consider publishing native AOT for your ASP.NET Core APIs and demonstrate the benefits and compatibility considerations.
Download .NET 8 - aka.ms/get-dotnet-8
Hack Together - aka.ms/hacktogether/dotnet
Learn collection - aka.ms/learn-dotnet-8
.NET 8 Survey - aka.ms/dotnet-survey
Local Events - aka.ms/dotnetconf-local-event
Hero blog - aka.ms/dotnet8blog
Blog: aka.ms/dotnet/blog
Twitter: aka.ms/dotnet/twitter
TikTok: aka.ms/dotnet/tiktok
Mastodon: aka.ms/dotnet/mastodon
LinkedIn: aka.ms/dotnet/linkedin
Facebook: aka.ms/dotnet/facebook
Docs: learn.microsoft.com/dotnet
Forums: aka.ms/dotnet/forums
🙋‍♀️Q&A: aka.ms/dotnet-qa
👨‍🎓Microsoft Learn: aka.ms/learndotnet
#dotnet

Наука

Опубликовано:

 

14 ноя 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@QINGCHARLES
@QINGCHARLES 8 месяцев назад
@dotnet Sending Damian a hug🤗I felt so bad for him when it wouldn't build live in front of the world. We've all been there😂
@alirezanet
@alirezanet 8 месяцев назад
About the demo issue you had, I think you just forgot to save your csproj file 😊 (usual live demo problem)
@hero3616
@hero3616 8 месяцев назад
That is correct
@jim2lane
@jim2lane 8 месяцев назад
Exactly - live demo, what could possibly go wrong? 😉
@jarosawfrankowski7845
@jarosawfrankowski7845 8 месяцев назад
Great introduction to AOT, Damian that was great presentation! 😊
@realivanjx
@realivanjx 8 месяцев назад
i hope blazor server gets native aot support asap! nice work!
@idzyubin720
@idzyubin720 7 месяцев назад
@dotnet Great explanation! Is there any link how can I validate request model in Minimal API with Native AOT?
@BredoLab
@BredoLab 8 месяцев назад
Can somebody explain how Native AOT is beneficial for server-side apps and minimal API in particular?
@jinhuisong8727
@jinhuisong8727 8 месяцев назад
For example, AWS Lambda or Azure Function , all of these serverless apps had cold start. The cold start will take lots of time to let code ready. Java or C# maybe take 1-3 seconds, python only use 500 milliseconds. Use AOT C# also can use 500 milliseconds for cold start.
@freddydev3562
@freddydev3562 8 месяцев назад
xdxdxd@@jinhuisong8727
@alex22932
@alex22932 8 месяцев назад
Also where you can scale containers to zero such as Azure Container Apps and Google Cloud Run.
@serverlessjames
@serverlessjames 8 месяцев назад
If you want to see this in action with .NET and AWS Lambda I've got another video on RU-vid. Crazy cold start numbers. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kyb16r-Oul0.html
@Sindrijo
@Sindrijo 4 месяца назад
C# app normally is distributed as IL-bytecode (Intermediary Language) that when 'executed' the environment first has to load the CLR which then will compile the IL-bytecode into native code/instructions that then gets executed. With AOT this final compilation happens 'ahead of time' avoiding the previously described steps of loading the CLR and compiling the IL-bytecode to native code, instead the code just gets executed immediately.
@benyahiahassen4540
@benyahiahassen4540 Месяц назад
About the issue you had, you should change what you wrote in the config to true not true
Далее
What's New in NuGet for .NET 8 | .NET Conf 2023
23:22
Best exercises to lose weight ! 😱
00:19
Просмотров 9 млн
.NET Configuration In Depth | .NET Conf 2023
29:58
Просмотров 23 тыс.
Reverse proxying is easy with YARP | .NET Conf 2023
29:46
Turns out REST APIs weren't the answer (and that's OK!)
10:38
3 ways to reduce the size of your docker images
17:20
Просмотров 4,1 тыс.
The Logging Everyone Should Be Using in .NET
15:34
Просмотров 46 тыс.
Don't Use Polly in .NET Directly. Use this instead!
14:58
ASP.NET Basics for Experts | .NET Conf 2023
30:45
Просмотров 10 тыс.
.NET Conf 2023 Keynote - Welcome to .NET 8
57:04
Просмотров 68 тыс.