The overall goal of this article is to see if there interest in releasing the MSMQWriter to the public. When dealing with interprocess communication, many developers take the approach of trying to exchange information between MQL4 and a programming language
Idempotent – REST Service Fundamentals
Idempotent is a cool word I love to pronounce. In fact, I wish I could write idempotent all over this article, and say it out loud over and over again, but then that would be waste. From wikipedia: “Idempotence is
Grading Exams as an Adjunct Professor
Grading exams as an adjunct professor has always been one of my most time consuming tasks every semester. Now that the semester is winding down, and we are all finishing up final exams, I thought I would share a strategy with
As a New Dad, I always wanted a boy
I always wanted a boy, but that changed the day my twin female version was born. When I found out my wife was pregnant, it was one of the happiest days of my life. I didn’t expect how much my life
Why are you still paying for airline tickets?
I try and avoid paying for anything as much as possible. Am I paying for airline tickets? Sometimes. Airline tickets being one of the top of my list due to vacation, I have crafted a process to fly for free. By
My Experience with Global Entry and TSA Pre Check
The Process I recently applied for Global entry and TSA Pre Check, and went through the whole approval process. In this article I will describe what I had to go through to get approved, and my first test through Newark
Accessing ASP.NET Identity properties in Web Form
A short video on how to access the ASP.NET Identity properties inside a web form. This simple how to will get you accessing Identity properties in minutes. Enjoy! https://www.youtube.com/watch?v=3naC3wvjjqc
Renaming Existing Visual Studio Project
This is a how to video on how to rename your visual studio solution with multiple projects to a new name. Renaming existing Visual Studio Project
Structuring your TFS for Source Control
The video below shows you a way to structure your source code on TFS to allow for branching and organize your releases. Enjoy! Team Foundation Server Structuring your Source Control
C++ Introduction to Arrays
A short video introducing C++ arrays. I cover how to declare an array, base types of arrays, memory allocation and how they are passed around in functions. Introduction to C++ Arrays