Skip to content
Christophe Keller

Christophe Keller

Adventures in Softwareland

  • Software
    • C#
    • Java
    • Python
  • Webmastering
  • Media
    • Music
    • Pictures
  • Resumee
  • Test
    • Test
  • About
    • Contact
  • Microsoft C# Graph .Net SDK v4: How to handle delta query and token for messages

    Nov 17, 2022

    —

    by

    Administrator
    in C#

    So I spent two days finding out how to handle delta queries for messages in Microsoft Graph with the C# SDK. The handling of the delta token can be confusing and is not that well documented by Microsoft. (Please note:…

  • C# – Linq To Sql – Handle a Transaction Deadlock

    Apr 15, 2015

    —

    by

    Christophe
    in C#

    When using Linq To SQL, here’s the pattern I use to retry an operation after it failed because a deadlock occurred in a SQL Database:

  • C# – Linq to Sql – Reattach and Update an entity

    Apr 14, 2015

    —

    by

    Christophe
    in C#

    If you’d listen to Microsoft, you’d believe than in Linq to SQL, you can’t reattach a changed entity to a new DataContext and submit the changed entity to the database. Well this isn’t true. It can be done with a…

  • C# : How to Wrap Winword COM InterOp Methods

    Apr 14, 2015

    —

    by

    Christophe
    in C#

    If you have ever used the Microsoft Office COM Interop classes to automate Word (or any other Office Application), you know those methods often take a lot of parameters, which can be tedious. Note: This was written a while ago…

  • Python Programming – Photo Web Gallery Generator

    Apr 14, 2015

    —

    by

    Christophe
    in Python

    Introduction After some time learning Python and tinkering with it, I decided that it was time to use it in a “real world” application. After some thinking, I came up with the idea to program a web gallery generator, which…

1 2
Next Page→

Popular Categories

  • Software (9)
    • C# (5)
    • Java (1)
    • Python (3)

Search the website

Christophe Keller

Proudly powered by WordPress