Questions tagged as 'f#'

2
answers

What does # mean in the name of some languages?

Maybe it's the simplest question possible, but what does # (sharp) mean in the name of the C # and F # languages?     
asked by 05.01.2016 / 14:15
2
answers

What would be real cases of using functional programming in the .NET (F #) world?

Recently (ok, already a couple of months ago) I've been interacting with language F # , which is Microsoft's response to providing a functional programming language on the .NET platform. But it has not been clear to me the real cases and...
asked by 18.12.2013 / 21:03
1
answer

Functional Programming and Referential Transparency

Referential transparency ensures that given the same input values for a function, it will always give me the same return value. How would I have to do in the case of a function that accesses the database that has state, for example at the tim...
asked by 16.07.2015 / 01:57
2
answers

Does user need to have .NET if I compile using Mono?

Will the user using my application need to have the .NET version on the PC? I saw some topics on the internet talking about this Mono advantage.     
asked by 18.06.2016 / 04:15
1
answer

How can I evaluate performance in a .net core application in f #

I would like to profile my application asp.net-core developed in f# . I was unable to use the visual studio profiler for this purpose. How can I evaluate the performance of my application?     
asked by 31.10.2018 / 17:56