Learn how to get started with Teams in Microsoft 365, enable Teams for your organization and custom app upload, and create your development environment.| learn.microsoft.com
Use .NET Hot Reload to apply code changes to a running app without restarting the app and without losing app state.| learn.microsoft.com
A few months ago, my friend Jan Bakker came to me, with a great idea. He had a client that asked “Can we show the applications from the My Apps page inside of Teams?” I thought this was an interesting idea, and checked the documentation on the Microsoft Graph only to find out that you cannot easily access that information.| Stephan van Rooij on Coding Stephan
The audit log in Azure AD in super important. If I was an attacker that got access to some tenant, I would make sure my details would not show up in there. I would probably use a VPN/TOR of sorts just to hide my tracks. But what if I tell you that the Microsoft Graph API does already covers your tracks? Not my IP showing in the audit log| svrooij.io
Microsoft organized a Teams Hacktogether hackathon, we had a great idea. This post will show you our entry.| svrooij.io
In the previous post I shared my first experience with the teams toolkit. For the Teams Hacktogether, we started our Teams Tab in Blazor. What is Blazor, what flavours are there and what about hosting your app?| svrooij.io
Exploring the Teams Tab Toolkit| Coding Stephan
We needed access to some data not available in the Graph API| Coding Stephan
Blazor is a feature of ASP.NET for building interactive web UIs using C# instead of JavaScript. It's real .NET running in the browser on WebAssembly.| Microsoft