- Visual Studio
- Binding Redirects
- dotnet outdated
- ASP.NET Core MVC 3.x – AddMvc(), AddMvcCore(), AddControllers() and other bootstrapping approaches
- ASP.NET Core Integration Testing & Mocking using Moq
- 2015-07-23-progressive-net-tutorials-2015
- ASP.NET Core Antiforgery troubleshooting
- 2020-10-05-a-guide-to-the-microsoft-dotnet-sdks-for-azure-table-storage
- Running dotnet test in docker | chester.codes
- Source Browser
- C# 8.0 nullable references: non-nullable is the new default | endjin
- GitHub - leonardochaia/dotnet-affected: .NET tool for determining which projects are affected by a set of changes. Useful for large projects or monorepos.
- TNG/ArchUnitNET: A C# architecture test library to specify and assert architecture rules in C# for automated testing.
- OpenTelemetry in .NET - Basic Usage With Examples - Code Maze
- The good, the bad and the ugly of ASP.NET Identity | brockallen
- ASP.NET Core Performance Best Practices | Microsoft Docs
- C# Dev Kit - Visual Studio Marketplace
- NuGet Gallery | ObjectDumper.NET 4.1.3
- meziantou/Meziantou.Analyzer: A Roslyn analyzer to enforce some good practices in C#.
- Generating sortable Guids using NewId
- MediatR Extensions - Rider Plugin | Marketplace
- Configure Visual Studio across your organization with .vsconfig - Visual Studio Setup
- Ensuring best practices for NuGet packages - Meziantou’s blog
- Optimally Configuring Open Telemetry Tracing for ASP.NET Core - Muhammad Rehan Saeed
- Raising Coding Standards with .NET 6.0 Code Analyzers
- Learn C# in Y Minutes
- Performance Improvements in .NET 8 - .NET Blog
- timheuer/alexa-skills-dotnet: An Amazon Alexa Skills SDK for .NET
- .NET Application Architecture Guides
- .NET OSS Docs With MarkdownSnippets | Khalid Abuhakmeh
- Force Nuget to Reinstall Packages without Updating | Blog
- madushans/DependenSee: Dotnet project and package dependency visualizer.
- Plotly.NET
- mganss/ExcelMapper: Map POCO objects to Excel files
- xoofx/dotnet-releaser: Easily build, run tests and coverage, cross-compile, package and publish your .NET library or application to NuGet and GitHub.
- Given, When and Then helper classes for testing | by Andrew Poole | ClearBank | Medium
- Safe storage of app secrets in development in ASP.NET Core | Microsoft Learn
- Optimally Configuring Open Telemetry Tracing for ASP.NET Core - Muhammad Rehan Saeed
New project setup
- Logging (Serilog)
- Docker-compose
- StyleCop + SonarAnalyzer
- Coding conventions (.editorconfig)
Misc
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
<Compile Include="GlobalUsings.Tests.cs" />
</ItemGroup>
https://www.fuget.org/packages/Selenium.WebDriver/4.0.1/lib/netstandard2.1/diff/4.0.0-alpha07/
Need to update .NET 5 projects to 6 for LTS
What about Application Insights instead of Seq?