Windows APIs Everywhere in .NET

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Unlock the full potential of your .NET applications by taking advantage of the native platform APIs in Windows. In this demo heavy session, you'll learn how we've simplified Windows development by making access to both WinRT and Win32 APIs easy in .NET 5.
    Get your questions answered on the Microsoft Q&A for .NET - aka.ms/dotnet-qa
    #DotNet

КОМЕНТАРІ • 11

  • @dasunguy
    @dasunguy 3 роки тому +3

    Sounds like I will be able to use the SDK style for UWP apps soon. Also good job on the Win32 code generator! Finally I don't have to deal with P/Invoke and overwhelming MSDN documentation for a tiny insignificant Win32 API call.

    • @metadataco
      @metadataco 3 роки тому

      Exactly, hopefully submit apps with this into Windows Store

  • @Den-Irenicus
    @Den-Irenicus Рік тому

    Is there any GeolocationDemoApp example in GitHub? I can't reproduce it - got to many errors like "The type or namespace name 'Window' could not be found (are you missing a using directive or an assembly reference?).

  • @christopherwilliams3293
    @christopherwilliams3293 Рік тому

    This project is underrated. I love this project.

  • @swordblaster2596
    @swordblaster2596 3 роки тому +3

    Will we be able to catch COM EVENTS with this?

  • @SasukeUchiha-mj2vh
    @SasukeUchiha-mj2vh 2 роки тому

    Is it pInvoke itself (old DLL Import)? So does it have any restrictions on use C++ Win32 API's like low level disk/io etc.?

  • @AdamsTaiwan
    @AdamsTaiwan 3 роки тому

    My big question with using WinRT libraries is this: can I use the API and controls of UWP in my WPF without installing the massive 10GB Windows SDK?

  • @Johntasticful
    @Johntasticful 3 роки тому

    Great vid! Thanks

  • @AdamsTaiwan
    @AdamsTaiwan 3 роки тому

    I'm getting the following exception with the ToastNotificationManager line: System.Runtime.InteropServices.COMException: 'Element not found. (0x80070490)'

  • @AdamsTaiwan
    @AdamsTaiwan 3 роки тому

    I tried the github samples, but would like to have a github single sample project using "Microsoft.Windows.CsWinRT" and Toast Notification.

  • @vandeljasonstrypper6734
    @vandeljasonstrypper6734 3 роки тому

    Slow down geek