Why We are Rebranding from Livecoding to LiveEdu

Over 1,000,000 people have used Livecoding since we launched in 2015. People have been streaming topics besides programming albeit they always wrote us an email and felt they are not welcomed since the name of…

Read more
E-Learning

Learn C# - How To Get Int Value from Enum?

Getting an int value from enum can be challenging in C#. However, it can easily be done by using the following code:

The above code stores int value of Months enum into abc. We…

Read more