Feeds:
Posts
Comments

Archive for the ‘Problems and Solutions’ Category

What is FIX The Financial Information Exchange Protocol is defined on the homepage of the protocol standards web site as “The Financial Information eXchange (FIX) Protocol is a messaging standard developed specifically for the real-time electronic exchange of securities transactions.” However, I think this definition is very limited. The protocol does not just define a messaging standard [...]

Read Full Post »

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 »

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 »

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 little gotcha which kept me entertained for hours was a difference in the way browsers handle close tags in HTML5. If, like me, you like to close all your tags and you add a JavaScript include into the head of the document, you may well close the tag like this: <script src=”/Scripts/modernizrOverrides.js” type=”text/javascript”/> When [...]

Read Full Post »

Interviewing for resource for a project is the single most important step in a project’s success. People make the project a success and getting the right person gives you a fighting chance of achieving it, getting the wrong person and you are doomed. I thought I would write this post to offer a few tips [...]

Read Full Post »

Starting anything with an apology is never a good way to start; however, I must do this in advance. This post is not wholly about the problem with Agile, but a problem with people. Since people are unlikely to change in the short term and Agile is supposed to a flexible system which bends around [...]

Read Full Post »

Another great tool in the Microsoft space. This tool is absolutely essential when developing MVC sites using .NET. It is extremely simple to use and can be downloaded from the NuGet package handler. (See previous blog post on NuGet).  It can of course be downloaded and configured manually (all that seems so 2010 now ) [...]

Read Full Post »

I thought I’d make a note of this one. If you have red gate or atleast an older copy like I have installed on your machine you might get a conflict when installing SQL Server 2008. This is quite baffling as the error tells you that you have SQL Server 2005 Express Tools installed and [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.