OneNote articles
On this page you’ll find an overview of all the articles I’ve written over the years. The more recent contributions focus mainly on photography and software development in .NET (C#, Visual Studio, VSTS, Azure, LINQ, Entity Framework, Web Services, WPF, Silverlight, …). The older articles were often created as teaching or demonstration material for my computer club VJI and cover topics such as Delphi, PHP, databases, JavaScript, Windows, Office, multimedia applications, and even Atari.
Use the left panel to filter the more than 115 articles by category. These articles can be used freely for personal use. Placing the full articles on other websites is not allowed without the permission of the author.
.NET - Execute queries on Office data with LINQPad
English
.NET
Office
Outlook
OneNote
LINQ
LINQPad
This short article is an addition to my 'Querying Outlook and OneNote with LINQ' article. It describes how you can utilize the free LINQPad tool to execute queries on Office data.
.NET - Querying Outlook and OneNote with LINQ
English
.NET
Office
Outlook
OneNote
LINQ
In this article I will describe how I developed two wrapper classes for Outlook and OneNote. These classes can be used to execute LINQ to Objects (.NET 3.5) queries on emails, appointments, tasks, contacts, notebooks, sections, pages, ... So you could call it LINQ to Outlook and LINQ to OneNote.