Click here to Skip to main content
15,887,083 members
Everything / Programming Languages / F#

F#

F#

Great Reads

by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
by Tomas Petricek
The Real World Functional Programming book explains essential concepts of this paradigm using examples in C# 3.0 and F#. In this article we look at immutability, which stands behind the clarity of functional programs.
by Marc Clifton
Not very classy in C#, but pretty classy in F#.
by Marc Clifton
Among other things, an exploration into writing C# code in a functional programming style.

Latest Articles

by Nicolas DESCARTES
How to embrace functional programming in C#
by Gaston Verelst
How to use F# to implement algorithms such of k-means
by koolprasad2003
What's new in .NET 6
by Bohdan Stupak
Way to leverage custom serializer in Giraffe framework

All Articles

Sort by Updated

F# 

23 Dec 2021 by Bohdan Stupak
Way to leverage custom serializer in Giraffe framework
9 Nov 2021 by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
23 Feb 2021 by Bohdan Stupak
A simple snippet of how you can convert video in .NET Core
16 Oct 2019 by Klaus78
A simple example of usage of type providers in F#
6 Mar 2019 by Bohdan Stupak
Simple pitfall where C# developers trying out F# might fail when writing async code
5 Jan 2017 by epicTurk
Parse quser.exe Results in Regex in any .NET language
3 Sep 2016 by epicTurk
F# Quotations support for ViewModelSupport.ViewModelBase Property get\set Accessors
22 Nov 2015 by Marc Clifton
Each function should answer "how-what-why."
2 Nov 2015 by Farhad Reza
We will design two interesting characters in this tip. The first one is Code Project Bob sticker and the second one is Magpie bird which is the national bird of Bangladesh.
25 Oct 2015 by juwikuang
Weighted Quick Union Find in C#, VB.NET and F#
13 Oct 2015 by Farhad Reza
A simple calculator written in F# language
28 Sep 2015 by Farhad Reza
This tip describes the use of GDI+ with F# language through Flag design.
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
29 Aug 2013 by Alojzy Leszcz
As MSDN doesn't provide an example in F#, I decided to translate one of the examples from C#.
28 Feb 2012 by Jaxon7
Mysterious problem in WPF v4, feature not defined.
4 Feb 2012 by VallarasuS
F# example usage of option types
21 Dec 2010 by Stefan Savev 2
Shows how to encode a closure as a class where the references are stored as mutable fields, thus removing a level of indirection
9 Nov 2010 by Stefan Savev 2
Reading Zip files in F#
28 Apr 2010 by Amal Nanda
Fun with F#F# (pronounced "F sharp") is a functional programming language for the .NET Framework that combines the succinct, expressive, and compositional style of functional programming with the runtime, libraries, interoperability, and object model of .NET, that lets users concentrate on...