I\'m using extensively static variables in my web application project. Now I have read from some articles that it is a global variable for the whole project and the data tha
For example if you have some services then you can use it as static because no need for the IIS to create repeated object for services because they all are same :)