Sample Code

Home   Contact Author


 

Click here if you want to be notified of any updates. Your email will be kept privately. I hate spam as much as you do.

 

 

C# in Front Office

 

 

 

 

-

Full list of examples in the book

click here

-

Excel User Defined Functions (UDFs) (Chapter 1) - Testing spreadsheet included

click here

-

Excel Real Time Data (RTD) (Chapter 2) - Testing spreadsheet included

click here

-

excel.exe.config (needed to run .NET 2.0 compiled code in Excel 2002, see last paragraph in the section 1.3)

click here

-

Cookbook - Multi-threading Example (Section 7.2)

click here

-

Cookbook - String2Enum (Section 7.8)

click here

-

Excel (self-adapting) Array Function

click here

-

User friendly script editor and compilation result window (Section 3.4)

click here

 

 

 

 

 

 

More on C# in Front Office

-

Full list of examples in the book

click here

-

More Excel UDF examples, including

click here

 

vector and Matrix processing – including testing sheet

 

 

data parsing (DateAdd) – including testing sheet

 

 

hide unwanted functions in Excel function wizard (two methods)

 

-

Thread synchronization

click here

-

Thread synchronization 2

click here

-

Inter-process thread synchronization

click here

-

Reader / Writer lock sample

click here

-

Displaying custom information in a debug session

click here