Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
Medientyp
Sprache
Region
Bibliothek
Erscheinungszeitraum
Fachgebiete(RVK)
Schlagwörter
Zugriff
  • 1
    Online-Ressource
    Online-Ressource
    Indianapolis, IN :Wiley,
    UID:
    edocfu_9959327241202883
    Umfang: 1 online resource (xxviii, 404 pages) : , illustrations
    ISBN: 9781118007136 , 1118007131 , 9781118257449 , 1118257448
    Serie: Wrox professional guides
    Inhalt: 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.
    Anmerkung: 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.
    Weitere Ausg.: Print version: Professional F♯ 2.0. Indianapolis, IN : Wiley, ©2011 ISBN 9780470528013
    Sprache: Englisch
    Schlagwort(e): Electronic books.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    Indianapolis, IN :Wiley,
    UID:
    almahu_9948197693902882
    Umfang: 1 online resource (xxviii, 404 pages) : , illustrations
    ISBN: 9781118007136 , 1118007131 , 9781118257449 , 1118257448
    Serie: Wrox professional guides
    Inhalt: 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.
    Anmerkung: 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.
    Weitere Ausg.: Print version: Professional F♯ 2.0. Indianapolis, IN : Wiley, ©2011 ISBN 9780470528013
    Sprache: Englisch
    Schlagwort(e): Electronic books.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Buch
    Buch
    Indianapolis, Ind. :Wiley,
    UID:
    almahu_BV036708597
    Umfang: XXVIII, 404 S.
    ISBN: 978-0-470-52801-3
    Serie: Wrox programmer to programmer
    Weitere Ausg.: Erscheint auch als Online-Ausgabe ISBN 978-1-118-00713-6
    Weitere Ausg.: Erscheint auch als Online-Ausgabe ISBN 978-1-118-00827-0
    Weitere Ausg.: Erscheint auch als Online-Ausgabe ISBN 978-1-118-00828-7
    Sprache: Englisch
    Fachgebiete: Informatik
    RVK:
    Schlagwort(e): F
    Mehr zum Autor: Neward, Ted 1971-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Indianapolis, Indiana :Wiley Publishing, Inc.,
    UID:
    edocfu_9961552652702883
    Umfang: 1 online resource (434 p.)
    Ausgabe: 1st edition
    ISBN: 1-282-88412-3 , 9786612884122 , 1-118-25744-8 , 1-118-00713-1
    Serie: Wrox professional guides
    Inhalt: 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:
    Anmerkung: 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
    Weitere Ausg.: ISBN 0-470-52801-X
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    Indianapolis, IN :Wiley Publishing Inc.,
    UID:
    edocfu_BV043392601
    Umfang: 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
    Serie: Wrox professional guides
    Anmerkung: "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
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe, Paperback ISBN 978-0-470-52801-3
    Sprache: Englisch
    Fachgebiete: Informatik
    RVK:
    Schlagwort(e): F
    URL: Volltext  (URL des Erstveröffentlichers)
    Mehr zum Autor: Neward, Ted 1971-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    Indianapolis, IN :Wiley,
    UID:
    almafu_9959327241202883
    Umfang: 1 online resource (xxviii, 404 pages) : , illustrations
    ISBN: 9781118007136 , 1118007131 , 9781118257449 , 1118257448
    Serie: Wrox professional guides
    Inhalt: 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.
    Anmerkung: 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.
    Weitere Ausg.: Print version: Professional F♯ 2.0. Indianapolis, IN : Wiley, ©2011 ISBN 9780470528013
    Sprache: Englisch
    Schlagwort(e): Electronic books.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Meinten Sie 1118002121?
Meinten Sie 1118027191?
Meinten Sie 1118000161?
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz