Other News

Community

Accustoming Yourself to Ruby

(Peter J. Jones) With each programming language you learn, it’s important to dig in and discover its idiosyncrasies. Ruby is no different. While it borrows heavily from the languages that preceded it, Ruby certainly has its own way of doing things. And sometimes those ways will surprise you.

Community

Using WCF in .NET Native

(Ron Cain) In our previous post, we mentioned that some of the client components of Windows Communication Foundation (WCF) had been made available for .NET Native Windows Store apps in Visual Studio “14” CTP3. In this post, I will describe how to build a sample WCF Windows Store App using CTP3 and m

Editorials

Email Automation

Mail Merge through Email is a really cool technology. Using Mail Merge you can create the contents any number of different ways. You can do office automation, use third party controls, or even roll your own templates with whatever logic works for your application. The key is that you are using data from your systems to generate the contents of […]