.net 6 | .NET Conf 2021 | New Feature

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2021
  • Microsoft announces .NET 6
    To target .NET 6, you need to use a .NET 6 target framework on your project
    .NET 6 new feature :
    1. Production stress-tested with Microsoft services, cloud apps run by other companies, and open source projects.
    2. Supported for three years as the latest long term support (LTS) release.
    Unified platform across browser, cloud, desktop, IoT, and mobile apps, all using the same .NET Libraries and the ability to share code easily.
    3. Performance is greatly improved across the board and for file I/O in particular, which together result in decreased execution time, latency, and memory use.
    4. C# 10 offers language improvements such as record structs, implicit using, and new lambda capabilities, while the compiler adds incremental source generators. F# 6 adds new features including Task based async, pipeline debugging and numerous performance improvements.
    5. Visual Basic has improvements in the Visual Studio experience and for Windows Forms project open experience.
    6. Hot Reload enables you to skip rebuilding and restarting your app to view a new change - while your app is running - supported in Visual Studio 2022 and from the .NET CLI, for C# and Visual Basic.
    7. Cloud diagnostics have been improved with OpenTelemetry and dotnet monitor, which is now supported in production and available with Azure App Service.
    8. JSON APIs are more capable and have higher performance with a source generator for the serializer.
    9. Minimal APIs introduced in ASP.NET Core to simplify the getting started experience and improve the performance of HTTP services.
    10. Blazor components can now be rendered from JavaScript and integrated with existing JavaScript based apps.
    11. WebAssembly AOT compilation for Blazor WebAssembly (Wasm) apps, as well as support for runtime relinking and native dependencies.
    12. Single-page apps built with ASP.NET Core now use a more flexible pattern that can be used with Angular, React, and other popular frontend JavaScript frameworks.
    13. HTTP/3 has been added so that ASP.NET Core, HttpClient, and gRPC can all interact with HTTP/3 clients and servers.
    14. File IO now has support for symbolic links and has greatly improved performance with a re-written-from-scratch FileStream.
    15. Security has been improved with support for OpenSSL 3, the ChaCha20Poly1305 encryption scheme, and runtime defense-in-depth mitigations, specifically W^X and CET.
    16. Single-file apps (extraction-free) can be published for Linux, macOS, and Windows (previously only Linux).
    17. IL trimming is now more capable and effective, with new warnings and analyzers to ensure correct final results.
    18. Source generators and analyzers have been added that help you produce better, safer, and higher performance code.
    19. Source build enables organizations like Red Hat to build .NET from source and offer their own builds to their users.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @TokoOmJun
    @TokoOmJun 2 ปีที่แล้ว +1

    wah perlu belajar banyak nih......kutunggu infonya ya