Skip to content

florimm/Talks

 
 

Repository files navigation

Talks

Supporting code for talks and presentations

ALT.NET-DI

Demos for ALT.NET DI presentation in Paris April 2012

Supporting code and demo about Dependency Injection patterns

Functional-DI

Demos for ALT.NET Functional-DI presentation in Paris at Société Générale on 5th February 2015

Supporting code and demo about how to make a Dependency Injection without an IoC container using partial application from the functional language world. Slides are here

FunctionalCSharp

Demos for NCrafts conference 21-22 May 2015, Paris

FUNCTIONAL PROGRAMMING IN C#

Functional programming it's a clean and easily maintainable style, it's an important basis of programming as we know it today, and certain specific current concerns, like parallelization, can be targeted successfully with the help of functional programming ideas. In recent years, more and more functional elements have been included in imperative languages on the .NET platform like C# and VB.NET but many developers are not aware of them or don't know how to use it. In this talk you will learn how to leverage how functional way of coding can improve your imperative code. You'll learn about how to do dependency injection in a functional way, defining and reusing functions, currying and partial application, writing monads and implementing effectively a map/reduce pattern.

About

Supporting code for talks and presentations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.0%
  • F# 10.4%
  • XSLT 4.6%
  • HTML 0.7%
  • Scala 0.2%
  • Classic ASP 0.1%