The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

Archive for May 10th, 2018

Nick Craver on Twitter: “GDPR Erasure is fun, because you are required to disassociate the fact it happened as well, or at least disassociate it from the person. So when a regulator audits you, how can you prove you did it? Yeah let’s just ignore those pesky details.”

Posted by jpluimers on 2018/05/10

GDPR is vague, so you bump into things like [WayBackNick Craver on Twitter: “GDPR Erasure is fun, because you are required to disassociate the fact it happened as well, or at least disassociate it from the person. So when a regulator audits you, how can you prove you did it? Yeah let’s just ignore those pesky details.”

This seems to be a viable solution: [WayBackAdam Surak on Twitter: “We’re removing everything and keeping hash of login/email… “

–jeroen

Read the rest of this entry »

Posted in Development, Software Development | Leave a Comment »

fremag/MemoScope.Net: Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )

Posted by jpluimers on 2018/05/10

It’s a great too, so I need to invest more time into using MemoScope.Net – Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )

Way too manny features to describe here, so get that at the GitHub repository below.

  • Heap statistics
  • Query instances
  • Instance content and references
  • Compare dumps
  • Threads and stacks
  • Deadlocks
  • Delegates
  • Dump process memory

Source: [Archive.is/WayBackfremag/MemoScope.Net: Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )

Via Matthijs ter Woord.

–jeroen

Read the rest of this entry »

Posted in .NET, Development, Software Development | Leave a Comment »

Multi-threading in C#: Back to Basics (Part 1 of N) – CodeProject

Posted by jpluimers on 2018/05/10

Hopefully by now the ToC has gotten bigger at [WayBackMulti-threading in C#: Back to Basics (Part 1 of N) – CodeProject.

At the time of writing it was this:

–jeroen

Posted in .NET, Development, Software Development | Leave a Comment »