In past versions of ASP.NET there were different techniques for establishing global variables (aka module level variables) that could be easily retrieved from any code in the project.
With ASP.NET Core, what is the best practice for establishing such variables?
Robert