Archive for February, 2017

Book Review – Homeopathic Remedy Pictures

Written by on February 20, 2017 in Book Review, Homeopathy with 0 Comments

Title: Homeopathic Remedy Pictures – The 65 most important remedies in words and pictures Author: Vicki Mathison and Frans Kusse Publisher: Narayana Verlag Year: 2014 This is a great book that will appeal to all beginners in homeopathy. Experienced doctors might not finding anything new, but would definitely find it interesting to read. We know that a deep […]

Continue Reading

Multi-value Return in C# 7.0

Written by on February 3, 2017 in Programming with 0 Comments
Multi-value Return in C# 7.0

One of the nice language enhancements to C# in the latest release (7.0) is the ability to return multiple values from a function. Although one could use Tuples for this purpose, it is not an elegant or efficient approach. For more details, see this article. By the way, returning multiple values from a function is […]

Continue Reading

Top