New Blazor WebAssembly capabilities in .NET 6

dotNET

https://aka.ms/dotNETConf2021-GetdotNET6

With .NET 6, the underlying .NET WebAssembly runtime supports entirely new kinds of functionality, and can be faster and more productive than ever before.

“Native dependencies” enables embedding libraries from other tech stacks (e.g., a C/C++ database engine, or a Rust media processor). AOT compilation brings truly near-native performance to your .NET code in the browser, and the new build toolchain can now strip out unused native code to ship significantly smaller bundles.

This talk explores how you can build new kinds of web apps, while having a more enjoyable and productive experience via instant hot reload and a better Razor editor. 👨‍💻 Slides & code: https://aka.ms/dotnetconf/2021
🎉 .NET 6 Release Blog: https://devblogs.microsoft.com/dotnet/announcing-net-6/
⬇ Download .NET 6: https://aka.ms/dotNETConf2021-GetdotNET6

🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: https://aka.ms/dotnet-qa
💭 Join the .NET Tech Community Forums: https://aka.ms/dotnet/techcommunity
🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: https://aka.ms/learndotnet

#dotnet6 #dotnetconf #dotnet