In this short article, I’ll show you how to hook up Elmish.WPF apps with Telerik WPF controls and themes.
Tag: WPF
Getting Elmish in .NET with Elmish.WPF
Let’s talk about Elmish.WPF and how it brings Model View Update (MVU) architecture and Functional Programming to desktop .NET development.
Breeding Attack Squirrels in F#
In this article we’ll introduce genetic algorithms by teaching a squirrel how to find food and shelter, then see how different fitness functions can influence its behavior. Along the way we’ll discuss concepts of genetic algorithms, the F# programming language, and important design considerations in artificial intelligence applications.
WPF Core with F# Libraries
Learn to create a WPF Core app that can talk to a F# class library in .NET 3.0. This is part of a series on simulating squirrels with genetic algorithms.