ProgrammerBase


Every programmer should inherit from ProgrammerBase :)

1
2
3
4
abstract class ProgrammerBase: ILearn, ICode, IConquer
{
 ...
}

Comments

Popular posts from this blog

Serializing JSON string to ExpandoObject

XML to ExpandoObject using Recursion in C#

Automatically Discover and Assign Parameter with Values to a Stored Procedure Call in C#