I am new To F# but have few years experience in Classic VB, C# and LINQ
I like F# and Understand that it will by default provide support for multiple cores. To use available multiple cores (4/5/6) on servers - is a quite advantage.
How does F# do this?
I also understand that LINQ provides Parallel processing - does it work same way as F#?
Why doesn't C# have complete parallel core processing?
Thank you