C# Tutorials - Herong's Tutorial Examples - v3.32, by Herong Yang
About This Book
This section provides some detailed information about this book - C# Tutorials - Herong's Tutorial Examples.
Title: C# Tutorials - Herong's Tutorial Examples
Author: Herong Yang - Contact by email via herong_yang@yahoo.com.
Category: COMPUTERS / Programming / C#
Version/Edition: v3.32, 2022
Number of pages in PDF format: 199
Description: This book is a collection of notes and sample codes written by the author while he was learning C#. Topics include: Data, Variables and Expressions; Logical Expressions and Conditional Statements; Arrays and Loops; Data Types; Precision of 'float', 'double', and 'decimal'; Performance of 'float', 'double', and 'decimal'; Binary Representation of 'float' and 'double' Values; Binary Representation of 'decimal' Values - Methods; Execution Environment; Common Language Runtime; Intermediate Language Assembler and Disassembler; Private Memory vs. Virtual Memory; Multithreading programs; Async and Await Feature; WPF (Windows Presentation Foundation); MSBuild tool; XAML (eXtensible Application Markup Language). Updated in 2022 (Version v3.32) with minor changes.
Keywords: C#, .NET, Programming, Language, Tutorial
Copyright:
Revision history:
Web version: https://www.herongyang.com/C-Sharp - Provides free sample chapters, latest updates and readers' comments. The Web version of this book has been viewed a total of:
PDF/ePUB version: https://www.herongyang.com/C-Sharp/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, ePUB, or other format.
Table of Contents
Logical Expressions and Conditional Statements
Visual C# 2010 Express Edition
C# Compiler and Intermediate Language
Compiling C# Source Code Files
MSBuild - Microsoft Build Engine
System.Diagnostics.FileVersionInfo Class
WPF - Windows Presentation Foundation