Snippets created by Antonio Cisternino

  • Currying

    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 this

    Posted: 13 years ago by Antonio Cisternino

  • Drag and drop in WinForms with evReact

    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 this

    Posted: 8 years ago by Antonio Cisternino

  • Suave.EvReact

    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 this

    Posted: 7 years ago by Antonio Cisternino

  • Suave.EvReact

    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 this

    Posted: 7 years ago by Antonio Cisternino