HI guys! is there any best practice in declaring variable in C#.net? Is it more efficient to declare all the variables that you will be using in your functions just outside it or in a place where when the application starts all the variable declared will be executed/initialized? Thanks in advance!