NorthEast CSU - Center of Excellence
Repository for solutions and knowledge sharing of Digital Apps
A list of helpful and important links
-
AKS Best Practices
The AKS product group, engineering teams, and field teams (including global black belts [GBBs]) contributed to, wrote, and grouped the following best practices and conceptual articles. Their purpose is to help cluster operators and developers understand the considerations above and implement the appropriate features.Tags: aks
(provided by Microsoft)
-
Check for null with pattern matching
Use C# pattern matching to test a nullable value type.Tags: c#
(provided by Microsoft)
-
REST Client for VS Code
Tags: vscode, rest, , api
(provided by Rory)I’m a long-time Postman user but have now completely switched over to using the REST client for Visual Studio Code by Huachao Mao. It provides an easy way to capture API tests, whether ad hoc or a thorough integration test in a plain text file. This file can then be checked into source control along with your other artifacts and shared with the team.