Posts tagged with "C#"

C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure.

C# - Office Automation : Outlook Security Message

October 29, 2010 by Christoff Truter

How to code against the outlook security model (write trusted code)

C#   Microsoft Office  

C# Threading: Windows Forms and WPF InvokeRequired / CheckAccess

October 26, 2010 by Christoff Truter - 3 Comments

How to access WPF and Windows Forms controls from threads

C#   Threading  

C# - Office XML: Using XSLT to generate an excel document

October 20, 2010 by Christoff Truter - 12 Comments

How to create an Office XML Spreadsheet using XSLT and C#

C#   Microsoft Office  

C# Threading: Semaphore

September 18, 2010 by Christoff Truter - 1 Comment

How to restrict the number of threads that is allowed to access a pool of resources

C#   Threading  

C# OpenXML: Convert a DataSet to Excel Worksheets

September 18, 2010 by Christoff Truter - 6 Comments

How to convert a DataSet to an Excel Workbook

C#   Microsoft Office