When hardcoding a media query into an ASP.NET Razor page file, you need to use @@ instead of @ to ensure the query is rendered correctly. Kudos: https://stackoverflow.com/a/6873785/75594
Azure DevOps – Move a Git repo between projects
There are many situations where you want to make a copy of a repository... You've been working on a personal repo and want to share it with workYou're contributing to an open source project and need to fork You've been working on a repo that you want to hand-over to a customer It's the last... Continue Reading →
Azure DevOps – Multiple repos in a single project
When you create a new DevOps project, you only get one Git repo. It is possible to create more repos within the project, but not immediately obvious how. There are a couple of options; Navigate to Repos, hit the drop down and select Manage repositories Or... Open the project and go to Project settings| Repositories |... Continue Reading →