< 1 2 3 4 5 6 > >>   ∑:125  Sort:Rank

Disassembling Intermediate Language Bytecode
This section provides a tutorial example on how to use the .NET Intermediate Language disassembler to disassemble IL bytecode stored in a PE file back to IL source code.
2022-10-01, ∼421🔥, 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, ∼410🔥, 0💬

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, ∼404🔥, 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, ∼400🔥, 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, ∼380🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼377🔥, 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, ∼377🔥, 0💬

Multi-Thread Programs on Multi-CPU Systems
This section provides a tutorial example to see how multi-thread programs behave on multi-CPU systems and how to change processor affinity to control which processors to use for each application.
2022-10-01, ∼374🔥, 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, ∼369🔥, 0💬

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, ∼368🔥, 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, ∼365🔥, 0💬

.NET Intermediate Language Disassembler
This section provides a tutorial example on how to use the .NET Intermediate Language disassembler to open and disassemble a CLR based Portable Executable files.
2022-10-01, ∼362🔥, 0💬

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, ∼353🔥, 0💬

Partial Classes and Partial Methods
Tutorial notes and examples are provided on partial classes and partial methods. Topics include introduction of partial classes and partial methods; examples of partial classes and partial methods.
2022-10-01, ∼334🔥, 0💬

"if" Statements - Example
This section provides a tutorial example on how to use 'if' statements to calculate income taxes.
2022-10-01, ∼332🔥, 0💬

Watching Asynchronous Operation Execution Status
A tutorial example is provided on how to query the 'Status' property to watch the execution status of an asynchronous operation. The tutorial example shows 5 asynchronous operations running in 5 child threads.
2022-10-01, ∼331🔥, 0💬

WPF - Windows Presentation Foundation
Tutorial notes and examples are provided on WPF (Windows Presentation Foundation). Topics include introduction of WPF; System.Windows.Application and System.Windows.Window classes; System.Windows.Controls.* classes; Button click example; MSBuild project file for WPF applications..
2022-10-01, ∼329🔥, 0💬

IEEE 754 Standards - "float" and "double" - Test
This section provides a tutorial example on how to convert a 'float' number into the IEEE 754 binary expression format.
2022-10-01, ∼317🔥, 0💬

System.Diagnostics.FileVersionInfo Class
This chapter provides tutorials and notes on System.Diagnostics.FileVersion Infoclass provided by .NET Framework to retrieve version information on Portable Executable (PE) files, .exe and .dll files. Topics include introduction to FileVersionInfo; creating FileVersionInfo objects; printing out file...
2022-10-01, ∼314🔥, 0💬

Class Features
This chapter provides tutorial examples and notes on some interesting features supported in C# classes. Topics include 'const' and 'readonly' variables; method overloading; object user defined properties and operators.
2022-10-01, ∼312🔥, 0💬

Introduction of C# (C Sharp)
This chapter provides a quick introduction of C# (C Sharp) language. Topics include C# history; installing .NET Framework 1.0 SDK; writing the first C# program to print 'Hello world!'.
2022-10-01, ∼308🔥, 0💬

Data Type and Variables
This chapter provides tutorial examples and notes on data type, variable and arithmetic operation. Topics include 5 basic data types: Boolean, Integer, Real, Character and String; using variables to store data; using arithmetic operations to manipulate integral and real data.
2022-10-01, ∼307🔥, 0💬

MSBuild - Microsoft Build Engine
Tutorial notes and examples are provided on Microsoft Build Engine (MSBuild). Topics include quick introduction of MSBuild; a simple first MSBuild project file; using MSBuild with multiple source files.
2022-10-01, ∼303🔥, 0💬

Arithmetic Operations
This section describes arithmetic operations: Multiplication, Division, Addition, and Subtraction.
2022-10-01, ∼299🔥, 0💬

< 1 2 3 4 5 6 > >>   ∑:125  Sort:Rank