Functional C# & .Net Configuration Easy?

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Functional C# & .Net Configuration Easy?

5 November 2019

Sheffield

Added 01-Jan-1970

This event will be split into two parts, Simon Painter presenting Functional Programming in C# and the second half will be Steve Collins presenting .NET Configuration Easy ... Right?.

πŸ“… Agenda
- πŸ‘‹ Welcome
- πŸ—‘οΈ Housekeeping
- πŸ‘¨‍🏫 Functional Programming in C#
- πŸ• Food/Drinks
- πŸ‘¨‍🏫 .NET Configuration Easy ... Right?

πŸ‘‰ Functional Programming in C#
Functional Programming is becoming increasingly popular and relevant with each year that goes by. With so much discussion around languages such as F#, Haskell, and Erlang - it can seem as though getting started with Functional programming would mean first learning a whole new syntax... but what if it didn't?

Most .NET developers are familiar with the use of Linq, and basic constructs such as IEnumerable, Func delegates, arrow functions, and ternary expressions - but did you know that you can use all of this to implement some of the most powerful patterns and techniques from the world of functional programming?

This talk will demonstrate how, using only familiar features available in out-of-the-box C#, to write Functional code that is:

* More robust
* Easier to read
* Easier to maintain

As well as these benefits, Functional code is a great enabler for the use of concurrency with Async functions and Serverless applications with technologies such as Azure Functions.

Top