C#C
C#4y ago
7 replies
redfoxx

Global variables in .NET web application

What is a good way to define and use global variables in .NET web application? I have a simple e-commerce web app, and I have some variables that I want to use from inside any bounded context, all of which should be assigned a pre-defined value when building the app.
Was this page helpful?