.NET Repos

Web Dev for Beginners — Microsoft’s Starter Guide for Learners
A fully open-source beginner-friendly curriculum by Microsoft that walks learners through web development fundamentals: HTML, CSS, JavaScript, GitHub Pages, web accessibility, deployment and modern tooling using hands-on lessons and real code examples.
Spellbook of Modern Web Dev: A Big Picture Thesaurus & Taxonomy of Modern Javascript web development
A curated repository by Yury Sugayan (aka dexteryy) that lays out a comprehensive “spellbook” of modern JavaScript-web development: platforms, languages, frameworks, tooling, best practices, taxonomy and links >2000 resources. It’s meant as a big-picture map, not just another list
How to Secure Anything — Security Engineering Playbook
A comprehensive repository by Veeral Patel that outlines a systematic process for securing any system—from medieval castles to cloud infrastructure. It covers adversary modelling, attack surface reduction, trusted computing base minimisation, privilege separation, fail-secure design, and real-world security case studies.
Hangfire - provides a unified programming model to handle background tasks in .NET applications
Incredibly easy way to perform fire-and-forget, delayed and recurring jobs in .NET applications. CPU and I/O intensive, long-running and short-running jobs are supported. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure and MSMQ.
ASP.Net Core guidance repo
A great repository filled with examples of "broken patterns" in ASP.NET Core applications. It's a fantastic learning resource with both markdown and code that covers a number of common areas when writing scalable services in ASP.NET Core.
Awesome .NET Core
A curated list of resources, libraries, and tools for developing .NET Core applications. The repository includes a wide range of categories such as web frameworks, testing tools, ORM frameworks, machine learning, and more. It aims to provide developers with a comprehensive and up-to-date list of resources for building .NET Core applications. The repository is open source and community-driven, with contributions from developers around the world.
Bing News Search Cognitive Service Code sample
Tutorial builds a cloud-connected Xamarin mobile news app which leverages Microsoft Cognitive services like Bing News API to deliver latest news by a search term
CacheCow - An implementation of HTTP caching in .NET Core and .NET framework 4.5.2+ for both client and the server
CacheCow constructs for HTTP Caching in .NET Core and 4.52+ for ASP.NET Web API and ASP.NET MVC Core when making HTTP calls with .NET HttpClient library
The automatic type safe REST library for .NET Core, Xamarin and .NET
Refit is a library heavily inspired by Square's Retrofit library. It turns your REST API into a live interface
FluentAssertions - Fluent API for asserting results of .NET unit tests
Fluent Assertions provides bunch of extension methods that allow you to naturally specify unit test assertions which makes unit tests expressive and easy to read