Blog articles

0
comment
on 3/18/2012 5:56 AM
I love using F#’s Record and Discriminated Union types, they work nicely with pattern matching inside your F# code and can often alleviate some of the ceremony involved around creating and using a complex object hierarchy. However, on the odd occasion whe[...]
.
0
comment
on 3/18/2012 5:32 AM
A relational database is not only a source of content. It can also be used as a mine for domain information related to domain of an application that uses that database. The schema, if it is well maintained, will give you an overview of the problem domain.[...]
.
0
comment
on 3/18/2012 5:32 AM
A relational database is not only a source of content. It can also be used as a mine for domain information related to domain of an application that uses that database. The schema, if it is well maintained, will give you an overview of the problem domain.[...]
.
0
comment
on 3/17/2012 4:56 AM
.
0
comment
on 3/17/2012 3:57 AM
In some settings you might need to access more of the language than available through reflection and System.Linq.Expressions. You might want to look into project Roslyn or NRefactory. These will let you access the C# parser. This can be useful in many set[...]
.
0
comment
on 3/17/2012 3:57 AM
In some settings you might need to access more of the language than available through reflection and System.Linq.Expressions. You might want to look into project Roslyn or NRefactory. These will let you access the c# parser. This can be useful in many set[...]
.
0
comment
on 3/16/2012 2:29 AM
This week I had pleasure of meeting Vagif Abilov on Tomas Petricek and I’s Advanced F# course at Skills Matter. Vagif mentioned a Ruby implementation of Conway’s Game of Life being squeezed into 140 characters for tweeting and how that might look in F#. H[...]
.
0
comment
on 3/15/2012 11:31 PM
Earlier, I came across this Stack Overflow question. I solved it, tweeted it, but then thought it would serve as a useful case study into the mental processes I go through when trying to solve a problem - whether that's on Stack Overflow, at work, or at h[...]
.
0
comment
on 3/15/2012 4:25 PM
Introduction to NoSQL View more PowerPoint from Yan Cui
.
0
comment
on 3/14/2012 3:13 AM
The command is called ‘ReSharper_EnableDaemon’. Open keyboard section in the options dialog in visual studio and search for the command to see what shortcuts it is bound to.
.
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