Upcoming F# stories

A Nice Addition to the Empty WPF F# Template(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 2 months ago

This post announces the awesome new features provided by the XAML type provider from FSharpx that are now available in the F# Empty WPF project template. read more...

add a comment |category: |Views: 3

tags: another

Benefits of F#(fsharpnews.blogspot.com)

submitted by pardogopardogo(80) 2 months, 27 days ago

The Visual F# programming language has a variety of technical benefits that can reduce development costs, reduce time-to-market and improve quality. This post enumerates some of these benefits in the context of different application domains. read more...

add a comment |category: |Views: 10

tags: another

Razor Added to the F#/C# ASP.NET MVC 3 Internet Project Template(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 2 months, 29 days ago

This post discusses the new feature available in version 1.6 of the F#/C# ASP.NET MVC 3 Internet Project Template which is now available on Visual Studio Gallery. read more...

add a comment |category: |Views: 10

tags: another

Another Way To Kick-start F# WPF Apps(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 3 months, 20 days ago

This post introduces a new F# WPF Empty project template. read more...

add a comment |category: |Views: 7

tags: another

Updates to the August 2011 F# 2.0 Compiler Code Drop(blogs.msdn.com)

submitted by rcashrcash(4149) 6 months, 7 days ago

This article discusse the updates made to the August 2011 F# 2.0 Compiler Code Drop as announced at the Microsoft Research 20th Anniversary event in Cambridge UK. The F# PowerPack can be found directly at this link: http://fsharppowerpack.codeplex.com/ read more...

add a comment |category: |Views: 2

tags: another

FSharpChart release supporting Stacked Charts (version 0.60)(blogs.msdn.com)

submitted by rcashrcash(4149) 6 months, 28 days ago

FSharpChart now supports binding for Stacked Charts. read more...

add a comment |category: |Views: 4

tags: another

Authoring Type Providers with the TypeProviderDSL from FSharpx(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 7 months, 19 days ago

This post shows an example of using the TypeProviderDSL from FSharpx.TypeProviders to author a F# Type Provider. read more...

add a comment |category: |Views: 9

tags: another

A Simple AppSettings Type Provider(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 7 months, 25 days ago

This post provides an example of an open source F# 3.0 Type Provider. read more...

add a comment |category: |Views: 10

tags: another

Presentation: Dialing Up with F# and Windows Phone 7(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 8 months, 4 days ago

A presentation on WP7 development with F#. read more...

add a comment |category: |Views: 16

tags: another

F# 3.0 type providers – as if by magic…(www.mindscapehq.com)

submitted by traskjdtraskjd(3229) 8 months, 6 days ago

This post dives into one of the very cool new features that has emerged in the first drop of F# 3.0 that shipped with Visual Studio 2011 preview 1. Type providers in F# eliminate tedious boilerplate code by enabling users to create whole classes in a single line of code. read more...

add a comment |category: |Views: 19

tags: another

F# Type Providers - Querying StackOverflow(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 8 months, 9 days ago

This article provides a simple example of querying StackOverflow with an F# 3.0 Type Provider. read more...

add a comment |category: |Views: 11

tags: another

WP7 AccelerometerProxy in F#(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 8 months, 14 days ago

This post provides an example of an AccelerometerProxy in F#. read more...

add a comment |category: |Views: 2

tags: another

Build MVVM Applications in F# by Chris Marinos(msdn.microsoft.com)

submitted by dmohldmohl(123) 8 months, 24 days ago

"In this article, you’ll learn how to use F# to build practical Silverlight and Windows Presentation Foundation (WPF) Model-View-ViewModel (MVVM) applications. You’ll see how the same concepts that make F# great for simplifying complicated algorithms can also be used to reduce the ceremony around your view models. You’ll also see how the well-publicized asynchronous workflows in F# can be applied in a GUI setting. Finally, I’ll cover two common approaches for structuring MVVM applications in F#, as well as the strengths and weaknesses of each approach. By the end of the article, you’ll understand that F# is more than just a tool for specialized problems, and you’ll be able to use F# to make even the simplest applications easier to read, write and maintain." read more...

add a comment |category: |Views: 5

tags: another

Programming with F# asynchronous sequences(tomasp.net)

submitted by tomasptomasp(299) 9 months, 2 days ago

Asynchronous sequences provide a way to represent asynchronous computation that generates multiple values on demand. This article defines asynchronous sequences, combinators for working with them and "asyncSeq" computation builder. Then it implements several examples including a sequential asynchronous Web Crawler. read more...

add a comment |category: |Views: 2

tags: another

Writing non-blocking user-interfaces in F#(tomasp.net)

submitted by tomasptomasp(299) 11 months, 13 days ago

F# asynchronous workflows are mainly used for non-blocking I/O and concurrency, but they provide nice abstraction for writing user interface interactions. This article shows an Silverlight example and explains how F# makes it easy to write code that avoids blocking the user-interface when performing CPU-intensive processing. read more...

add a comment |category: |Views: 2

tags: another

Variations in F#: Research compiler with Joinads and more!(tomasp.net)

submitted by tomasptomasp(299) 1 year, 2 months ago

Joinads are a research extension of the F# language. They simplify conrurrent programming with tasks, reactive programming with events, but can be also used for other types of computations. This article introduces the extension, which is now available, based on the open-source source-drop of F#. read more...

add a comment |category: |Views: 3

tags: another