dmohl

Stories kicked 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

Writing F# Type Providers with the F# 3.0 Developer Preview - An Intro(blogs.msdn.com)

submitted by NoldorinNoldorin(829) 7 months, 12 days ago

Don Syme highlights a new guide from the F# team which discusses the creation of F# Type Providers using F#3.0 and the Visual Studio 11 Developer Preview, including three example implementations. (Courtesy of The Morning Brew blog.) read more...

add a comment |category: |Views: 16

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

F# presentation - F# Eye for the C# Guy(www.slideshare.net)

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

Here is a cool little slide show designed for helping C# programmers get a grasp on F#. read more...

1 comment |category: |Views: 51

tags: another

Demo Scripts from the F# 3.0 BUILD talk (blogs.msdn.com)

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

If interested in downloading the demo F# scripts for Visual Studio 11 BUILD you can do so from this article. Keep in mind they will not work with any future release without adjustments but some of the demos range from twitter feed, NetFlix, SQLConnector etc. You might be interested just looking at the scripts. read more...

add a comment |category: |Views: 11

tags: another

Advice for Getting Started with F#(richardminerich.com)

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

Here are some basic but broad tips on getting started with F#. Such as the best methods for beginning, links to other websites, working with tutorials, and moving on to advanced topics. Nice read for those new or somwhat familiar with F#. read more...

1 comment |category: |Views: 43

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