moving from VB6 to C#, is there an equivalent 'mod' module you can add to the project to hold global variables or are global variables not permitted in C#.

If globals are not allowed, then how can I store a connection to the database and use it in different forms and classes?