- .NET Core 2.0 By Example
- Rishabh Verma Neha Shrivastava
- 146字
- 2021-06-24 18:30:58
F# primer
F# is a functional programming language. Functional programming treats programs as mathematical expressions. It focuses on functions and constants that don't change, rather than variables and states. F# is a Microsoft programming language for concise and declarative syntax. Let's begin with a brief history of how this language came into existence. The first attempt at functional programming was Haskell .NET. F# development began in 2005 and after that, various versions came along. At the time of writing this chapter, F# 4.1 is the latest version; it was released in March 2017. This comes with Visual Studio 2017 and supports .NET Core.
The F# language can be used for the following tasks:
- To solve mathematical problems
- For graphic design
- For financial modeling
- For compiler programming
- For CPU design
It is also used for CRUD applications, web pages GUI games, and other programs.
- ODPS權威指南 阿里大數據平臺應用開發實踐
- SQL Server應用與開發范例寶典
- 敏捷軟件開發:用戶故事實戰
- 軟件開發大講堂·從入門到精通-第一輯(套裝共5冊)
- Android性能優化入門與實戰
- Unity 3D游戲開發技術詳解與典型案例
- 軟件安全開發
- 移山之道:VSTS軟件開發指南
- Intel Quartus Prime數字系統設計權威指南:從數字邏輯、Verilog HDL 到復雜數字系統的實現
- 大數據測試技術與實踐
- Windows API開發詳解:函數、接口、編程實例
- 云原生應用開發實戰:基于.NET開發框架及Kubernetes容器編排技術
- C++從入門到精通(第2版)
- 軟件工程最佳實踐
- Cucumber:行為驅動開發指南