PRESENTATIONS
Automagic Tenant Config for Mobile Apps | Matt Goldman
How do you get environment- or tenant-specific config into your users’ hands? With mobile or desktop apps, for managed devices we can pre-configure these using SOE or MDM tools. However, deploying configuration to unmanaged devices is the real challenge! In this talk, Matt Goldman looks at some different options for automating this for your users.…
Transform your Power BI Dashboards with Custom Visuals built in React | Prem Radhakrishnan
Quick Question – How many Visualization options come built-in with Power BI? Quick Answer – Not nearly enough. Prem will walk you through the extra visualizations that are in the wonderful awesome Power BI Visuals Marketplace called AppSource. However, no matter how many options you find, there is always a need for that little bit…
Cracking passwords & why L33t!fied passwords are bad | Alexei Doudkine
Watch this demo of how a hacker who has broken into your machine can quickly and easily get your password hashes, take them offline and crack them to retrieve your original password. In this talk, Alexei discusses how passwords are stored in Windows, some techniques real-world hackers use to crack password hashes and what you…
Symmetric encryption, hashing & digital signatures + More – Cryptography 101 | Robert Boedigheimer
Learn the fundamentals of cryptography, including public/private and symmetric encryption, hashing, and digital signatures. Discover which techniques are appropriate for various situations. Review practical real life examples for storing passwords, protecting URL parameters, securely exchanging information with partners, and safely encrypting sensitive information on public web sites. Concepts apply to all platforms, examples will be…
The 5 important questions about .NET 5 | Brendan Richards
The 5 important questions about .NET 5 Back in 2016 Microsoft made the brave step of building a brand new .Net Core away from the classic “Full Framework” .NET. This meant they were able to hit the “Redo button” in so many ways, bringing us the modern, open-source, fast and cross-platform framework that we use…
Angular – Satisfying your Performance Hungry UI | Gabriel George
Angular is one of the fastest JavaScript UI frameworks, however sometimes when we want to render a large number of components it can still perform poorly. You think to yourself “Am I doing it wrong?” Gabe will show us how to the use built-in functionality of Angular to make rendering snappier.
Build your first deep learning solution using Azure Automated ML
Machine learning is a blazing topic today. Data scientists love the power of machine learning frameworks such as TensorFlow. However, software developers can struggle with a TensorFlow based machine learning solution on Azure. In this talk, I will show you how to use TensorFlow to design a deep learning neural network, train, and save the…
Accessify your Blazor apps – Hot accessibility techniques for Blazor apps
Accessibility can be a jungle to navigate for regular websites and it becomes impenetrable for complex web applications. It doesn’t need to be this way. Ross will show three core techniques that move beyond the basics to really address how to start strong and begin to make your Blazor apps accessible. Ross will explain why…