You are here

Daniel Mohl

Subscribe to Daniel Mohl feed
Updated: 2 weeks 2 days ago

Another Way To Kick-start F# WPF Apps

Mon, 02/06/2012 - 06:54
Over the last few years I've announced a number of project templates that are available on Visual Studio Gallery. A few of these have provided ways to kick-start F# WPF apps. I talked about one of these templates here. While these are nice for getting acquainted with building WPF apps in F# and...
Categories: News

Testing a jQuery Plugin with ExpectThat and Mocha

Mon, 01/30/2012 - 06:27
A couple of weeks ago, I announced a CoffeeScript/JavaScript assertion library called ExpectThat. In this post, I'll provide a more real-world example of how ExpectThat can be used. For this example, I'll be using the jQuery plugin and tests from one of Josh Bush's posts entitled "Testing jQuery...
Categories: News

Making F# Windows Phone Development a Little Easier

Mon, 01/23/2012 - 07:18
About a month ago, I announced that most of the existing F# project templates on Visual Studio Gallery had been updated to include support for Visual Studio 11. In that post, I mentioned some new item templates that had been included in the update to the F# XAML Item Templates extension...
Categories: News

developerFusion Article: An Introduction to FSharpx

Mon, 01/16/2012 - 10:24
My article entitled "An Introduction to FSharpx" was published a few days ago. You can find it at http://www.developerfusion.com/article/136179/an-introduction-to-fsharpx....
Categories: News

Introducing ExpectThat: A CoffeeScript Assertion Library

Mon, 01/09/2012 - 07:08
I'm a big fan of automated testing. In fact, on the rare occasions that I don't write tests, I find that I can't shake the thought that something has been missed....
Categories: News

Announcing FsUnit 1.0

Tue, 01/03/2012 - 07:18
A couple of weeks ago I announced a few enhancement to FsUnit. Today, I'm proud to announce the release of FsUnit 1.0. Version 1.0 includes support for additional testing frameworks, a new assertion function, and more......
Categories: News

Porting Bryan's Erlang Function to F#

Mon, 12/12/2011 - 18:39
A week or two ago, Fresh Brewed Coder Bryan Hunter posted a video to explain how to debug Erlang apps. In the tutorial, he stepped through a recursive function to display the various concepts. I thought it would be interesting to take that simple example and explore a few ways to write it in F#....
Categories: News

Enhancements to FsUnit (version 0.9.1.1)

Tue, 12/06/2011 - 07:22
A new version (0.9.1.1) of FsUnit -- a DSL for writing unit tests in F# -- is now available on the NuGet gallery....
Categories: News

Building an ASP.NET MVC 4 Solution with F# and C#

Thu, 12/01/2011 - 19:08
There is a new project template available on Visual Studio Gallery for creating ASP.NET MVC 4 solutions with F# and C#. The current release of this project template allows creation of an empty ASP.NET MVC 4 web application (either ASPX or Razor), a F# project for controllers/models/etc., and an...
Categories: News

Getting Setup for JavaScript Testing with Pavlov

Wed, 11/30/2011 - 18:05
I've talked about testing CoffeeScript with Pavlov in a previous post. Today, I'm going to talk about a couple of ways to quickly get started with Pavlov--a BDD API that sits on top of QUnit--in an ASP.NET web app....
Categories: News

Building F# Solutions in Visual Studio 11

Fri, 11/25/2011 - 11:57
I love to learn about new technology, seek to continually improve, and always look for ways to make things easier. I then do all that I can to share the knowledge, code, and/or tools that help to achieve these goals. With these goals in mind, I've joined with several friends in the creation of a...
Categories: News

A Pinch of CoffeeScript Sugar - Part 1

Tue, 11/15/2011 - 20:16
In this series, I plan to point out and provide a few examples of some cool syntactic sugar provided by CoffeeScript. In this post, I'll talk about destructuring assignment and splats....
Categories: News

F# Silverlight Library Template in Visual Studio 11

Mon, 11/14/2011 - 07:08
If you have played with Visual Studio 11 much, you may have noticed that there isn't a F# Silverlight Library template out-of-the-box. This is presumably due to the fact that the current release of Visual Studio 11 is just a developer preview and there doesn't appear to be a version of F# 3.0 for...
Categories: News

New F# Windows Phone Library Project Template

Wed, 11/09/2011 - 16:05
There is a new F# Windows Phone Library project template now available on Visual Studio Gallery. This project template allows you to add a new F# library project to a Windows Phone solution rather than having to start with one of the solution templates that is initialized with both a C# and F#...
Categories: News

A Coder Interview with Dan Mohl

Mon, 11/07/2011 - 07:13
A Coder Interview With Dan Mohl by Terrence Dorsey (@tpdorsey) was recently published in the articles section of The Code Project site. In it, I talk about tools, technology, and frameworks that interest me (F#, CoffeeScript, Node.js, etc.), my background, how the community has influenced my...
Categories: News

Calling F# Libraries from Metro Style Apps

Sun, 10/30/2011 - 20:56
This weekend, I finally got around to trying to build a polyglot Metro style app (C# front-end + F# back-end). This post will talk about the project file changes that were required and the one outstanding issue that I'm still working. Additionally, a VSIX package is provided that provides the F#...
Categories: News

Two New F# 3.0 Type Provider Related NuGet Packages

Sun, 10/16/2011 - 18:25
There are two new NuGet packages available that can help you get started with authoring or consuming custom type providers. Both NuGet packages depend on the FSharpx.TypeProviders library that I wrote about in my last post and that Mauricio introduced in his most recent post....
Categories: News

Authoring Type Providers with the TypeProviderDSL from FSharpx

Fri, 10/07/2011 - 07:04
Several days ago, I submitted my AppSettings Type Provider to the FSharpx project. FSharpx is an open source library that adds a number of useful "functional constructs on top of the core F# library". I strongly encourage checking it out....
Categories: News

MSDN Magazine Article: Authoring an F#/C# VSIX Project Template

Mon, 10/03/2011 - 06:53
My MSDN Magazine article entitled Authoring an F#/C# VSIX Project Template is now available in the October 2011 issue of MSDN Magazine....
Categories: News

New F#/C# ASP.NET MVC 3 Template

Sat, 10/01/2011 - 19:07
There is a new F#/C# ASP.NET MVC 3 template now available on Visual Studio Gallery. ...
Categories: News