Feeds:
Posts
Comments

Archive for December, 2011

It might seem a strange thing to do. Firstly can there be managed memory leakage? And secondly how can you unit test for this? I’ll put this into context and then all will become clear. I came across this interesting problem recently when playing around with a set of streaming real time data and attaching [...]

Read Full Post »

Another back to basics post for reference material . I will follow this post with how to improve this basic pattern with .NET 4 objects. In building a real time news aggregator which requires a producer – consumer queue to provide up to the second news feeds for a trading engine, I have updated my [...]

Read Full Post »

I had a really nice thing said about me today. That the following is true of me and the way I deal with people. I thought I would write it here as I am very humbled by it. “This above all: to thine own self be true, And it must follow, as the night the [...]

Read Full Post »

In my recent post introducing the news aggregator I detailed what we are currently building. In this post, I will discuss some very high level architecture and some considerations around how to build the application. My first draft at architecture is to just get the different functional parts of the program identified. Then later we [...]

Read Full Post »

I am working on a project where I going to build a news aggregator which takes certain keywords and searches a predefined set of websites, company statements etc for stories or blog posts that have that keyword in it. The keywords are mostly a combination of company names or stock ticker codes and mood indicators, [...]

Read Full Post »

Today I thought I’d write about Kyle Bass. He is a favourite of mine and I love his clear no-nonsense approach and explanations of his world view. I have been following Kyle for about six months and he is certainly a character. I have seen him on various financial chat shows and a crazy interview [...]

Read Full Post »

When binding data to WPF controls it is good practice to use a IValueConverter or IMultiValueConverter or use the adaptor pattern which is what I do for the equivalent when using MVC for the web, to change the values from your domain objects to something you can bind to which makes sense for the Gui [...]

Read Full Post »

I came across the Interlocked class today. It is a very simple way of incrementing or decrementing or doing thread safe algorithmic calculations based upon a single property change in the same class. It is no good for changing the properties of another class, such as an element on a domain object, but is quite [...]

Read Full Post »

WPF Datagrid

This is a very short post. I just wanted to point to this great site and especially this tutorial on the WPF DataGrid. http://www.wpftutorial.net/DataGrid.html Its a great reference, and I’m including a post here so I can find it again easily and share with others.

Read Full Post »

Follow

Get every new post delivered to your Inbox.