Skip to content

Instantly share code, notes, and snippets.

@madskristensen
madskristensen / _Layout.cshtml
Last active November 14, 2024 20:08
Social sharing buttons for ASP.NET Core
<!-- Render the partial -->
@{await Html.RenderPartialAsync("_SocialSharing", ViewData["Title"]);}
@ripesunflower
ripesunflower / tap.md
Created September 15, 2017 06:14
The Task-based Asynchronous Pattern