F # templates for developing applications for Windows Phone 8

Are there any F # templates for developing Windows Phone 8? I know that in Windows Phone 7 / 7.1 there was an F # template that can be downloaded from the Visual Studio gallery. Are there any F # templates for Windows Phone 8?

+5
source share
1 answer

You need to create the F # portable library and then reference it from the Windows Phone C # project.

+1
source

All Articles