dmohl

Stories submitted by dmohl

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

submitted by dmohldmohl(123) 2 months, 1 day 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

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

submitted by dmohldmohl(123) 3 months 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, 21 days ago

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

add a comment |category: |Views: 7

tags: another

A Pinch of CoffeeScript Sugar - Part 1(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 6 months, 11 days ago

This post shows off and explains a bit of CoffeeScript syntactic sugar using a jQuery plugin as an example. read more...

add a comment |category: |Views: 5

tags: another

New F# Windows Phone Library Project Template(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 6 months, 17 days ago

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# project... read more...

add a comment |category: |Views: 3

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

New F#/C# ASP.NET MVC 3 Template on Visual Studio Gallery(bloggemdano.blogspot.com)

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

This post introduces a new project template that is now available on Visual Studio Gallery. read more...

add a comment |category: |Views: 8

tags: another

Authoring an F#/C# VSIX Project Template(msdn.microsoft.com)

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

In this article, I’ll show you how to author a VSIX project template made up of a C# ASP.NET MVC 3 Web Application, an F# Library that contains the server-side code and an F# Library that can be used to contain unit tests. Additionally, you’ll learn a few advanced techniques that can be used to add flexibility and power to your project templates. In the end, you’ll be armed with the knowledge to greatly reduce the previously mentioned time-wasters through the creation of your own custom project templates. read more...

add a comment |category: |Views: 6

tags: another

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

submitted by dmohldmohl(123) 7 months, 26 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, 5 days ago

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

add a comment |category: |Views: 16

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

Advantages of CoffeeScript When Working with jQuery Templates(bloggemdano.blogspot.com)

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

This post talks about a few CoffeeScript features that can make working with jQuery Templates even easier. read more...

add a comment |category: |Views: 12

tags: another

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

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

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

add a comment |category: |Views: 2

tags: another

Getting Started with the F# PowerPack - Part 4(bloggemdano.blogspot.com)

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

This post briefly talks about the following features provided by the F# PowerPack: Lexing, Parsing, SI (Metric) Units of Measure, Physical Constants, and Native Array. read more...

1 comment |category: |Views: 23

tags: another

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

submitted by dmohldmohl(123) 8 months, 25 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

Unit Testing a jQuery Plugin with CoffeeScript and Pavlov(bloggemdano.blogspot.com)

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

This post shows an example of writing and testing a jQuery Plugin with CoffeeScript, QUnit, and Pavlov. read more...

add a comment |category: |Views: 8

tags: another