Explore GitHub Explore is your guide to finding your next project, catching up with what’s trending, and connecting with the GitHub community.
GitHub Maintainer Scholarships are now available for GitHub Universe Apply for a maintainer scholarship—and join us at GitHub Universe 2019 in San Francisco, November 13-14.
Getting Started with GitHub Actions in Visual Studio | Visual Studio Blog GitHub Actions uses a clean new syntax for expressing workflows based on YAML scripts—so you can edit, reuse, share, and fork them like code. By including actions in your repositories, others would be able to easily test and build projects using the same ...
Avoiding ASP.Net Core Configuration Pitfalls With Array Values ASP.NET Core continues to improve on the legacy of the .NET Framework. Our team is impressed with its performance and excited about future possibilities, but change is seldom a smooth transition. In this post, I’ll explain a pitfall you may run into using...
Prefer ValueTask to Task, always; and don't await twice Preamble - not a part 2 A little while ago I blogged here and I set it up to be a "continues..." style post. I haven't had the energy to ...
Secure an ASP.NET Core web app with the Identity framework - Learn Add authentication and authorization to an ASP.NET Core web app using the Identity framework.