In the previous chapter, we implemented the full-stack solution for retrieving data from OneDrive and displaying it on the MyFilesPage . We are going to take some of those concepts and update the Dashboard menu to include personalized information for the user’s email and name in the left corner.
Retrieving the personalized information is much simpler than loading the OneDrive files, so we will not be creating any service layer or additional Dependency Injection objects. In this ...