Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Brian earned this badge 154 times |
may 17 at 23:03
O(log N) == O(1) - Why not?
may 17 at 2:57
F# Create 2D Array
apr 25 at 2:50
F# coding style and standard
apr 5 at 2:02
F# parsing Abstract Syntax Trees
apr 1 at 23:07
What makes FSharpFunc<> faster than Func<>?
mar 26 at 15:00
Static Type Constraints without Inline?
mar 4 at 22:14
Are references non-nullable by default in F#?
mar 3 at 12:23
Building F# library to be used in C#
feb 18 at 19:46
modules v. namespaces in f#
feb 3 at 21:43
F#: explicit type parameters in operator binding
jan 24 at 14:24
Resources for Learning to Write a Compiler Using F#
jan 17 at 12:57
F#/C# - fsx Script Files and Project References
jan 3 at 19:52
F# code organization: types & modules
dec 11 at 21:27
Understanding F# Asynchronous Programming
nov 12 at 22:12
cons operator (::) in F#
nov 9 at 19:56
Metro style Apps with F#?
nov 1 at 12:32
How do you design a functional program?
oct 28 at 14:45
Functional Programming: Best Platform/Environment
oct 17 at 12:03
Closest C# equivalent to the F# match expression?
oct 10 at 9:21
Non-nullable reference types
sep 11 at 14:54
Is it possible to compile a project command-line with Visual C# 2010 Express edition?
aug 19 at 21:37
Initializing an infinite list of BigIntegers
aug 15 at 19:34
Getting started with F#
aug 5 at 13:17
?: Operator Vs. If Statement Performance
jun 19 '12 at 17:32
Simple XNA 2D demo: why is my F# version slower than C# version?
may 21 '12 at 15:47
Path to MSBuild
may 18 '12 at 18:20
The mutable variable 'i' is used in an invalid way.?
may 9 '12 at 21:37
How would this snippet be rewritten using F#?
apr 23 '12 at 4:55
f# stackoverflow project euler #4
mar 13 '12 at 2:06
How does F# compile functions that can take multiple different parameter types into IL?
mar 12 '12 at 11:31
Is it possible to install c# compiler w/o Visual Studio?
mar 10 '12 at 0:42
msbuild.exe staying open, locking files
mar 5 '12 at 19:08
Visual Studio jump to next error shortcut?
feb 29 '12 at 16:18
Static extension methods on Seq module
feb 14 '12 at 19:27
Hidden Features of F#
jan 26 '12 at 13:04
Could not load file or assembly FSharp.Core, Version=4.0.0.0
jan 16 '12 at 15:23
C#: Returning 'this' for method nesting?
jan 11 '12 at 5:30
how do i translate this Haskell to F#?
jan 7 '12 at 3:04
How to change the current line color in Visual Studio 2010?
dec 6 '11 at 18:17
Void in constrast with Unit
nov 26 '11 at 13:41
F# Seq.sortBy in descending order
nov 9 '11 at 20:09
F# web server library
nov 4 '11 at 19:03
How would I translate a Haskell type class into F#?
nov 2 '11 at 12:29
Resolving Configuration Error in WCF AddressFilter Mismatch
oct 29 '11 at 3:14
How to create a new language for use in Visual Studio
oct 26 '11 at 13:44
Parallel For Loop - Problems when adding to a List
oct 26 '11 at 13:18
Path.Combine absolute with relative path strings
oct 18 '11 at 12:41
How to implement an abstract class in F#?
oct 13 '11 at 10:58
What is “Spaghetti code”?
oct 13 '11 at 10:18
F# Checked Arithmetics Scope
oct 11 '11 at 10:13
Is it possible to match with decomposed sequences in F#?
oct 11 '11 at 10:08
C# dictionaries ValueOrNull / ValueorDefault
sep 18 '11 at 15:10
Scrap Your Boilerplate in f#
sep 15 '11 at 10:42
F# type providers, how do they work