Sydney ModernApps Live Stream nable_overlays_wta=true&html5_enable_embedded_player_visibility_signals=true&kevlar_miniplayer_play_pause_on_scrim=true&html5_jumbo_ull_nonstreaming_mffa_ms=4000&html5_qoe_user_intent_match_health=true&use_revamped_survey_design_for_desktop=true&html5_pro...
Make "async ValueTask/ValueTask<T>" methods ammortized allocation-free by stephentoub · Pull Request #26310 · dotnet/coreclr Today async ValueTask/ValueTask<T> methods use builders that special-case the synchronously completing case (to just return a default(ValueTask) or new ValueTask<T>(result)) but defer t...
ASP.NET Blog | Upcoming SameSite Cookie Changes in ASP.NET and ASP.NET Core Breaking changes to ASP.NET SameSite Cookie behavior.
Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode - SQL Server Blog Today we’re introducing a new release for the mssql extension for Visual Studio Code which is now available! The mssql extension for Visual Studio Code is the official SQL Server extension that supports connections to SQL Server and rich editing experienc...
threeheartsdigital/email-marketing-regulations A repository of email marketing legislation around the World, compiled by EmailOctopus. - threeheartsdigital/email-marketing-regulations
Add 64 bits support to Array underlying storage · Issue #12221 · dotnet/runtime While System.Array API supports LongLength and operator this[long i], the CLR does not allow arrays to be allocated with more than 2^31-1 elements (int.MaxValue). This limitation has become a daily...
Adding FIDO2 Passwordless authentication to an ASP.NET Core Identity App This article shows how FIDO2 WebAuthn could be used for a passwordless sign in integrated into an ASP.NET Core Identity application. The FIDO2 WebAuthn is implemented using the fido2-net-lib Nuget …
Running .NET Core global tools in non-sdk Docker images In this post I describe how you can avoid the dependencies of global tools on the .NET Core SDK and runtime by containerising them using Docker.
7 Hidden Office 365 Settings You Can Unlock with PowerShell [Free Video Course] While a lot of Office 365 settings are available in the Office 365 Admin Center, some of them are only configurable with PowerShell! In this course we will look at 7 very useful, and important settings in Office 365 that you can configure with PowerShell.
The Differentiable Curry | OpenReview We revisit the automatic differentiation (AD) of programs that contain higher-order functions, in a statically typed setting. Our presentation builds on a recent formulation of AD based on...
FileSystemWatcher.EnableRaisingEvents captures the ExecutionContext · Issue #30954 · dotnet/runtime This might be deemed a feature but it can unintentionally end up rooting async locals for a very long time. The way this happens is extremely implicit which is why it feels like it should be improv...
FileSystemWatcher leaks when EnableRaisingEvents set · Issue #31100 · dotnet/runtime Related to #30954 (at least this was found while debugging the same issue). Creating a FileSystemWatcher and EnableRaisingEvents set to true will root the FileSystemWatcher instance by the handle t...
IFileProvider needs a way to Unwatch paths · Issue #2419 · dotnet/extensions IFileProvider.Watch is a memory leak as there's no way to unwatch until either the IFileProvider is disposed/finalized or until the change notification fires. I can think of a couple of ways to...
C2 Design Philosophy - Cliff Click's Blog Slides updated! I’m preparing a talk on C2 – code I haven’t worked on (at Sun/Oracle) in ~15 years. I am looking for feedback on these slides, and will be updating them periodically. Please give them a look and either … Continue reading →
Don't root FileSystemWatcher unnecessarily by stephentoub · Pull Request #41872 · dotnet/corefx We already try to do this on Unix, though it seems we don't currently have tests for it, but we don't on Windows. Fixes https://github.com/dotnet/corefx/issues/41630 cc: @danmosemsft, @davi...
Azure SDK October 2019 Preview | Azure SDKs ©2020 Microsoft Azure. All rights reserved. Site last generated: Feb 15, 2020