Jump to content

Ian Griffiths - Programming C# 8.0: Build Windows, Web, and Desktop Applications


tetox

Recommended Posts

Hidden Content

    Give reaction to this post to see the hidden content.

Book: Programming C# 8.0: Build Windows, Web, and Desktop Applications 1st Edition
Author(s): Ian Griffiths
Publisher: O'Reilly Media
Tags: Programming C#, Basics ASP.NET, .Net Tools.
Year: 1st Edition (May, 2019)
Print Length: 750 pages
Format: EPUB (True)
Language: English
ISBN-10: 1492056812
ISBN-13: 9781492056812
Size: 1.8 MB (RAR)
Note: Early Release (raw and unedited)

C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you’ll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 8.0 fundamentals and teaches you techniques for building web and desktop applications.

Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C# code, such as generics, dynamic typing, nullable reference types, and asynchronous programming features. You’ll also get up to speed on ASP.NET, LINQ, and other .NET tools.

  • Discover how C# supports fundamental coding features such as classes, other custom types, collections, and error handling
  • Understand the differences between dynamic and static typing in C#
  • Query and process diverse data sources such as in-memory object models, databases, and XML documents with LINQ
  • Use .NET’s multithreading features to exploit your computer’s parallel processing capabilities
  • Learn how the new asynchronous language features can help improve application responsiveness and scalability

Table Of Contents:
Preface
    Who This Book Is For
    Conventions Used in This Book
    Using Code Examples
    O’Reilly Online Learning
    How to Contact Us
    Acknowledgments
1. Introducing C#
    Why C#?
    Why Not C#?
    C#’s Defining Features
        Managed Code and the CLR
        Prefer Generality over Specialization
    Visual Studio and Visual Studio Code
    Anatomy of a Simple Program
        Adding a Project to an Existing Solution
        Referencing One Project from Another
        Referencing External Libraries
        Writing a Unit test
        Namespaces
        Classes
        Program Entry Point
        Unit Tests
    Summary
2. Basic Coding in C#
    Local Variables
        Scope
    Statements and Expressions
        Statements
        Expressions
    Comments and Whitespace
    Preprocessing Directives
        Compilation Symbols
        #error and #warning
        #line
        #pragma
        #region and #endregion
    Intrinsic Data Types
        Numeric Types
        Booleans
        Strings and Characters
        Tuples
        Dynamic
        Object
    Operators
    Flow Control
        Boolean Decisions with if Statements
        Multiple Choice with switch Statements
        Loops: while and do
        C-Style for Loops
        Collection Iteration with foreach Loops
    Patterns
    Summary

Hidden Content

    Give reaction to this post to see the hidden content.

Credits to the one who initially shared the file.

Edited by Bad Karma
Dead links removed
  • Like 1
Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...