fsharp-cheatsheet icon indicating copy to clipboard operation
fsharp-cheatsheet copied to clipboard

link to 'F# Quick Guides: Object Oriented Programming'

Open davidglassborow opened this issue 4 years ago β€’ 3 comments

An old MSDN article had a useful cheatsheet of OO concepts in C# and their equivalent in F#. I've used it many times when having to do interop with c#Β frameworks / libraries, particularly around uncommon things like multiple constructors etc.

I copied it a while back and made it into markdown, maybe it would be useful to add a link to it or copy it wholesale into your cheat sheet ?

davidglassborow avatar Nov 11 '21 13:11 davidglassborow

@davidglassborow Nice! This will help a lot.

By the way I have plans to create cheatsheets on this repository comparing F# with others languages (C#, Java, Python, Elixir, Rust, ...), so can be easier to learn by comparations.

maybe it would be useful to add a link to it

I am trying to avoid links on the document, since one of the reasons to put together is to be able to print in a paper to quick reference.

So can I copy your reference to start creating a F# vs C# cheat sheet?

adelarsq avatar Nov 12 '21 16:11 adelarsq

More than happy for you to copy it wholesale @adelarsq πŸ‘

davidglassborow avatar Nov 13 '21 12:11 davidglassborow

First commit: https://github.com/adelarsq/fsharp-cheatsheet/commit/7590b5bea822cba60b6d7e0b9968bba1ef74dd66.

~~Next step will be to create sections and to bring simple examples. I think that I will have some time to work on this just on two weeks. I will keep this issue open until to be able to create a full doc for F# vs C#.~~

adelarsq avatar Nov 15 '21 01:11 adelarsq