Personnaliser

OK

Beginning C# and .Net - Perkins, Benjamin

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :

54,90 €

Produit Neuf

  • Ou 13,73 € /mois

    • Livraison à 0,01 €
    • Livré entre le 11 et le 22 juin
    Voir les modes de livraison

    RiaChristie

    PRO Vendeur favori

    4,9/5 sur + de 1 000 ventes

    Brand new, In English, Fast shipping from London, UK; Tout neuf, en anglais, expédition rapide depuis Londres, Royaume-Uni;ria9781119795780_dbm

    Nos autres offres

    • 59,16 €

      Produit Neuf

      Ou 14,79 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,7/5 sur + de 1 000 ventes

      Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.

      Voir le détail de l'annonce 
    • 66,54 €

      Produit Neuf

      Ou 16,64 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

      Voir le détail de l'annonce 
    • 64,96 €

      Produit Neuf

      Ou 16,24 € /mois

      • Livraison : 3,99 €
      • Livré entre le 11 et le 15 juin
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
      Voir le détail de l'annonce 
    • 70,53 €

      Produit Neuf

      Ou 17,63 € /mois

      • Livraison : 5,00 €
      • Livré entre le 11 et le 16 juin
      Voir les modes de livraison

      Exp¿di¿ en 7 jours ouvr¿s

      Voir le détail de l'annonce 
    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Beginning C# And .Net Format Broché  - Livre Informatique

        Note : 0 0 avis sur Beginning C# And .Net Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Beginning C# And .Net Format Broché

         - Livre Informatique

        Livre Informatique - Perkins, Benjamin - 01/08/2021 - Broché - Langue : Anglais

        . .

      • Auteur(s) : Perkins, Benjamin - Reid, Jon D
      • Editeur : Wiley
      • Langue : Anglais
      • Parution : 01/08/2021
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 864
      • Expédition : 1632
      • Dimensions : 18.8 x 23.4 x 43.0
      • ISBN : 9781119795780



      • Résumé :

        Get a running start?to?learning C#?programming?with this fun and easy-to-read?guide?

        As?one of the most versatile and powerful programming languages?around,?you might think?C# would be an intimidating language to learn. It?doesn't?have to be!?

        In?Beginning C# and .NET: 2021 Edition, expert Microsoft programmer and engineer Benjamin Perkins?and program manager Jon D. Reid?walk you?through?the precise, step-by-step directions?you'll?need to follow to become?fluent in the C# language and?.NET.?

        Using the proven WROX method,?you'll?discover how?to understand and write simple expressions and functions, debug programs, work with classes and class members,?work with Windows forms, program for the web, and access data.?You'll?even learn about some of the new features included in the latest releases of C# and?.NET, including data consumption, code simplification, and performance.?

        The book also offers:?

        • Detailed discussions of programming basics, like variables, flow control, and?object-oriented?programming that assume no previous programming?experience?
        • Try it Out sections to help you write useful programming code using the steps you've learned in the?book?
        • Downloadable code examples from wrox.com?

        Perfect for beginning-level programmers who are completely new to C#,?Beginning?C#?and .NET: 2021 Edition?is a must-have resource for anyone interested in learning programming and looking for a?fun and?intuitive place to start.?

        ...

        Biographie:

        About the authors

        Benjamin Perkins is a Sr. Escalation Engineer at Microsoft. His experience includes designing, developing, deploying, administering, and managing enterprise-level IT solutions.

        Jon D. Reid is a Program Manager in Research and Development at IFS AB, specializing in Field Service Management using C# and .NET....

        Sommaire:

        Introduction xxvii

        Part I: The C# Language

        Chapter 1: Introducing C# 3

        What Is .NET? 3

        .NET Framework, .NET Standard, and .NET Core 4

        Writing Programs Using .NET 5

        CIL and JIT 5

        Assemblies 6

        Managed Code 7

        Garbage Collection 7

        Fitting It Together 7

        Linking 8

        What Is C#? 8

        Applications You Can Write with C# 9

        C# in This Book 10

        Visual Studio 10

        Visual Studio Products 10

        Solutions 11

        Chapter 2: Writing a C# Program 13

        The Visual Studio Development Environment 14

        Console Applications 18

        The Solution Explorer 21

        The Properties Window 22

        The Error List Window 23

        Desktop Applications 23

        Chapter 3: Variables and Expressions 29

        Basic C# Syntax 30

        Basic C# Console Application Structure 33

        Variables 34

        Simple Types 34

        Variable Naming 39

        Literal Values 39

        Binary Literals and Digit Separators 40

        String Literals 41

        Expressions 42

        Mathematical Operators 43

        Assignment Operators 48

        Operator Precedence 49

        Namespaces 50

        Chapter 4: Flow Control 55

        Boolean Logic 56

        Boolean Bitwise and Assignment Operators 58

        Operator Precedence Updated 60

        Branching 60

        The Ternary Operator 61

        The if Statement 61

        Checking More Conditions Using if Statements 64

        The switch Statement 65

        Looping 68

        do Loops 68

        while Loops 71

        for Loops 73

        Interrupting Loops 74

        Infinite Loops 75

        Chapter 5: More About Variables 79

        Type Conversion 80

        Implicit Conversions 80

        Explicit Conversions 82

        Explicit Conversions Using the Convert Commands 84

        Complex Variable Types 87

        Enumerations 87

        Defining Enumerations 88

        Structs 91

        Defining Structs 92

        Arrays 94

        Declaring Arrays 95

        foreach Loops 98

        Pattern Matching with switch case Expression 98

        Multidimensional Arrays 102

        Arrays of Arrays 104

        String Manipulation 105

        Chapter 6: Functions 113

        Defining and Using Functions 114

        Return Values 117

        Parameters 118

        Parameter Matching 121

        Parameter Arrays 121

        Reference and Value Parameters 123

        Out Parameters 125

        Tuples 126

        Variable Scope 128

        Variable Scope in Other Structures 131

        Parameters and Return Values versus Global Data 132

        Local Functions 134

        The Main() Function 135

        Struct Functions 137

        Overloading Functions 138

        Using Delegates 140

        Chapter 7: Debugging and Error Handling 145

        Debugging in Visual Studio 146

        Debugging in Nonbreak (Normal) Mode 147

        Outputting Debugging Information 148

        Tracepoints 152

        Diagnostics Output versus Tracepoints 154

        Debugging in Break Mode 155

        Entering Break Mode 155

        Monitoring Variable Content 158

        Stepping through Code 161

        Immediate and Command Windows 162

        The Call Stack Window 163

        Error Handling 163

        try catch finally 164

        Throw Expressions 172

        Listing and Configuring Exceptions 172

        Chapter 8: Introduction to Object-oriented Programming 175

        What Is Object-Oriented Programming? 176

        What Is an Object? 177

        Properties and Fields 178

        Methods 179

        Everything's an Object 180

        The Life Cycle of an Object 180

        Constructors 180

        Destructors 181

        Static and Instance Class Members 181

        Static Constructors 181

        Static Classes 182

        OOP Techniq...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        La sécuritéSatisfait ou remboursé
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com