离开真充足 发表于 2025-3-28 17:11:50

Building Web Applications,elivering content and applications via web browsers is one of the most important aspects of modern software development. In this chapter, we examine how you can build web applications using F#. The topics we cover are as follows:

Assemble 发表于 2025-3-28 19:15:39

http://reply.papertrans.cn/33/3216/321573/321573_42.png

CRAB 发表于 2025-3-29 00:47:41

Interoperating with C and COM,oftware integration and reuse is becoming one of the most relevant activities of software development nowadays. In this chapter, we discuss how F# programs can interoperate with the outside world, accessing code available in the form of DLLs and COM components.

tenuous 发表于 2025-3-29 04:35:20

Getting Started with F# and .NET,tribution as described in Chapter 1. In the sections that follow, we use F# Interactive, a tool you can use to execute fragments of F# code interactively and a convenient way to explore the language. Along the way, you’ll see examples of the most important F# language constructs and many important l

Gobble 发表于 2025-3-29 10:34:16

http://reply.papertrans.cn/33/3216/321573/321573_45.png

引水渠 发表于 2025-3-29 11:51:20

http://reply.papertrans.cn/33/3216/321573/321573_46.png

Hiatal-Hernia 发表于 2025-3-29 18:29:04

Mastering Types and Generics,ist, string list, and (int * int) list are all instantiations of the generic family of F# list types. Likewise, int → int and string → int are both instantiations of the generic family of F# function types. The F# library and the .NET Framework have many other generic types and operations in additio

青少年 发表于 2025-3-29 23:15:34

Working with Objects and Modules,ional concepts and techniques of practical, small-scale F# programming. In this chapter, we cover language constructs related to .. We assume some familiarity with the basic concepts of 00 programming, though you may notice that our discussion of objects deliberately de-emphasizes techniques such as

ERUPT 发表于 2025-3-30 03:30:16

Encapsulating and Packaging Your Code,any of the constructs to help do this: functions, objects, type definitions, modules, namespaces, and assemblies. However, in some cases you have encountered these only peripherally when using the .NET Base Class Library. In this chapter, we’ll cover these constructs from the perspective of code org

eustachian-tube 发表于 2025-3-30 05:14:37

http://reply.papertrans.cn/33/3216/321573/321573_50.png
页: 1 2 3 4 [5] 6 7
查看完整版本: Titlebook