This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.
109 people like thisPosted: 13 years ago by Antonio Cisternino
Simple example of Eto library usage for drawing
5 people like thisPosted: 10 years ago by Antonio Cisternino
Suave.EvReact is a small library for transforming HTPP request to Suave into events that are orchestrated using EvReact expressions.
6 people like thisPosted: 8 years ago by Antonio Cisternino
Suave.EvReact is a library for transforming URL access into IEvents using Suave. In this example it is shown how to use it in combination with evReact.
2 people like thisPosted: 8 years ago by Antonio Cisternino
Currying is about fixing arguments of functions from left to right. It's useful to configurate code and embed parameters that usually serve to define the context of a function execution (i.e. a database connection object). Symbolic functions can be used to reorder arguments if needed.
20 people like thisPosted: 13 years ago by Antonio Cisternino
evReact is a library for recognition of events sequences. This snippet shows how to handle drag&drop in WinForms to drag a square into a bigger one without controls.
6 people like thisPosted: 9 years ago by Antonio Cisternino
Suave.EvReact is a library for creating events from URLs using Suave. This examples shows how to combine this library and evreact to orchestrate access to URLs.
2 people like thisPosted: 8 years ago by Antonio Cisternino
Suave.EvReact is a library for transforming URL access into IEvents using Suave. In this example it is shown how to use it in combination with evReact.
2 people like thisPosted: 8 years ago by Antonio Cisternino