Quantcast
Browsing latest articles
Browse All 16 View Live

F# Type Providers Development Tips (not Tricks)

There are several tips that you probably would like to know if you plan to create a new F# Type Provider(TP) or to contribute to the existing one. Tip #1: Use FSharp.TypeProviders.StarterPack Latest...

View Article


Wire – Writing one of the fastest .NET serializers

Originally posted on Roger Johansson Blog: First of all, there is no such thing as “the fastest” serializer, it is all contextual. But under some conditions, I would however argue that Wire is, by far,...

View Article


TypeShape: Practical Generic Programming in F#

Originally posted on Eirik Tsarpalis' blog: Last week I announced a new library, TypeShape, with claims that it provides a practical way of doing generic programming in F#. I’m following up with this...

View Article

You’re better off using Exceptions

Originally posted on Eirik Tsarpalis' blog: Exception handling is an error management paradigm that has often been met with criticism. Such criticisms typically revolve around scoping considerations,...

View Article

Why OO Matters (in F#)

Originally posted on Eirik Tsarpalis' blog: F# is a functional-first programming language that comes with a substantial object-oriented feature set. It is so feature-complete in fact, that almost any...

View Article


Some words on #nugate

Originally posted on The Cockney Coder: As the author of what is now becoming an infamous PR, I thought that it’d be an idea to document my thoughts regarding both my motivations for it, as well as my...

View Article

Image may be NSFW.
Clik here to view.

Application contracts with Swagger powered APIs for .NET or Why SwaggerProvider

This post is part of the F# Advent Calendar in English 2015 project. And special thank you to Phillip Trelford for the idea of F# Advent in English year ago. In this post I want to talk about how we...

View Article

Image may be NSFW.
Clik here to view.

FsShelter: a Storm shell for F#

I think, therefore I spam. About a year ago Prolucid adopted Apache Storm as our platform of choice for event stream processing and F# as our language of choice for all of our “cloud” development....

View Article


Image may be NSFW.
Clik here to view.

Google Cloud Vision API from .NET\F# (OAuth2 with ServiceAccount.json)

Google Cloud Platform provides a wide range of APIs, one of which is Cloud Vision API that allows you to detect faces in images, extract sentiments, detect landmark, OCR and etc. One of available...

View Article


Image may be NSFW.
Clik here to view.

New IKVM 8.2 & MavenReference for .NET projects

Roughly 2 months ago, a new long-awaited version of IKVM was announced. The killer feature of the 8.2 release is the support of .NET Core. So, now, IKVM can translate JAR files to .NET Core compatible...

View Article
Browsing latest articles
Browse All 16 View Live