-
.NET
Setting up SDL2 with Visual Studio 2015
This article is based on “SDL2: Setting up SDL2 in Visual Studio (2013 or any other)“, which was published at…
Read More » -
.NET
Displaying a Volume Meter using NAudio
Windows 7 has this volume meter in the system tray. I’m sure you’re pretty familiar with it. It’s pretty cool.…
Read More » -
.NET
Easy RabbitMQ Messaging with EasyNetQ
This article is about EasyNetQ, a library for using RabbitMQ with .NET. At the time of writing this article, EasyNetQ…
Read More » -
.NET
Calculating the Checksum of a fix Message
The FIX (Financial Information Exchange) Protocol is an industry standard used by financial institutions to… guess what… exchange financial information.…
Read More » -
.NET
Security Risk in Binding WPF Passwordbox Password
In WPF circles, the PasswordBox control has generated quite a bit of discussion. The thing is that you can access the password…
Read More » -
.NET
Nasty Const Bug in ASP.NET 5
Recently, Microsoft released some much-anticipated software including Visual Studio 2015 and .NET 4.6. This has not been without hiccups though:…
Read More » -
.NET
Retrieving Table Metadata from SQL Server Catalog Views
Introduction All database systems that I’ve worked with have some sort of system tables that provide information about the tables,…
Read More » -
.NET
Authenticating with Active Directory
Hi! If you work in a corporate environment, chances are that your Windows machine is connected to a domain based…
Read More » -
.NET
SignalR Scaleout with REDIS Backplane
Introduction In “Getting Started with SignalR“, I provided a gentle introduction to SignalR with a few simple and practical examples.…
Read More » -
.NET
Getting Started with SignalR
Introduction SignalR is an open source .NET library enabling real-time broadcasts of data on the web. Typical example applications include…
Read More »