Click here to Skip to main content
15,887,485 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 124.7K   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.

Views

Daily Counts

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