Hello CISO - Episode 12: Security Training That’s Actually Useful In this final episode of Hello CISO, Troy’s talking training: how to generate enthusiasm for training initiatives, why that’s so critical for success, and so...
Week 0056 Monday In the morning, my colleague and me, had the new sprint meeting for Red Origin. It...
Did You Know You Can Do This With EF8 SqlQuery? #shorts Support me on Patreon to access the source code:https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead my B...
Uno Platform for Figma Preview 5: Enhanced Features for Designers and Developers Uno Platform has released Preview 5 of its Figma plugin, offering enhanced features for designers and developers. The latest version of the plugin allows the creation of custom colors, enables the import of Design Systems Packages (DSP), and offers new co...
How to lock orientation at runtime on iOS 16 with .NET MAUI and Xamarin.Forms With iOS 16, Apple made some old APIs non-functional. This includes also the established way of locking the orientation. In this post, I am going to show you how you can lock orientation on iOS 16 while the app is running with both .NET MAUI and Xamarin.F...
Verifying your DI Container Microsoft's integrated dependency injection (short DI) container is very powerful, but there are also certain pitfalls. In this article, I will show you what some of the pitfalls are and how you can verify them.