Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Easy Learning C#: C# for Beginner's Guide

    Posted By: AlenMiler
    Easy Learning C#: C# for Beginner's Guide

    Easy Learning C#: C# for Beginner's Guide by yang hu
    English | April 4, 2019 | ISBN: N/A | ASIN: B07QD93NWC | 118 pages | AZW3 | 1.65 Mb

    Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the C# language fast?

    You no longer have to waste your time and money trying to learn C# from boring books, expensive online courses or complicated C# tutorials that just leave you more confused and frustrated.

    The complexity of life, because they do not understand to simplify the complex, to simplify the complexity, simple is the beginning of wisdom.
    From the essence of practice, to briefly explain the concept, and vividly cultivate programming interest, this book deeply analyzes C# object-oriented programming, combined with the use of scene interpretation in practice, to experience the fun of programming.

    1. Visual Studio Express 2015 for Windows installation
    2. C# basic concept
    2.1 C# HelloWorld
    2.2 Variable
    2.3 Base Data Type
    2.4 Constant
    2.5 Data Type Conversion
    3. C# Operator
    3.1 Arithmetic Operator
    3.2 Assignment Operator
    3.3 Relational Operator
    3.4 Logical Operator
    4. C# Control Statement
    4.1 If Conditional Statement
    4.2 Switch Branch Statement
    4.3 While Loop
    4.4 Do while Loop
    4.5 For Loop
    4.6 For Loop Bubble Ball Example
    5. Array
    5.1 One-Dimensional Array
    5.2 Array Append Element
    5.3 Array Delete Element
    5.4 Array Search Element
    5.5 Bubble Sorting Algorithm
    5.6 Two-Dimensional Array
    5.7 Two-Dimensional Array Minesweeper
    6. Struct
    7. C# Object Oriented
    7.1 Encapsulation
    7.2 Encapsulation Method
    7.3 Constructor Method
    7.4 Method Overload
    7.5 Static Keyword
    7.6 Inheritance
    7.7 Method Override
    7.8 Abstract Class
    7.9 Is Keyword
    7.10 Interface
    7.11 Enum
    7.12 Polymorphism
    8. Thread
    9. Exception
    10. String
    10.1 String Functions
    10.2 String and StringBuilder
    11. Date
    12. Collection Data Structure
    12.1 Generic
    12.2 List
    12.3 Queue
    12.4 Stack
    12.5 Hashtable
    13. File and Directory
    13.1 File
    13.2 Directory
    14. C# TCP IP Network Programming