DDD10!
Hello! Just a quick note to mention that I will be speaking about Aspect Oriented Programming at next Saturday’s DDD10 in Reading, some great sessions in the line up this year, hope to see you there
Hello! Just a quick note to mention that I will be speaking about Aspect Oriented Programming at next Saturday’s DDD10 in Reading, some great sessions in the line up this year, hope to see you there
We’ve been busy at work the last couple of weeks and I’m proud to tell you that we have some nice improvements to JackpotJoy Slots including two new slots as well as a revamp of the tournament feature! Spellbound Forest Spellbound Forest is a fantasy-themed All Pays slots where matching symbols on adjacent lines (or …
Spellbound Forest and New Slots Tournament features! Read More »
Since my previous post on Filbert I have added a simple but functional BERT-RPC client which I have managed to test against native Erlang modules running on Ernie. To make it easier for you to try it out I’ve uploaded the package to NuGet, which you can download from here, or run the simple NuGet …
Since I’m liking git more and more by the day, with tools such as SmartGit and GitFlow making the task of managing even a complex branching model a relatively easy task, I’ve decided to move my Simple Speed Tester project over to github! Simple Speed Tester is a very simple framework I wrote to help …
Found a useful little snippet that converts a C# dictionary to F#’s map which uses the built-in KeyValue active pattern:
I spent the last couple of nights and put together a small BERT serializer for .Net called Filbert. What’s BERT? BERT (Binary ERlang Term) is a binary format based on Erlang’s binary serialization format (as used by erlang:term_to_binary/1) but supports a couple of complex types such as boolean, dictionary and time, in additional to …
Update 2012/08/23: Thanks for the suggestion from Jizugu in the comments, I’ve updated the post to show you his approach to calling the explicit operator in a clean and elegant way. In C#, you can define an explicit operator for your type using the explicit keyword: You can define an explicit operator like the …
You can specify a function which can take in a numeric value with a generic unit of measure easily enough: Similarly, you can also specify a discriminated union whose clauses can be of a numeric value with a generic unit of measure, like this:
Peculiarly I couldn’t find any documented way to create a type extension for a generic array, ‘a [ ], turns out you need to use backtick marks ( ` ) around the square brackets in order to do that:
Note: Don’t forget to check out Benchmarks page to see the latest round up of binary and JSON serializers. Following on from my previous test, I have now included JsonFx and as well as the Json.Net BSON serializer in the mix to see how they match up. The results (in milliseconds) as well as the …
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.