Click here to Skip to main content
15,867,985 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 Title

F# 

29 May 2022 by koolprasad2003
What's new in .NET 6
19 Sep 2009 by jebarson
New features of Visual Studio 2010 discussed
11 Feb 2013 by Sander Rossel
Journey to the center of the .NET Framework with a chance of IL along the way!
4 Jan 2013 by colinfang
This article investigates how Pattern Match compiles under the hood in a number of simple common scenarios.
14 Jan 2013 by colinfang
OneNote2Markdown converts the html generated from OneNote to Markdown format, which can then be translated to a cleaner normalized html by any online Markdown parser later.
30 Dec 2013 by Monjurul Habib
Introduction to Agile software development methodologies and how to apply them. It is about how to work together to achieve a common goal. This article focus on how technology team work together well to plan, build and deliver software.
1 Jan 2014 by Monjurul Habib
The hardest single part of building a software system is deciding precisely what to build. Everybody in software development has the same goal: Rapid, Reliable, Low Risk delivery of high-quality, valuable functionality to users. This article will help them to achieve their goal.
20 Feb 2009 by Vitaliy Liptchinsky
This article describes the basic ideas of how to build workflow engine a-la WF based on F# workflows and CCR
26 Jun 2017 by Marc Clifton
Among other things, an exploration into writing C# code in a functional programming style.
17 Jan 2013 by Mattias Högström
Building a viewer and analyzing profiling data reports from vsperfcmd.
3 Sep 2010 by Vitaliy Liptchinsky
This article introduces dataflow programming and provides basic implementations of dataflow variables in C# and F#
16 Feb 2010 by dawright, ProtoBytes
A heurisitc graphing tool to help discover 'Big O Notation' function thru infinite asymptotic's and instrumentation.
19 Oct 2011 by rickoshay
Determine the square root of a BigInteger using F#
3 Jul 2011 by Chad Z. Hower aka Kudzu
A quick view under the hood of Cosmos and how it works
9 Jan 2010 by alex turner
Showing how Micro Focus Managed COBOL can call F#, and some tips on mixing imperative and functional languages the easy way.
23 Oct 2015 by Farhad Reza
This article describes the use of GDI+ in F# to design chess game pieces.
7 Aug 2017 by Marc Clifton
Not very classy in C#, but pretty classy in F#.
10 Jul 2015 by darrellp
A framework for easily solving programming challenges from competitive coding sites
18 Oct 2008 by Shivprasad koirala
Compiling the first F# program using interactive mode
2 Aug 2012 by Marc Clifton
Exploring the concept of Computational Types in both C# and F#
4 Feb 2011 by Scott Philip Brown
This is an implementation of Conway's Game of Life using F# and SDL.NET
12 Aug 2010 by Chad Z. Hower aka Kudzu
Develop your own operating system using C# (or VB.NET, etc.) and Visual Studio!
15 Nov 2010 by 10Tec, Sergey Gorbenko
Tool for creating MS Visual Studio documentation files - XML Summaries, HxS/MSHC help solutions and manuals.
23 May 2008 by Crawfis
While there are many expression evaluators out there, the CodeDom framework allows you to take any .NET langauge and link a code snippet at run-time.
8 Jul 2010 by rmortega77
Eliza like chat bot in F# for having fun learning the functional programming language shipped with Visual Studio 2010.
22 Aug 2011 by Vladimir Ivanovskiy
This article shows how to compile and run F# code during runtime.
1 Feb 2024 by Nicolas DESCARTES
How to embrace functional programming in C#
14 May 2018 by Bohdan Stupak
This article will introduce to you canopy - selenium-based end-to-end testing framework that uses F#.
15 Jul 2010 by Vagif Abilov
The article demonstrates how to explore the Amazon S3 API using F# and achieve great results just in 45 minutes.
23 Oct 2012 by barry brunswick
An entry in the Intel App Innovation Contest
4 Apr 2014 by Sacha Barber
Recursion in F#
21 May 2014 by Sacha Barber
Type providers in F#
27 Jul 2010 by User 5722857
Async programming in functional languages such as F# is such a breeze....
11 Oct 2013 by ASP.NET Community
Hi in this post only I want to help some links that will help you with F#.I think that F# is a good tool for different knid of things, so if you
24 Apr 2011 by Dan Buskirk
Using the standard BLAS and LAPACK libraries from F#
24 Mar 2011 by Dan Buskirk
Accessing Industry-Standard Linear Algebra Libraries from .NET Code
1 Nov 2010 by Imran Khatri
Asynchronous Workflow supported by F# to manipulate UI objects in WPF
16 Jan 2011 by Stefan Savev 2
Implementation of Multikey String Quick Sort (following Sedgewick)
17 Sep 2012 by VallarasuS
Two state Turing machine written in fsharp inspired by Langton' Ant pattern
14 Oct 2013 by Marc Clifton
Exploring how to implement functional programming features such as function composition and chaining in Ruby.
8 Nov 2008 by Dr.Walt Fair, PE
Using F# to implement a simple expert system callable from C#.
29 May 2008 by Unknown Narrator
A GetOpt implementation for .NET.
24 Oct 2008 by Dr.Walt Fair, PE
Making a Windows Forms project in F#.
3 Oct 2020 by Garai Márton
The first try hiccups and successes installing Bolero, a Webassembly framework for F#
26 Oct 2009 by Jaap de Haan
Describes the guidelines and pitfalls for implementing IXmlSerializable (.NET)
21 Feb 2010 by logicchild
An article that explains some ways to learn the F# language
26 Sep 2012 by Marc Clifton
Lessons learned about FP from the perspective of an Object Oriented programmer
11 Nov 2018 by ProEnggSoft
IDEAL CHALK mnemonic acronym and mnemonic images for Object Oriented Principles
6 Feb 2009 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.
3 Aug 2016 by Vyacheslav Chernykh
F#-implementation of algorithm for incremental construction of minimal deterministic finite automata through adding and removing strings.
3 Feb 2009 by M Sheik Uduman Ali
This article explains the fundamentals of functional programming
3 Feb 2009 by M Sheik Uduman Ali
This article explains the fundamentals of functional programming and lambda calculus
10 Jun 2022 by Gaston Verelst
How to use F# to implement algorithms such of k-means
27 Oct 2016 by Eduardo Mireles
POOV is a programming technique for object-oriented languages developed in MIRA Software Factory by Ing. Eduardo Mireles and experts programmers. It facilitates coding software solutions.
22 Apr 2018 by JohnLeitch
This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language.
16 Aug 2009 by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
24 Oct 2010 by logicchild
An article that illustrates referencing DirectX Libraries in an F# application
2 Aug 2011 by Frank Thomsen
This article describes how to write parsers using monadic combinators in F#.
24 Mar 2019 by Bohdan Stupak
This simple application querying web API will show you some benefits of F# programming language.
29 Jul 2020 by Mladen Janković
An algorithm for reconstructing game world map from captured game play
13 Jan 2020 by Marc Clifton
Implementations in C# and F#
6 Feb 2011 by Mahmudul Haque Azad
This article describes the natural evolution of BDD from common problems of developers not following TDD properly. It also describes a bit about Domain Driven Design (DDD) and Domain Specific Language (DSL) which are naturally connected with BDD.
18 Nov 2008 by Dr.Walt Fair, PE
Enabling run time code in any .NET language
15 Aug 2017 by Wendelius
Simple linear trend calculation with different types for X values implemented in C#, VB, and F#
11 Jun 2010 by Vagif Abilov
The article describes how to perform symbolic math calculations using F#
13 Apr 2016 by Dmitry Zinchenko
Start learning Functional Programming paradigms now!
14 Jul 2011 by Jaxon7
File System Viewer with Font Zoom
9 Sep 2011 by Jaxon7
Search function added to the Explorer Imperative
20 Mar 2012 by Jaxon7
Restoring UI Responsiveness FromContinuations (Asynch file IO)
14 Mar 2017 by Mladen Janković
Crossword generator implemented in F#
7 Jul 2009 by Tomas Petricek
The Functional Programming for the Real World book explains essential concepts of the functional programming paradigm using examples in C# 3.0 and F#. In this article we look at one very important advantage of using one of the core functional concepts - immutability.
13 Feb 2014 by sbarnes
A small utility that feature-creeped into Yet Another SCM tool - a useful app to examine
13 Oct 2010 by Scott Philip Brown
This article will explain how to use the turtle graphics program, and show the F# and WPF code which was used to implement it, and provide some example code for generating fractal shapes using L-system grammars.
7 Oct 2011 by gjvdkamp
This article demonstrates a technique how you can write recursive algorithms in F# using a Reader instead of a list, so you don't have to load all your data into memory first
7 Aug 2017 by Sharp Ninja
Paket is an alternative to the default nuget package manager used in Visual Studio.  Paket is completely compatible with nuget, but is much more feature rich and provides real-world benefits for library developers.
27 Nov 2021 by Bohdan Stupak
Overview of Span C# feature and an example of how it can improve the existing codebase
7 Apr 2016 by DataBytzAI
Designing a web crawler using C#
10 Mar 2014 by EastBancTech
The ability of F# to describe business problems more accurately than C# makes it an ideal candidate for server side applications.