Monday, March 24, 2008

Last month, I was scheduled to speak at the Findlay Area .NET Users Group (FANUG), but the meeting was canceled due to weather. This month, my good friends Jason Follas and Greg Huber were scheduled to speak, but a last-minute conflict has thrown a monkey wrench into the works. After passing a few emails back and forth, Jason and Greg have decided to reschedule. Instead, I'll be giving my Functional C# talk in Findlay tomorrow night. I hope to see you there!

Title: Functional C#

Abstract: In recent years, many features have been added to the C# language that make it possible to write programs using techniques from other programming paradigms. Chief among these is functional programming. Often regarded as only being academically useful, functional programming has many practical uses, some of which appear within the .NET Framework itself. In this session, we'll examine some ideas taken from functional programming and see how they might be implemented using language features that already exist within C#. In addition, we'll highlight ways in which the .NET Framework APIs borrow from functional programming.

posted on Monday, March 24, 2008 11:11:54 AM (Eastern Standard Time, UTC-05:00)  #    Comments [1]

kick it on DotNetKicks.com
Monday, March 24, 2008 1:07:14 PM (Eastern Standard Time, UTC-05:00)
That is awesome. I am giving a talk on the functional language features of C# 3.0 here in Richmond in June. (our .net user group is pretty backed up on speakers) I haven't even begun preparing the presentation yet (i'm going to base it off my functional programming series of blog posts), but I would love to see what topics you touch on and how in depth you get. In my talk I was told to keep it pretty high level so that no one would be confused or left out, and at the same time I am no functional language expert so I didn't want to dig myself into a hole that I couldn't answer my way out of. Let me know how it goes!
Comments are closed.