Creating F# TypeProviders with VS Experimental Instance
Blogging after a long time now! So after a big break I started to look at F# TypeProviders for the first time, the samples from fsharp3sample.codeplex.com were good enough to get me started. So as soon...
View ArticleF# for Beginners – II
I was a bit busy over the last month working for a client in F#, and so couldn’t find good time to prepare for the second part. I also thought to keep the videos smaller so I can have time to prepare...
View ArticleSilverlight Navigation Frame in F#
This is again a quick post based on my daily findings as I work more into Silverlight and other frameworks with F#. The Silverlight Navigation Frame allows us to provide deep linking within Silverlight...
View ArticleBing RESX .NET Helper
I’m working on one consulting project in Silverlight and it had lots of localization features to be done, I had to construct the English language so that was easy. After that it was the turn for...
View ArticleF# for Beginners–I
I’m starting off a series of video tutorials for F# language. This would be for beginner’s initially, looking at different aspects of the F# language and its integration with Visual Studio 2010. The...
View ArticleF# Quotations for INotifyPropertyChanged
I was wanting to use F# quotations with INotifyPropertyChanged for quite sometime now, Since I’m working on pure usage of F# in WPF and Silverlight this is one part that would help using F# with Visual...
View ArticleWPF / Silverlight DependencyProperty in F#
This is a quick post to share on how-to declare WPF / Silverlight DependencyProperty in F#. The reason, In F# there are no public static fields to declare. Read all about DPs (DependencyProperty in...
View ArticleF#–In the Enterprise III
In our previous posts here and here, we looked at why and how F# can be used with WPF. Today we will check out how to create a real-world application using F# and WPF (with MVVM pattern). We would...
View ArticleF#–In the Enterprise – II
In the previous post we only looked into the problems we face in adopting F# as a language in our daily development work. The idea in this post is to show how adoption of F# is easy. We will look into...
View ArticleF# – In the Enterprise – I
This will be a series of posts on how-to use F# in the enterprise. I will strictly reduce this post to Windows based enterprise apps and it is not a debate about using F# over C#, it is more using...
View ArticleCreating F# TypeProviders with VS Experimental Instance
Blogging after a long time now! So after a big break I started to look at F# TypeProviders for the first time, the samples from fsharp3sample.codeplex.com were good enough to get me started. So as soon...
View ArticleF# for Beginners – II
I was a bit busy over the last month working for a client in F#, and so couldn’t find good time to prepare for the second part. I also thought to keep the videos smaller so I can have time to prepare...
View ArticleSilverlight Navigation Frame in F#
This is again a quick post based on my daily findings as I work more into Silverlight and other frameworks with F#. The Silverlight Navigation Frame allows us to provide deep linking within Silverlight...
View ArticleBing RESX .NET Helper
I’m working on one consulting project in Silverlight and it had lots of localization features to be done, I had to construct the English language so that was easy. After that it was the turn for...
View ArticleF# for Beginners–I
I’m starting off a series of video tutorials for F# language. This would be for beginner’s initially, looking at different aspects of the F# language and its integration with Visual Studio 2010. The...
View ArticleF# Quotations for INotifyPropertyChanged
I was wanting to use F# quotations with INotifyPropertyChanged for quite sometime now, Since I’m working on pure usage of F# in WPF and Silverlight this is one part that would help using F# with Visual...
View ArticleWPF / Silverlight DependencyProperty in F#
This is a quick post to share on how-to declare WPF / Silverlight DependencyProperty in F#. The reason, In F# there are no public static fields to declare. Read all about DPs (DependencyProperty in...
View ArticleF#–In the Enterprise III
In our previous posts here and here, we looked at why and how F# can be used with WPF. Today we will check out how to create a real-world application using F# and WPF (with MVVM pattern). We would...
View ArticleF#–In the Enterprise – II
In the previous post we only looked into the problems we face in adopting F# as a language in our daily development work. The idea in this post is to show how adoption of F# is easy. We will look into...
View ArticleF# – In the Enterprise – I
This will be a series of posts on how-to use F# in the enterprise. I will strictly reduce this post to Windows based enterprise apps and it is not a debate about using F# over C#, it is more using...
View Article