Less Defects with F# Units of Measure
One of the most powerful things that F# has is its ability to create custom units of measure. F# allows you to set an explicit type to a unit. That’s […]
Single Stepping a PowerShell Pipeline
As I was building up a moderately complicated pipeline in PowerShell, I was having some trouble and really wished there was a way to single step the pipeline so I […]
My Introduction To Data Science With F#
You may have seen a big boom lately with web technologies, especially with all of the JavaScript frameworks coming out at a pace of around one a week. But there […]
Wintellect.Analyzers: Five New Roslyn Diagnostic Analyzers and Code Fixes
When I first saw the Roslyn compiler, I was thrilled! For once the compiler was not going to be a black hole where source code comes in and on the […]
Using the F# Interactive
Another item that was on the F# Infographic was the use of the F# Interactive or also called the FSI. The interactive window is basically a REPL for F#. A […]
Migrating Your Enterprise Application to the Cloud – Your Database Isn’t the Problem, Your Data Model Is
For CTOs looking to squeeze new life out of legacy enterprise applications, the cloud offers tantalizing prospects. Pushbutton scalability, reduced capital costs, outsourcing of non-core IT functions, potentially greater monitoring […]
Infragistics Seminar Questions
I did an online session today celebrating the 25th anniversary of our Partner Infragistics. During the session, there were a lot of questions I was unable to answer because we […]
300th Video Published on WintellectNOW
We’re excited to announce we’ve published our 300th video. Celebrate with us by signing up for a WintellectNOW trial between today, Wednesday, August 20th and Friday, August 22nd. We will […]
Handling File/Folder Pickers and Web Authentication Broker in Universal Windows Store and Windows Phone Apps
I was very excited when Microsoft announced Universal Apps for Windows Store and Windows Phone Apps. One reason is that I can use my existing C#/CLR/WinRT skill set to now […]