Past events
Free
Online
Tuesday, May 14, 2013
In this session, Yan will share some of his experiences of building a successful MMORPG for a social audience and insights into some of the technical challenges that his team has had to overcome along the way.
Free
Online
Tuesday, April 16, 2013
In this talk, we'll go over the fundamental concepts of F#, and functional programming in general; you'll get up to speed on the benefits and use cases of F#; and become familiarized with the language features, syntax, and constructs through a few simple e...
Free
Online
Thursday, April 4, 2013
It is often claimed that functional languages are ideal for building static analysis applications. However, most applications are on small academic languages. In this document we test the claim on a real-world language, C/AL, which is the language used for...
Free
Online
Thursday, March 7, 2013
This talk will look at F# as a testing language. We'll look at F# specific language features, like backtick methods and object expressions, plus libraries like FsUnit and Foq.
Free
Online
Monday, February 18, 2013
F# Eye for the C# guy
This talk is for C# programmers who are curious about F#, a new multi-paradigm programming language in Visual Studio.
In: test driven development, classes and functions
Out: maths, monads and moth-eaten jumpers
Expect plenty of prac...
Free
Online
Tuesday, December 18, 2012
With the advent of cloud platforms and private data centers, developers face once more the challenges of distributed computing in their effort to harness the available computing power. Concurrency, message passing, elasticity and machine failure are now co...
Free
Online
Tuesday, December 4, 2012
The functional programming language Erlang is battle-tested, open-source, and runs great on Windows, Mac and Linux (both Intel and ARM). What makes it so different from other languages (including functional ones)? How does Erlang solve hard problems that o...
Free
Online
Thursday, November 8, 2012
Join Phil Trelford and Tomas Petricek as they discuss their efforts to establish the F# Foundation to demonstrate and promote the use of F# across platforms.
Free
Online
Tuesday, October 30, 2012
Many of the features provided by F# lend themselves well to web development. With the recent announcement of the F# Tools for Visual Studio Express 2012 for the Web, there has never been a better time to get started building web applications with F# doing ...
Free
Online
Tuesday, September 25, 2012
In this talk, the F# 3.0 new feature type provider are introduced.
Free
Online
Tuesday, August 7, 2012
Computation expressions underpin many useful formalisms such as sequence expressions or asynchronous computations. Even query expressions, introduced in F# 3.0, are also a type of computation expression. In this talk, we will overview computation expressio...
Free
Online
Monday, June 18, 2012
@FSUG presents Mathias Brandewinder on Bumblebee.
Bumblebee is an Artificial Bee Colony (ABC) algorithm developed in F# and hosted on CodePlex. Please Retweet:
https://twitter.com/talbott/status/214717717834514432
“The algorithm in action: Traveling Sal...
Free
Online
Tuesday, May 29, 2012
Since F# became a first class language in Visual Studio 2010, it has been gaining popularity amount the industry and academic communities. In this talk, we will first look at the F# value propositions through a set of interesting demos. We’ll also take a l...
Free
Online
Tuesday, April 17, 2012
Some of you may remember the crash of the $125 Million Mars Climate Orbiter in September of 1999. Later review revealed that the Orbiter crashed because of a simple and avoidable problem. One team of software developers assumed English units for their me...
Free
Online
Tuesday, February 21, 2012
This talk would include details on Getting started with Pit, using the tools and a simple walkthrough project using a single page app + ServiceStack.NET for creating tasks.
Free
Online
Tuesday, January 3, 2012
In this talk, I will give an experience report on implementing FPish, a new community site for functional programmers; the issues we encountered; and the way we solved some of these challenges. FPish is implemented entirely in F# as a massive WebSharper s...
Free
Online
Tuesday, November 29, 2011
Are you confused about the messaging from Microsoft around F#? Are you wishing a feature would be supported in the language or IDE and not sure why it's not? Join us for our first F# Community Roundtable to discuss what we, the community, can do to advance...
Free
Online
Tuesday, September 27, 2011
The .NET framework provides several ways of interacting with I/O out of the box. These work great until you need to maximize performance over network I/O. Dave Thomas has demonstrated that using SocketAsyncEventArgs rather than the Asynchronous Programming...
Free
Online
Tuesday, August 30, 2011
Learn about the use of F# in the next version of Castle MonoRail with Hamilton Veríssimo "Hammett" de Oliveira.
Free
Online
Tuesday, July 26, 2011
Dave Thomas will present on his experiments with F# for server-side programming including the fracture-io project, a high-performance socket pipeline library meant to offer a range of useful features similar to those offered in 0mq and Akka.
Free
Online
Tuesday, June 21, 2011
In this talk we'll look at when and how to define and automate Acceptance Tests from both a business and development point of view. Focusing on the business benefits of specifying scenarios in plain English and automating them with F#. The talk will includ...
Free
Online
Tuesday, May 17, 2011
Simon Cousins, Talbott Crowell, Howard Mansell, and Robert Pickering discussing F# in the Enterprise.
Free
Online
Tuesday, April 19, 2011
F# already allows you to write applications with much less code and fewer bugs, but wouldn't it be nice to improve productivity even more by creating/using custom F# application (a.k.a. multi-project) templates and NuGet packages? In this talk we will disc...
Free
Online
Tuesday, February 15, 2011
One of the key concepts of functional programming is compositionality – the fact that we can build complex software using several basic “building blocks” and just a few ways of combining them. In this talk, I’ll demonstrate how we can teach this concept us...
Free
Online
Tuesday, January 18, 2011
Samin Ishtiaq taught a 1 hour crash course in functional programming to 10/11 year olds at a local Cambridge primary school recently. The course leads up to calculating areas and volumes, which is what the students were learning in maths at that time. This...
Free
Online
Tuesday, December 21, 2010
WebSharper sitelets provide the essential mechanism to encapsulate entire websites as F# values. In this talk, I will present how you can use sitelets to develop dynamic, template-based, markup-less web applications with WebSharper that seamlessly combine...
Free
Online
Tuesday, October 19, 2010
In this presentation Robert Pickering will take a look at the concept of the tree data structure, and we’ll see how trees are everywhere we look in programing — from XML to lisp, and passing by indexes in RMDS. He will first look at the various different w...
Free
Online
Tuesday, September 21, 2010
In this talk, Adam Granicz will present the main motivations for WebSharper, highlight some of its capabilities, and demonstrate how it can jump start developer productivity in creating robust client-based web applications entirely in F#. We will briefly ...
Free
Online
Tuesday, August 17, 2010
Don will talk about the templates, patterns and practices for Silverlight, Xaml and Web programming with F# or mixed F#/C# projects, using Visual Studio 2010 and the Online Templates. There might be a few other topics thrown in. We’ll also have an open Q&A...
Free
Online
Tuesday, July 20, 2010
Ryan Riley will introduce functional programming using examples from both C# and F#. This presentation will be great for those coming from a C# or VB.NET background who are unfamiliar with the functional paradigm. If you already know functional programming...
Free
Online
Tuesday, June 22, 2010
Alex Pedenko (@kolosy) will show how to build web applications in F# using the Bistro framework (http://bistroframework.org/).
Free
Online
Tuesday, May 18, 2010
Working with F# or just curious as to who's doing what? Join us Tuesday, May 18th, 2010 to find out what people are doing with F#. Chris Marinos (F# Koans), the Bistro team, and YOU will have the chance to present and discuss practical uses of F# "in the w...
Free
Online
Tuesday, April 20, 2010
If you've ever been interested in writing a full fledged compiler in F# then this is the talk for you. This talk will go over the FSMiniJava project, a compiler converting a subset of the Java language into x86 assembler and then producing working executab...
Free
Online
Thursday, March 18, 2010
One area where F# excels beyond other languages is its language oriented programming features. These are especially useful for the testing and analysis of existing code. In this intermediate to advanced talk, Richard will demonstrate how F# can be used to ...
Free
Online
Tuesday, February 16, 2010
Steffan Forkmann will present on some of the projects he's worked on, including Fake, FunctionalNHibernate, etc.
Free
Online
Tuesday, January 19, 2010
Ryan Riley will introduce functional programming using examples from both C# and F#. This presentation will be great for those coming from a C# or VB.NET background who are unfamiliar with the functional paradigm. If you already know functional programming...
About this group
- Founded: 4/1/2009
- Owners: Loïc Denuzière, Adam Granicz, Ryan Riley
- Members: 11
- Past events: 36
- Upcoming events: 0 Log in to join
Featured company
![]() | IntelliFactory 0 upcoming events |
Event tags for this group
- f# × 34
- web × 6
- teaching × 3
- http × 2
- testing × 2
- functional × 2
- templates × 2
- websharper × 2
- cloud × 1
- {m}brace × 1
- mvp × 1
- c# × 1
- test × 1
- foq × 1
- monorail × 1
- fpish × 1
- single page application × 1
- servicestack × 1
- pit fw × 1
- .net × 1
- mono × 1
- cross platform × 1
- asp.net × 1
- erlang × 1
- open source × 1
- compiler × 1
- koans × 1
- bistro × 1
- introduction × 1
- metaprogramming × 1
- enterprise × 1
- tickspec × 1
- server × 1
- agents × 1
- tcp × 1
- type providers × 1
- bumblebee × 1
- computation expressions × 1
- f# 3.0 × 1
- type provider × 1
- gaming × 1
- mmorpg × 1
- nav × 1
- c/al × 1
- dynamics × 1
- analysis × 1
- static × 1
- units of measure × 1
Group tags
- f# × 33
- clojure × 14
- functional × 14
- haskell × 14
- scala × 11
- erlang × 6
- c# × 4
- .net × 3
- agile × 3
- ocaml × 3
- websharper × 3
- ddd × 2
- exchange × 2
- java × 2
- javascript × 2
- neo4j × 2
- nosql × 2
- scheme × 2
- skillsmatter × 2
- alt.net × 1
- android × 1
- architecture × 1
- async × 1
- bdd exchange × 1
- blazehtml × 1
- cassandra × 1
- clean × 1
- codeken × 1
- coffeescript × 1
- common lisp × 1
- continuous delivery × 1
- finance × 1
- fractureio × 1
- grails × 1
- groovy × 1
- html × 1
- html5 × 1
- islisp × 1
- jquery × 1
- jvm × 1
- lisp × 1
- load testing × 1
- lua × 1
- metro style × 1
- microsoft × 1
- mongodb! × 1
- ninja × 1
- ouya × 1
- package management × 1
- prog × 1
- projects × 1
- python × 1
- qcon × 1
- racket × 1
- reactive extensions × 1
- restful × 1
- riak × 1
- rx × 1
- scalability × 1
- tdd × 1
- test × 1
- titanium × 1
- unit testing × 1
- user group × 1
- web × 1
- web services × 1
- winrt × 1
![]() |
Copyright (c) 2011-2012 IntelliFactory. All rights reserved. Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy |
Built with WebSharper |