Native AOT in .Net | Native AOT deployment in C#

Поделиться
HTML-код
  • Опубликовано: 21 апр 2023
  • Native AOT in DotNet , NativeAOT in C# is a new feature that allows us to create platform (OS) native code directly from the app. With NAtive AOT there is no need for CLR (Common language runtime) or JIT (Just in time). The Native AOT deployment model involves using an ahead-of-time compiler to convert IL into native code during publishing. Unlike JIT-based apps, native AOT apps don't require a Just-In-Time compiler at runtime. Native AOT apps can function in limited environments that don't support JIT. Additionally, similar to creating a self-contained app, native AOT apps are designed for a specific runtime environment, such as Linux x64 or Windows x64.
    #NativeAOT #mvpbuzz #dotnet
  • НаукаНаука

Комментарии • 16

  • @user-fn8qf2vg7l
    @user-fn8qf2vg7l 8 месяцев назад

    Perfectly explained. Thanks

  • @surajjagtapRider
    @surajjagtapRider Год назад +2

    Nice concept ...we can use this 👍🏻

  • @SnehsCodeLab
    @SnehsCodeLab 7 месяцев назад

    Love your teaching style 🤗
    Thanks

  • @g40styboi42
    @g40styboi42 4 месяца назад

    Great video, you earned a like and sub!

  • @zachedo3538
    @zachedo3538 7 месяцев назад

    Thanks Sir this is awesome🤓

  • @user-fg4jb6rd1n
    @user-fg4jb6rd1n Год назад

    Can I use AOT for WinForm application? Or it can only be used by console application?

  • @ramsonfaria6076
    @ramsonfaria6076 Год назад +1

    Can I use MySQL in native AOT

  • @sandeepsaini3548
    @sandeepsaini3548 Год назад +1

    What if the console app has config file, would AOT be still generating one single exe?

    • @nitish.kaushik
      @nitish.kaushik  Год назад +1

      AOT is not about generating single exe file. You can generate single exe without AOT also. AOT is about creating platform native code that will run without installing any CLR.

    • @TheDimasik9281
      @TheDimasik9281 11 месяцев назад

      @@nitish.kaushik is windows forms supported?

    • @nitish.kaushik
      @nitish.kaushik  11 месяцев назад

      Need to check in latest version. At the time of recording this video AOT was supported only in console apps.

  • @ssmcs060
    @ssmcs060 Год назад +1

    10:33 size of the application is fast!!

  • @microsoftgmail6354
    @microsoftgmail6354 Год назад

    Can upload AOT file exe let me check