Extension methods using C#

During my time working, I find that developers can get lazy and start using the COPY and PASTE commands to a degree that can make code unmanageable.

There are many things we can do to reduce, if not eliminate, the code management nightmare, however, the one way I will focus on is using extension methods.

Read more “Extension methods using C#”