1

I've got an existing ASP.NET web app which is non-MVC and I would like to get it to call the Microsoft graph. I read up on the ASPNET MVC tutorials and got those to work but I am looking for some code samples of calling the Microsoft Graph that don't use MVC or OWIN to acquire an access token. This is because I would like to avoid rewriting my entire app into MVC. Any pointers?

1 Answer 1

2

Microsoft has a number of samples on Github. Here's a console app one.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.