DotNetShoutout - Stories tagged with F#
3
Shouts

5 1/2 F# features every C# programmer should lust after

published 409 days, 19 hours, 53 minutes ago posted by traskjdtraskjd 417 days, 3 hours, 12 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Wednesday, March 28, 2012 2:44:40 AM GMT
The title says it all! F# is a great language to code in. This post lists 5 and a half features of F# that every C# programmer should be lusting after! (more)
category: How To | clicked: 73 | comment | | source: www.mindscapehq.com
tags: C#, FSharp, F#, Mindscape
2
Shouts

Mindscape Blog » Blog Archive » F# type providers – as if by magic…

posted by traskjdtraskjd 607 days, 3 hours, 42 minutes ago
Tuesday, September 20, 2011 2:14:37 AM GMT
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. (more)
category: How To | clicked: 10 | comment | | source: www.mindscapehq.com
tags: 3, Type Providers, F#, BeardOfKnowledge, Mindscape
4
Shouts

How to call a F# dll from C#

published 635 days, 6 hours, 16 minutes ago posted by dharadhara 637 days, 23 hours, 56 minutes ago
Monday, August 22, 2011 11:40:39 PM GMT Saturday, August 20, 2011 6:01:11 AM GMT
Step 1: Choose F# library project. Give the name as TestLibrary Step 2: : Add the below code namespace MySampleNamespace module public MyModule= let AddNumbers (a, b) = a + b The program is to add to numbers Step 3: : Build the solution. We will get TestLibrary... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, F#
6
Shouts

F# Workshop 1

published 637 days, 21 hours, 59 minutes ago posted by dharadhara 641 days, 19 hours, 13 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Tuesday, August 16, 2011 10:44:02 AM GMT
This is the first workshop in F# In this we will learn some basic F# stuffs Welcome 2 F# program Declaring variables Explicit Type Conversion Reading value from console at runtime Declaring Comments Addition of two numbers Addition of two numbers using... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: beyondrelational.com
tags: .NET, F#, ASP.NET
5
Shouts

Polyglot programming - combining functional, dynamic and imperative languages

published 664 days, 7 hours, 41 minutes ago posted by traskjdtraskjd 667 days, 4 hours, 6 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Friday, July 22, 2011 1:50:46 AM GMT
A blog post from Mindscape about the development experience of creating the Web Workbench product for Sass, Less and CoffeeScript in Visual Studio 2010. Like most .NET projects, it contains a fair chunk of C#. But quite a bit of the core is written in F#, and it also invokes a large amount of external Ruby and JavaScript code. While using all these languages definitely made it far easier to develop the product, it did also throw up a few challenges and surprises. This post looks at those challenges and s... (more)
category: Architecture | clicked: 20 | 1 comment | | source: www.mindscapehq.com
tags: .NET, C#, Less, Sass, JavaScript, CoffeeScript, Ruby, F#, Mindscape
4
Shouts

From C# to F#: A Developer's Perspective

published 670 days, 8 hours, 13 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 673 days, 18 hours, 11 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Friday, July 15, 2011 11:46:18 AM GMT
A look at some of the key differences between the C# and F# languages and some of the concepts that functional languages lead you to think about. (more)
category: Architecture | clicked: 41 | comment | | source: www.developerfusion.com
tags: C#, F#
3
Shouts

Intro to F# Programming

posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 676 days, 16 hours ago
Tuesday, July 12, 2011 1:56:50 PM GMT
Providing both leading-edge functional programming and familiar object-oriented capabilities, F# gives the developer more power to solve problems -- all in fewer lines of code, thanks to succinct syntax. Learn how. (more)
category: How To | clicked: 2 | comment | | source: www.developerfusion.com
tags: F#
3
Shouts

Writing non-blocking user-interfaces in F#

