C# - First Word to Upper Case
Here is another useful C# snippet for uppercasing first word in a string.
Here is another useful C# snippet for uppercasing first word in a string.
Working with Wordpress, you might want to redirect users after they login to some specific location. Here is function that could help you to achieve this behaviour.
Many of our blog visitors complained about unity launcher icon size in Ubuntu 12.04 and asked how to change it.
The configuration steps are different for Unity 3D and Unity 2D so we provide instructions for both of them.
We're going to explain here what is the difference between insert statement with into and without into.
Let's say that you need to created temporary table #StudentsList that will keep Ids from table Students; it will have only Id column.
Recently, I've needed to format a javascript file saved from the web which all code were in one single line.
The solution was to find all ";" characters and replace them with "; new line". Luckily, I had installed Notepad++ text editor on the computer.
Here are instructions how to replace characters with new line using Notepad++ text editor.