Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Type of Medium
Language
Region
Library
Years
Subjects(RVK)
Keywords
Access
  • 1
    Online Resource
    Online Resource
    Indianapolis, IN :Wiley,
    UID:
    edocfu_9959327241202883
    Format: 1 online resource (xxviii, 404 pages) : , illustrations
    ISBN: 9781118007136 , 1118007131 , 9781118257449 , 1118257448
    Series Statement: Wrox professional guides
    Content: This is a book on the F♯ programming language. On the surface of things, that is an intuitively obvious statement, given the title of this book. However, despite the apparent redundancy in saying it aloud, the sentence above elegantly describes what this book is about: The authors are not attempting to teach developers how to accomplish tasks from other languages in this one, nor are they attempting to evangelize the language or its feature set or its use "over" other languages. They assume that you are considering this book because you have an interest in learning the F♯ language: its syntax.
    Note: Front Matter -- Beginnings. Primer -- Basics. Lexical Structure -- Primitive Types -- Control Flow -- Composite Types -- Pattern Matching -- Objects. Complex Composite Types -- Classes -- Inheritance -- Generics -- Packaging -- Custom Attributes -- Functional Programming. Functions -- Immutable Data -- Data Types -- List Processing -- Pipelining and Composition -- Applications. C♯ -- Databases -- XML -- ASP.NET MVC -- Silverlight -- Services -- Index.
    Additional Edition: Print version: Professional F♯ 2.0. Indianapolis, IN : Wiley, ©2011 ISBN 9780470528013
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Indianapolis, IN :Wiley,
    UID:
    almahu_9948197693902882
    Format: 1 online resource (xxviii, 404 pages) : , illustrations
    ISBN: 9781118007136 , 1118007131 , 9781118257449 , 1118257448
    Series Statement: Wrox professional guides
    Content: This is a book on the F♯ programming language. On the surface of things, that is an intuitively obvious statement, given the title of this book. However, despite the apparent redundancy in saying it aloud, the sentence above elegantly describes what this book is about: The authors are not attempting to teach developers how to accomplish tasks from other languages in this one, nor are they attempting to evangelize the language or its feature set or its use "over" other languages. They assume that you are considering this book because you have an interest in learning the F♯ language: its syntax.
    Note: Front Matter -- Beginnings. Primer -- Basics. Lexical Structure -- Primitive Types -- Control Flow -- Composite Types -- Pattern Matching -- Objects. Complex Composite Types -- Classes -- Inheritance -- Generics -- Packaging -- Custom Attributes -- Functional Programming. Functions -- Immutable Data -- Data Types -- List Processing -- Pipelining and Composition -- Applications. C♯ -- Databases -- XML -- ASP.NET MVC -- Silverlight -- Services -- Index.
    Additional Edition: Print version: Professional F♯ 2.0. Indianapolis, IN : Wiley, ©2011 ISBN 9780470528013
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Book
    Book
    Indianapolis, Ind. :Wiley,
    UID:
    almahu_BV036708597
    Format: XXVIII, 404 S.
    ISBN: 978-0-470-52801-3
    Series Statement: Wrox programmer to programmer
    Additional Edition: Erscheint auch als Online-Ausgabe ISBN 978-1-118-00713-6
    Additional Edition: Erscheint auch als Online-Ausgabe ISBN 978-1-118-00827-0
    Additional Edition: Erscheint auch als Online-Ausgabe ISBN 978-1-118-00828-7
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: F
    Author information: Neward, Ted 1971-
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Indianapolis, Indiana :Wiley Publishing, Inc.,
    UID:
    edocfu_9961552652702883
    Format: 1 online resource (434 p.)
    Edition: 1st edition
    ISBN: 1-282-88412-3 , 9786612884122 , 1-118-25744-8 , 1-118-00713-1
    Series Statement: Wrox professional guides
    Content: This is a book on the F# programming language. On the surface of things, that is an intuitively obvious statement, given the title of this book. However, despite the apparent redundancy in saying it aloud, the sentence above elegantly describes what this book is about: The authors are not attempting to teach developers how to accomplish tasks from other languages in this one, nor are they attempting to evangelize the language or its feature set or its use ""over"" other languages. They assume that you are considering this book because you have an interest in learning the F# language:
    Note: Includes index. , PROFESSIONAL F# 2.0; CONTENTS; FOREWORD; INTRODUCTION; PART 0: BEGINNINGS; CHAPTER 1: PRIMER; Setup; It's that Time of Year Again...; Strategy; The Delegate Strategy; Lambda Calculus (Briefly); Type Inference; Immutability; Expressions, not Statements; Summary; PART I: BASICS; CHAPTER 2: LEXICAL STRUCTURE; Comments; Identifiers; Preprocessor Directives; Significant Whitespace; Summary; CHAPTER 3: PRIMITIVE TYPES; Boolean; Numeric Types; Bitwise Operations; Floating-Point Types; Arithmetic Conversions; String and Character Types; Unit; Units of Measure Types; Literal Values; Summary , CHAPTER 4: CONTROL FLOWBasic Decisions: if; Looping: while/do; Looping: for; Exceptions; try...with; try...finally; Raising and Throwing Exceptions; Defining New Exception Types; Summary; CHAPTER 5: COMPOSITE TYPES; Option Types; Option Functions; Tuples; Arrays; Array Construction; Array Access; Array Functions; Lists; List Construction; List Access; List Methods; Using Lists and Arrays; Sequences; Maps; Map Construction; Map Access; Map Functions; Sets; Summary; CHAPTER 6: PATTERN MATCHING; Basics; Pattern Types; Constant Patterns; Variable-Binding ("Named") Patterns; AND, OR Patterns , Literal PatternsTuple Patterns; as Patterns; List Patterns; Array Patterns; Discriminated Union Patterns; Record Patterns; Pattern Guards; Active Patterns; Single Case; Partial Case; Multi-Case; Summary; PART II: OBJECTS; CHAPTER 7: COMPLEX COMPOSITE TYPES; Type Abbreviations; Enum Types; Discriminated Union Types; Structs; Value Type Implicit Members; Structs and Pattern-Matching; Record Types; Record Type Implicit Members; Summary; CHAPTER 8: CLASSES; Basics; Fields; Constructors; Creating; Members; Properties; Methods; Static Members; Operator Overloading; Delegates and Events; Subscribing , DelegatesDelegateEvents; Beyond DelegateEvents: Events; Access Modifiers; Type Extensions; Summary; CHAPTER 9: INHERITANCE; Basics; Fields and Constructors; Overriding; Abstract Members; Default; Casting; Upcasting; Downcasting; Flexible Types; Boxing and Unboxing; Interfaces; Implementation; Definition; Object Expressions; Summary; CHAPTER 10: GENERICS; Basics; Type Parameters; Type Constraints; Type Constraint; Equality Constraint; Comparison Constraint; Null Constraint; Constructor Constraint; Value Type and Reference Type Constraints; Other Constraints; Statically Resolved Type Parameters , Explicit Member ConstraintSummary; CHAPTER 11: PACKAGING; Namespaces; Referencing a Namespace; Defining a Namespace; Modules; Referencing a Module; Dening a Module; Summary; CHAPTER 12: CUSTOM ATTRIBUTES; Using Custom Attributes; EntryPoint; Obsolete; Conditional; ParamArray; Struct, Class, AbstractClass, Interface, Literal, and Measure; Assembly Attributes; DefaultMember; Serializable, NonSerialized; AutoOpen; Other Attributes; Creation and Consumption; Creation; Consumption; Summary; PART III: FUNCTIONAL PROGRAMMING; CHAPTER 13: FUNCTIONS; Traditional Function Calls; Mathematical Functions , Coming from C# , English
    Additional Edition: ISBN 0-470-52801-X
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Indianapolis, IN :Wiley Publishing Inc.,
    UID:
    edocfu_BV043392601
    Format: 1 Online-Ressource (xxviii, 404 Seiten).
    ISBN: 978-1-118-25744-9 , 978-1-118-00713-6 , 978-1-118-00827-0 , 978-1-118-00828-7
    Series Statement: Wrox professional guides
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - This is a book on the F♯ programming language. On the surface of things, that is an intuitively obvious statement, given the title of this book. However, despite the apparent redundancy in saying it aloud, the sentence above elegantly describes what this book is about: The authors are not attempting to teach developers how to accomplish tasks from other languages in this one, nor are they attempting to evangelize the language or its feature set or its use "over" other languages. They assume that you are considering this book because you have an interest in learning the F♯ language: its syntax
    Additional Edition: Erscheint auch als Druck-Ausgabe, Paperback ISBN 978-0-470-52801-3
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: F
    URL: Volltext  (URL des Erstveröffentlichers)
    Author information: Neward, Ted 1971-
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Indianapolis, IN :Wiley,
    UID:
    almafu_9959327241202883
    Format: 1 online resource (xxviii, 404 pages) : , illustrations
    ISBN: 9781118007136 , 1118007131 , 9781118257449 , 1118257448
    Series Statement: Wrox professional guides
    Content: This is a book on the F♯ programming language. On the surface of things, that is an intuitively obvious statement, given the title of this book. However, despite the apparent redundancy in saying it aloud, the sentence above elegantly describes what this book is about: The authors are not attempting to teach developers how to accomplish tasks from other languages in this one, nor are they attempting to evangelize the language or its feature set or its use "over" other languages. They assume that you are considering this book because you have an interest in learning the F♯ language: its syntax.
    Note: Front Matter -- Beginnings. Primer -- Basics. Lexical Structure -- Primitive Types -- Control Flow -- Composite Types -- Pattern Matching -- Objects. Complex Composite Types -- Classes -- Inheritance -- Generics -- Packaging -- Custom Attributes -- Functional Programming. Functions -- Immutable Data -- Data Types -- List Processing -- Pipelining and Composition -- Applications. C♯ -- Databases -- XML -- ASP.NET MVC -- Silverlight -- Services -- Index.
    Additional Edition: Print version: Professional F♯ 2.0. Indianapolis, IN : Wiley, ©2011 ISBN 9780470528013
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Did you mean 9781118007716?
Did you mean 9781108007146?
Did you mean 9781108007436?
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages