Yan Cui's blog articles

0
comment
on 4/30/2014 3:21 PM
Hello! Just to quick shout to say that the slides for my Neo4j talk tonight on modelling and balancing an in-game economy using Neo4j is now available on Slideshare: Modelling Game Economy with Neo4j from Yan Cui   You can also watch the recording of the talk on SkillsMatter here.   Oh, and did I [...]
>> Read the full article
.
0
comment
on 2/20/2014 6:49 PM
Why does the dog wag its tail? Because the dog is smarter than the tail. If the tail were smarter, it would wag the dog. The phrase wag the dog refers to times when something of a secondary importance improperly takes on the role of something of primary importance. As I watched the recording of [...]
>> Read the full article
.
0
comment
on 2/11/2014 7:00 PM
Suppose you want to merge an assembly A (AssemblyA.dll) with another assembly B (AssemblyB.dll) with ILMerge into a merged assembly (Merged.dll), and everything works fine until the user of your merged assembly also references that AssemblyB.dll, at which point that user will get Ambiguous reference errors for any reference to types defined in assembly B, [...]
>> Read the full article
.
0
comment
on 2/11/2014 3:48 PM
I gave a talk about our use of F# at last year’s CodeMesh event, and the recording is now up on Vimeo. Yan Cui — F# in Social Gaming from Erlang Solutions on Vimeo.   You can also find the slides for the talk up on SlideShare:   F# in social gaming from Yan Cui
>> Read the full article
.
0
comment
on 2/11/2014 3:33 PM
One of the pitfalls with LINQ which I have fallen into on multiple occasions is around the use of the OfType<T> extension method with dictionaries. Either through carelessness or changes to the underlying variable (a class property being changed from list to dictionary for instance) I have ended up using OfType<…> on a dictionary which [...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper