Skip to content

Commit c40ce52

Browse files
committed
Add new book cover images and update book references
1 parent 720df6b commit c40ce52

5 files changed

Lines changed: 23 additions & 13 deletions

File tree

learn/files/BookFSIA.png

10 KB
Loading

learn/files/BookGPWF.jpg

-3.01 KB
Binary file not shown.

learn/files/BookSF.jpg

-8.47 KB
Binary file not shown.

learn/files/BookSF6.png

9.81 KB
Loading

learn/index.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,40 @@ A range of coding dojos for F# from [Community for F#](http://c4fsharp.net) incl
7575

7676
<h2 id="books" class="anchor">F# Books - General</h2>
7777

78-
### [Get Programming with F#](https://www.manning.com/books/get-programming-with-f-sharp)
78+
### [F# in Action](https://www.manning.com/books/f-sharp-in-action)
7979

80-
<img src="/learn/files/BookGPWF.jpg" style="float:right;margin:5px 0px 5px 25px;" />
80+
<img src="/learn/files/BookFSIA.png" width="96" height="120" style="float:right;margin:5px 0px 5px 25px;" />
8181

8282
_Isaac Abraham_
8383

84-
Get Programming with F#: A guide for .NET Developers shows you how to upgrade your .NET development skills by adding a touch of functional programming in F#. In just 43 bite-sized chunks, you'll learn how to use F# to tackle the most common .NET programming tasks.Examples use the familiar Visual Studio environment, so you'll be instantly comfortable. Packed with enlightening examples, real-world use cases, and plenty of easy-to-digest code, this easy-to-follow tutorial will make you wonder why you didn't pick up F# years ago! In addition to the language itself, other topics covered include:
84+
F# is engineered to make functional programming practical and accessible. This book will get you started writing your first simple, robust, and high performing functional code.
8585

86-
- Interop with C# /VB projects
87-
- Working with disparate data sources
88-
- SQL database access
89-
- Web Programming
90-
- Unit testing
86+
F# lets you keep your code simple even in the most complex applications—and it’s the perfect language for taking your first steps in functional programming. This practical, example-driven guide shows you how to build professional applications the F# way.
9187

92-
By the end of the book, you’ll be able to use F# in your day-to-day development, and know how and where to deepen your knowledge.
88+
In F# in Action you will learn how to:
9389

94-
### [Stylish F#](https://books.google.com.au/books?id=WqR8DwAAQBAJ)
90+
- Write performant and robust systems with succinct F# code
91+
- Model domains quickly, easily and accurately with F#’s type system
92+
- Design solutions using functional programming patterns
93+
- Ingest and process disparate data sources
94+
- Develop data-driven web applications
95+
- Unit test F# code
96+
- Effectively model data using a variety of techniques
97+
- Use scripts to rapidly explore domains
9598

96-
<img src="/learn/files/BookSF.jpg" style="float:right;margin:5px 0px 5px 25px;" />
99+
_F# in Action_ is based on author and Microsoft F# MVP Isaac Abraham’s years of experience working with developers as an F# consultant. It upgrades .NET development skills with the core principles of functional programming, and you’ll soon see how F#’s functional-first approach makes it easy to learn this powerful paradigm.
100+
101+
### [Stylish F# 6](https://link.springer.com/book/10.1007/978-1-4842-7205-3)
102+
103+
<img src="/learn/files/BookSF6.png" width="84" height="120" style="float:right;margin:5px 0px 5px 25px;" />
97104

98105
_Kit Eason_
99106

100-
Stylish F# covers every design decision that a developer makes in constructing F# programs, helping you make the most educated and valuable design choices at every stage of code development. You will learn about the design of types and function signatures, the benefits of immutability, and the uses of partial function application. You will understand best practices for writing APIs to be used by F#, C#, and other languages. Each carefully vetted design choice is supported with compelling examples, illustrations, and rationales.
107+
Why just get by in F# when you can program in style. This book goes beyond syntax and into design. It provides F# developers with best practices, guidance, and advice to write beautiful, maintainable, and correct code. This second edition, fully updated for .NET 6 and F# 6, includes all new coverage of anonymous records, the task {} computation expression, and the relationship between types and modules.
108+
109+
_Stylish F# 6_ covers every design decision that a developer makes in constructing F# programs, helping you make the most educated and valuable design choices at every stage of code development. You will learn about the design of types and function signatures, the benefits of immutability, and the uses of partial function application. You will understand best practices for writing APIs to be used by F#, C#, and other languages. Each carefully vetted design choice is supported with compelling examples, illustrations, and rationales.
101110

102-
What You'll Learn
111+
**What You Will Learn**
103112

104113
- Know why, when, and how to code in immutable style
105114
- Use collection functions, piping, and function composition to build working software quickly
@@ -108,6 +117,7 @@ What You'll Learn
108117
- Identify and implement opportunities to use function injection to improve program design
109118
- Appreciate the methods available to handle unknown data values
110119
- Understand asynchronous and parallel programming in F#, and how it differs from C# asynchronous programming
120+
- Exploit records and anonymous records as low-overhead, easily comparable containers for structured data
111121

112122
### [Essential F#](https://leanpub.com/essential-fsharp)
113123

0 commit comments

Comments
 (0)