published 704 days, 17 hours, 39 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 705 days, 15 hours, 7 minutes ago
Tuesday, June 14, 2011 12:17:32 PM GMT Monday, June 13, 2011 2:50:06 PM GMT
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. (more)
category: Metro | clicked: 12 | comment | | source: tomasp.net
tags: Silverlight, Async, User Interface, Asynchronous programming, FSharp, F#
2
Shouts

Register Mono / F# executables on Linux - 2#4u (too sharp for you)

published 749 days, 14 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 9 hours, 25 minutes ago
Saturday, April 30, 2011 3:12:02 PM GMT Friday, April 29, 2011 8:31:37 PM GMT
It is kind of inconvenient to have to type ‘mono foo.exe’ every time you want to execute a mono executable on Linux. However, Linux offers a kernel module ‘binfmtmisc’ which allows to register customer binary formats and define how they shall be executed. Below is a daemon script for OpenSuSE 11.4 which registers automatically during startup Mono exeutables (derived from /etc/init.d/javabinfmt_misc).... (more)
category: Metro | clicked: 1 | comment | | source: 2sharp4u.wordpress.com
tags: Linux, Mono, F#
5
Shouts

Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP) - Fsharp Team

published 756 days, 15 hours ago posted by iftekharahmedamitiftekharahmedamit 757 days, 12 hours, 38 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:18:58 PM GMT
Today the F# team has released an update to the F# 2.0 Free Tools Release, last updated in August 2010. This is a relatively small update to bring our free tools release into line with Visual Studio 2010 SP1, announced by Jason Zander here. Visual Studio 2010 SP1 included a relatively small number of fixes to the F# 2.0 Compiler and Library (see the Visual Studio Team description of SP1). Perhaps more importantly, this release includes the core F# support to enable F# 2.0 development for Silverlight 4... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, FSharp, F#
7
Shouts

Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP) - Don Syme

published 753 days, 7 hours, 54 minutes ago posted by StevesSteves 757 days, 12 hours, 45 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:11:58 PM GMT
Sign in  Don Syme's WebLog on F# and Related TopicsOptionsBlog HomeEmail Blog AuthorSend to friend RSS for PostsAtomRSS for CommentsSearch BlogsAdvanced search options...Search In:EverythingBlogsForumsPeopleGroupsPlacesPagesDate range:All TimeLast YearLast 6 MonthsLast 3 MonthsLast MonthLast WeekLast Two DaysSearchSearch this blogSearch all blogsTagsAzureCross-PlatformF# AgentsF# AnnouncementsF# AsyncF# BooksF# Case StudiesF# CloudF# ConcurrencyF# Cross PlatformF# Design NotesF# EducationF# GamesF# ... (more)
category: How To | clicked: 2 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, FSharp, F#
5
Shouts

Getting Started with FSharpChart - Fsharp Team - Keith Battocchi

published 761 days, 15 hours, 55 minutes ago posted by StevesSteves 762 days, 16 hours, 50 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 1:06:58 PM GMT
Hi, I'm Keith Battocchi, and I'm working on making it easier to use F# for data-rich programming. In my first blog post, I want to highlight some of the basic features of the FSharpChart wrappers that Don blogged about earlier this month. As Don mentioned, this library contains F#-friendly wrappers for the types in the System.Windows.Forms.DataVisualization.Charting namespace, making it easy to interactively chart data from F# Interactive (see also the Chart Controls section of MSDN for further informa... (more)
category: How To | clicked: 11 | comment | | source: blogs.msdn.com
tags: FSharpChart, FSharp, F#
6
Shouts

Intro to F#: First-class functions in F#, part 0

published 813 days, 7 hours, 2 minutes ago posted by traskjdtraskjd 815 days, 5 hours, 33 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Thursday, February 24, 2011 12:24:18 AM GMT
Have you started looking at F# yet now that it ships with Visual Studio 2010? This post takes a look at the fundamental differences between functions in F# and how delegates work in C#/VB. By the end of this post you'll see why functions are first class in F# and are not in C#/VB and be on your way to better understanding F#. (more)
category: How To | clicked: 0 | comment | | source: www.mindscapehq.com
tags: functions, F#, Mindscape
2
Shouts

