Click here to Skip to main content
15,896,111 members
Articles / Programming Languages / C#

C# Bad Practices: Learn How to Make a Good Code by Using Examples of Bad Code – Part 3

Rate me:
Please Sign up or sign in to vote.
4.71/5 (83 votes)
4 Jan 2017CPOL13 min read 125.6K   124  
When you shouldn't use static classes?
In this article, I present code that creates some problems (in my opinion) because of using static classes and then I present my solution to solve these problems.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Ireland Ireland
Passionate, Microsoft Certified Software Developer(Senior),
having Masters Degree in Information Technology.

Comments and Discussions