EdCharbeneau/DotnetConfBlazor My resources from Dotnet Conf. Contribute to EdCharbeneau/DotnetConfBlazor development by creating an account on GitHub.
Compromised Credentials, Customer Satisfaction, and Your Bottom Line - February 12, 2020 - BrightTALK Learn how you can slash online fraud and protect your web and mobile applications from today’s – and tomorrow’s – threats and attacks with essential, up-to-the-minute insights on the latest attack techniques, protection strategies, and application securit...
Hack Yourself First: How to go on the Cyber-Offence - NDC Security 2020 Cyber-attacks have become a reality of running software on the web today. We find ourselves under a constant barrage of malicious activity from hacktivists, online criminals and increasingly, nation states. Successful attacks from these adversaries are pr...
chrissainty/Talks-DotNetConf-01-2020 Slides and demos for my Blazor Routing A-Z talk - .NET Conf: Focus on Blazor (Jan 2020) - chrissainty/Talks-DotNetConf-01-2020
Announcement: SameSite Cookie Handling and .NET Framework 4.7.2 Patch Availability on Azure App Service - Microsoft Q&A (Preview) Microsoft Q&A (Preview) is the best place to get answers to all your technical questions on Microsoft products and services
Analyzing a nullability example · Curiosity is bliss Cezary Piątek posted a good overview of the C# nullable reference types feature. It includes a critique of a code snippet. Examining that snippet is a good way to understand some of the C# LDM’s decisions. In the following, Cezary expects a warning on a ...
VS 16.5 Tooling Performance · Issue #8255 · dotnet/fsharp This is an overarching issue that we're using to track F# tooling performance in VS up to VS 16.5. I expect these to positively impact other F# editors. Much of this work is actually in the com...
Announcement: Consolidating .NET GitHub repos · Issue #13257 · dotnet/runtime Over the next few months, we plan to consolidate several of the foundational repositories of .NET Core, including dotnet/coreclr and dotnet/corefx. .NET’s repository structure on GitHub was initial...
Adding KeyManager spec by saahmedm · Pull Request #1112 · microsoft/PowerToys Summary of the Pull Request This pull request is adding the functional spec for the Keyboard Manager. Changes: Added the KeyManager.md in the spec folder Added the images from the spec in a new fo...
[Fixes #17014] Add an auth-enabled template for Blazor WASM projects … · dotnet/aspnetcore@e64b8a9 …(#18354) * [Fixes #17014] Add an auth-enabled template for Blazor WASM projects * The template enables auth using cookies. * Includes a UserController to return the user claims/data to the user...