
Microsoft Community Insights Podcast
Welcome to the Microsoft Community Insights Podcast, where we explore the world of Microsoft Technologies. Interview experts in the field to share insights, stories, and experiences in the cloud.
if you would like to watch the video version you can watch it on YouTube below
https://youtube.com/playlist?list=PLHohm6w4Gzi6KH8FqhIaUN-dbqAPT2wCX&si=BFaJa4LuAsPa2bfH
Hope you enjoy it
Microsoft Community Insights Podcast
Episode 22 - Five years of Microsoft Sentinel The Good, The Bad and the Ugly with Truls Dahlsveen
Microsoft Sentinel has long been one of Microsoft security flagships. It launched in 2019 as one of the first pure cloud security monitoring solutions out there. 5 years on, what's the verdict? We will explore the gamebreaking bugs, infuriating errors, smooth solutions and much more in this security monitoring trip down memory leak lane.
If you're not familiar with security monitoring solutions, fear not. In this talk you will learn the basics of security monitoring, explore the development of Microsoft Sentinel and get a quick introduction on how you can set it up for your own team and start detecting bad actors in your stack!
We break down Blazor’s render modes in plain language. Server side rendering for instant first paint, streaming SSR for progressive content, interactive Server with SignalR for low latency, and Blazor WebAssembly when you want client side execution and near native speed. With the .NET 8 Blazor Web App template, you can pre render for speed, attach Server for responsiveness, and hydrate WASM in the background so returning visits feel instantaneous. If desktop or mobile is on the roadmap, Blazor Hybrid with .NET MAUI lets the same components run across Windows, macOS, iOS, and Android.