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

Archived: Installing .NET Framework 2.0 SDK
This section provides a tutorial example on how to download and install Microsoft .NET Framework 2.0 SDK, which can be used as the programming environment for C# language.
2022-10-01, ∼402🔥, 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, ∼390🔥, 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, ∼386🔥, 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, ∼384🔥, 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, ∼365🔥, 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, ∼360🔥, 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, ∼357🔥, 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, ∼356🔥, 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, ∼353🔥, 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, ∼351🔥, 0💬

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

"if" Statements - Example
This section provides a tutorial example on how to use 'if' statements to calculate income taxes.
2022-10-01, ∼328🔥, 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, ∼320🔥, 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, ∼315🔥, 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, ∼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, ∼299🔥, 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, ∼296🔥, 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, ∼292🔥, 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, ∼292🔥, 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, ∼291🔥, 0💬

Memory Usages of Processes
This chapter provides tutorial examples and notes on memory usages of processes. Topics include using System.Diagnostics.Process class to report memory usages; validating private and virtual memory usages using Task Manager and Performance console.
2022-10-01, ∼288🔥, 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, ∼288🔥, 0💬

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