-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: C#
Glimpse
That turned out to be a profitable search. A bug that suggested that there was a routing configuration issue in a .Net MVC app. I was looking for a way to troubleshoot the issue and I came across this: Glimpse … Continue reading
SignalR
Wow. I just looked at Signalr again… Just added the Git package to a web application, added the git package for the stock ticker example, fixed the bug on the stockticker html page that referenced the wrong version of the … Continue reading
Silverlight HyperlinkButton Background Colour
Oh dear – I think I over thought this one. To cut a long story short, a client app I was maintaining had a top level menu composed of HyperlinkButtons. The requested change would involve a proliferation of these controls. … Continue reading
RX Example
Just an update to the doc with the Rx tutorial: Newer versions of Rx need a small change to the source code: Observable.FromEvent<EventArgs>(txt, “TextChanged”) Changes to Observable.FromEventPattern<EventArgs>(txt, “TextChanged”) And the references are: System.Reactive.Core System.Reactive.Interfaces System.Reactive.PlatformServices System.Reactive.Linq System.Reactive.Windows.Forms Rx is available on … Continue reading