Learn C# – How To Get the URL of The Current Page

If you are using C# for creating apps, you may want to use it to fetch the URL of the…

8 years ago

Learn C# – How To Add Values to a C# Array

The Array is used to store information in a structured manner. It is a data structure that helps store and…

8 years ago

Learn C# – How to create Excel (.XLS and .XLSX) file from C#?

Creating an Excel file in C# is not as hard as many beginners believe. With no internal library support for…

8 years ago

Livecoding.tv Quiz of the Day: 25/11/2016

Java Quiz! Answer: While creating your own exception: All exceptions must be a child of Throwable. If you want to…

8 years ago

Learn C# – How To Generate a Random Int Number

If you want to know how to generate a Random Int number using C#, then you have come to the…

8 years ago

Tutorial: 5 Things You Should Know About React Flux

Neither the latest anime title nor requiring 1.21 jigawatts of power, React Flux is really a powerful set of tools…

8 years ago

Livecoding.tv Quiz of the Day: 23/11/2016

React.JS Quiz   Answer: Higher Order Components (HOCs) are the coined term for a custom Component that accepts dynamically provided…

8 years ago

这25个实用的博客有助你提高编程技巧

很多程序员都会有一种体会:当进入了编程个领域,你就不可能停下来了。因为科技的发展月新日异,要跟得上它发展的脚步,你必须不断地努力学习。光靠理论性的书籍已经不再足以满足程序员的求知需求了。现在可以有很多方法提高你的编程技巧。学习别人的经验和他们创造的成果,就是一个很好的方法了。 在Forbes.com最近发表的一篇文章(25 Practical Blogs To Sharpen Your Coding Skills)中,作者Tomas Laurinavicius 推荐了25个他认为很适合程序员或学习编程的人在工作或学习中阅读的博客。 Read more

8 years ago

Learn C# – How To Get a Consistent Byte Representation of Strings?

Encoding can be a frustrating experience for a coder who is just looking for byte representation of strings. If you…

8 years ago