Project Euler Problem 16 in F# | Stefano Ricciardi

posted by stefanoricstefanoric 887 days, 15 hours, 2 minutes ago
Monday, December 13, 2010 2:55:23 PM GMT
A solution to Project Euler problem 16 in F#. (more)
category: How To | clicked: 0 | comment | | source: stefanoricciardi.com
tags: DotNet 4.0, functional, F#
7
Shouts

Getting started with F# using an online book - Don Syme's WebLog on F# and Related Topics

published 915 days, 17 hours, 37 minutes ago posted by StevesSteves 917 days, 4 hours, 34 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Sunday, November 14, 2010 1:23:03 AM GMT
Some of the recent announcements around F# have greatly expanded the number of people looking to dig into the language. One great resource for getting started with F# online is the online book called The F# Survival Guide, from CTO Corner. To quote Mark Pearl: I highly recommend those wanting to get into the basics of the language to go through this resource. It is easy to understand, especially for someone coming from a C# background... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: F#
5
Shouts

Microsoft released F# under Open Source

published 920 days, 14 hours, 16 minutes ago posted by solidstonesolidstone 922 days, 1 hour, 57 minutes ago
Wednesday, November 10, 2010 3:41:01 PM GMT Tuesday, November 09, 2010 3:59:49 AM GMT
F# is a functional programming language for the .NET Framework. It combines the succinct, expressive and compositional style of functional programming with the runtime, libraries, interoperability, and object model of .NET. Microsoft recently released its source code under Apache License. (more)
category: How To | clicked: 0 | comment | | source: www.findbestopensource.com
tags: Release, OpenSource, F#
4
Shouts

Project Euler Problem 13 in F# | Stefano Ricciardi

published 921 days, 22 hours, 20 minutes ago posted by stefanoricstefanoric 924 days, 8 hours, 5 minutes ago
Tuesday, November 09, 2010 7:37:01 AM GMT Saturday, November 06, 2010 9:52:02 PM GMT
A solution to Project Euler problem 13 in F# (with a parallel twist). (more)
category: How To | clicked: 2 | comment | | source: stefanoricciardi.com
tags: Functional Programming, paralle programming, F#
4
Shouts

F# and first-class functions, part 4: doing heavy lifting

published 946 days, 15 hours, 5 minutes ago posted by traskjdtraskjd 947 days, 5 hours, 37 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Friday, October 15, 2010 12:20:00 AM GMT
The 4th and final part in the first-class functions series, this post brings it all together and starts doing some serious work in F#! See how F# has made it easy for to use higher-order functions to solve a real world problem more concisely and more simply than in C# or Visual Basic. (more)
category: How To | clicked: 1 | comment | | source: www.mindscape.co.nz
tags: Functional Programming, F#, Mindscape
2
Shouts

F# and first-class functions, part 3: partial function application

published 947 days, 15 hours, 19 minutes ago posted by traskjdtraskjd 947 days, 21 hours, 58 minutes ago
Thursday, October 14, 2010 2:37:39 PM GMT Thursday, October 14, 2010 7:59:06 AM GMT
The third part in the series on F#, this post discusses partial function application. So follow through and learn how currying is a powerful feature of F# that enables developers to deliver powerful applications easier. (more)
category: How To | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Currying, F#, Mindscape
5
Shouts

Intro to F# part 2: First-class function, point-free style

published 948 days, 11 hours, 25 minutes ago posted by traskjdtraskjd 949 days, 3 hours, 59 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Wednesday, October 13, 2010 1:58:16 AM GMT
In the previous instalment, we saw that F# provided composition operators to allow you to concisely build up anonymous functions without the overhead of lambda syntax. Occasionally, however, a function will be so amazingly useful that you actually want to give it a name so you can use it from more than one place. Part 2 discusses how to achieve this. (more)
category: How To | clicked: 4 | comment | | source: www.mindscape.co.nz
tags: functions, F#, Mindscape
Previous 1 2 3 Next