Popular Books:
Creating FileVersionInfo Objects
This section provides a tutorial example on how to create a FileVersionInfo object to represent the version information of a specific executable file. 2022-10-01, ∼526🔥, 0💬
References
List of reference materials used in this book. 2017-09-01, ∼509🔥, 1💬
Memory Report from Windows Task Manager
This section provides a tutorial example on how to use Windows Task Manager to verify memory usage numbers reported by the System.Diagnostics.Process class. 2022-10-01, ∼491🔥, 0💬
First MSBuild Project File - Hello.proj
A tutorial example is provided to a very simple MSBuild project file, Hello.proj, to compile a C# source file, Hello.cs. 2022-10-01, ∼491🔥, 0💬
System.Windows.Window Class
A quick introduction is provided on the System.Windows.Window class, which represents a window or a dialog box on the screen. 2022-10-01, ∼484🔥, 0💬
About This Book
This section provides some detailed information about this book - __title__. 2022-10-01, ∼468🔥, 0💬
Using MSBuild with Multiple Source Files
A tutorial example is provided on how to specify the 'Csc' command patch name and output file name using properties. 2022-10-01, ∼468🔥, 0💬
"await" Expression and Child Thread
A tutorial example is provided on how to use the 'await' expression on an awaitable task to launch a child thread to wait for the task to complete. 2022-10-01, ∼457🔥, 0💬
The "decimal" Data Type
This section describes the 'decimal' data type for floating-point values. 'decimal' uses a 128-bit storage size. 2020-01-21, ∼455🔥, 1💬
Virtual Memory Upper Limit
This section provides a tutorial example on how to test virtual memory upper limit, which is close to 2 GB on 32-bit Windows systems. 2022-10-01, ∼450🔥, 0💬
What Is MSBuild?
A quick introduction is provided on MSBuild, the Microsoft Build Engine, which is a platform for building .NET applications using a project file in XML format. 2022-10-01, ∼448🔥, 0💬
Binary Representation of "decimal"
This section describes binary representations of 'decimal' floating-point values according to the Microsoft .NET Framework reference manual. 2022-10-01, ∼447🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-03-11, ∼438🔥, 1💬
Creating a Visual C# 2010 Project
This section provides a tutorial example on how to create a Visual C# 2010 project for a console application. 2022-10-01, ∼431🔥, 0💬
Method Overloading
This section describes what is method overloading - multiple methods in the same class with the same name but different method signatures. 2022-10-01, ∼426🔥, 0💬
Popular Posts:
阿斯利康新冠疫苗的结构和工作机制是什么? 阿斯利康新冠疫苗是由英国 阿斯利康(AstraZeneca)研发的COVI D-19疫苗,代...
This section describes the Blowfish Key Schedule (Sub-Keys Generation) algorithm. It uses the binary...
An example of the AES key schedule is provided to illustrate how 11 round keys get calculate from a ...
This section provides a tutorial example on how to manage a JAR file as a ZIP file with the ZIP tool...
This section provides a tutorial example on how to use the static method, showInputDialog(), to crea...