Blog
The Benefits to Learning JavaScript
By Martin Schaeferle
JavaScript is an essential language to have under your belt. Its "write once and run anywhere" mechanics allow users with different programming systems to easily run this language.
This blog entry was originally posted April 04, 2013 by Martin Schaeferle
Why You Should Learn To Use C#
By Martin Schaeferle
C++ is one of the most popular programming languages and is used on a wide-ranging variety of operating system platforms.
This blog entry was originally posted April 03, 2013 by Martin Schaeferle
T-SQL: COALESCE Function
Excerpt by Don Kiely
Working with null values is a common task when you allow columns to contain nulls. For example, by default, nulls in aggregates are ignored, but this may not always be the behavior you want.
This course excerpt was originally posted April 02, 2013 from the online courseware SQL Server 2012, Part 7 of 9: Introduction to T-SQL by Don Kiely
T-SQL: STR Function
Excerpt by Don Kiely
The STR function is another way to perform a specific conversion: It returns a string from a numeric expression.
This course excerpt was originally posted March 29, 2013 from the online courseware SQL Server 2012, Part 7 of 9: Introduction to T-SQL by Don Kiely