Blfoley - blfoley.com - Brad Foley
General Information:
Latest News:
The true cost of an outage…. 18 Jun 2013 | 08:13 pm
So, I was shopping around, at work, i know i’m a horrible person. But what i needed was a simple timer light switch for my outdoor lights. I did a search on Google. I came up with the first link of co...
Upgrading Environments 25 Feb 2013 | 02:47 am
Today I completed the upgrade of my VMWare ESXi server from 5.0 to 5.1. This will allow me to run Windows Server 2012 VM’s to test and develop against. I guess I was a little behind the times. Now on ...
What’s Been Going On 25 Feb 2013 | 02:20 am
Well, over the past few months, a lot of exciting things have been happening in my world of Development.As you may already know, Microsoft has passed along Commerce Server to a new partner, see previo...
Commerce Server Error 16389 From The Profile Context 28 Jul 2012 | 01:35 am
I’m just writing this quick little trouble shooter, because there doesn’t seem to be much on the net about it. And I always seem to forget to do it. So after doing some database restores and moving t...
Commerce Server Error 16389 From The Profile Context 27 Jul 2012 | 10:35 pm
I’m just writing this quick little trouble shooter, because there doesn’t seem to be much on the net about it. And I always seem to forget to do it. So after doing some database restores and moving th...
Searching a Database for Columns 5 Jul 2012 | 02:29 am
This is just a quick little post on a useful query that I find myself using quite often. It allows me to search a database for a column using a LIKE statement. For example here I am searching the data...
Searching a Database for Columns 4 Jul 2012 | 11:29 pm
This is just a quick little post on a useful query that I find myself using quite often. It allows me to search a database for a column using a LIKE statement. For example here I am searching the data...
A Simple Method to Clone an EntityObject 27 Jun 2012 | 10:16 pm
I’ve just come across a problem where I needed to clone an Entity and add the duplicate value to the context only changing one property. I don’t know where I got this from originally, but I’ve made...
A Simple Method to Clone an EntityObject 27 Jun 2012 | 07:16 pm
I’ve just come across a problem where I needed to clone an Entity and add the duplicate value to the context only changing one property. I don’t know where I got this from originally, but I’ve made ...
A Very Simple Introduction to the Task Parallel Library (TPL) in C# 26 Jun 2012 | 08:07 pm
So many times I have shunned away from doing Async programming. Most commonly because the programs that I write are simple and needed in a hurry. Even though using Async would have allowed for a bette...