Build MVC apps with Microsoft Graph - June 2019

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 8

  • @NevadaWilliford
    @NevadaWilliford 5 років тому +2

    Excellent walkthrough and explanations! I've read through the documentation but watching this walkthrough answered several questions I had.

  • @leandrec.2754
    @leandrec.2754 5 років тому +2

    Thank you a lot! that was exactly what I was looking for to get started on using MS Graph with ASP.NET MVC! This has been really useful!

  • @aravindmunna
    @aravindmunna 4 роки тому +4

    Good one. Please provide a similar Authentication mechanism session with ASP.net core + react SPA

  •  5 років тому +3

    Great tutorial, thank you!
    How come you don't use .NET Core? Thank you!

    • @speedracerx713x
      @speedracerx713x 4 роки тому

      Yeah... I mean... isn't .net core the obvious choice here?

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

      @@speedracerx713x Check his channel. There is an tutorial for .Net Core as well.

  • @melodyduncan94
    @melodyduncan94 4 роки тому

    I need to learn how to use this Graph AIP to access email and calendar's in a server environment. Where can I get more training? I'm new to .NET so there are gaps in my understanding!

  • @fathakbar379
    @fathakbar379 4 роки тому

    The tutorial is for multi tenant but how if I want to use single tenant only? is it using same configuration? because I had followed the doc to build and set to single tenant but there is an error because the configuration is not for multiple tenant. an can I giving an validation to my own db and how to get the email from the flow. I so confuse after the storing the session part to retrieve the email data.