Learning ReactiveUI for fun and profit
http://www.reactiveui.net is a C# library which combines the MVVM architectural pattern for UI development, and the Reactive Extensions for asynchronous and event-based programming.
A blog about software development, by Stuart Grassie
http://www.reactiveui.net is a C# library which combines the MVVM architectural pattern for UI development, and the Reactive Extensions for asynchronous and event-based programming.
Not that I’d spent much time working on it lately. The fine folks at github have released Ocktokit.net, a C# library for accessing the github api. It’s an official api - it renders my crappy project useless, so I’m putting...
ReactiveUI 5 has just been released (although I’ve been playing with the -pre-release alpha for a while), and one of the shiny new things it brings is a simplified Service Location model. This is fine in the most part, for...
So next time you find yourself in a C# ivory tower, looking down on other less fortunate languages, just remember that someone, somewhere is looking down on you and C#, laughing at the simple mistakes that could be easily avoided...
In the past when doing web development, I would usually use something like WAMP to get me a development environment to work locally. However these days with the proliferation of web development technologies, there are just too many tools to...