<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Graymatter Developer</title>
  
  <subtitle>Hi! My name is Michael. I sometimes write code :)</subtitle>
  <link href="https://www.graymatterdeveloper.com/atom.xml" rel="self"/>
  
  <link href="https://www.graymatterdeveloper.com/"/>
  <updated>2023-12-12T20:56:29.000Z</updated>
  <id>https://www.graymatterdeveloper.com/</id>
  
  <author>
    <name>Michael Yarichuk</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Works On My Machine(tm)</title>
    <link href="https://www.graymatterdeveloper.com/2023/12/12/works-on-my-machine/"/>
    <id>https://www.graymatterdeveloper.com/2023/12/12/works-on-my-machine/</id>
    <published>2023-12-12T20:56:29.000Z</published>
    <updated>2023-12-12T20:56:29.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;Oh, but it works on my machine! Today, I found myself staring at the monitor, adding logs and reviewing existing ones, carefully</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/categories/Programming/Debugging/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/tags/Debugging/"/>
    
    <category term=".Net" scheme="https://www.graymatterdeveloper.com/tags/Net/"/>
    
    <category term="Gotcha" scheme="https://www.graymatterdeveloper.com/tags/Gotcha/"/>
    
  </entry>
  
  <entry>
    <title>Mocking HttpClient the simple way</title>
    <link href="https://www.graymatterdeveloper.com/2023/12/09/mocking-http/"/>
    <id>https://www.graymatterdeveloper.com/2023/12/09/mocking-http/</id>
    <published>2023-12-09T14:06:32.000Z</published>
    <updated>2023-12-09T14:06:32.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;Ever found yourself deep in unit tests, only to realize you need to mock an HttpClient? Yep, we’ve all been there. There are many ways</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Testing" scheme="https://www.graymatterdeveloper.com/tags/Testing/"/>
    
  </entry>
  
  <entry>
    <title>&#39;Production Ready&#39; Non-Negotiable: Comprehensive Testing</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/18/production-ready-testing/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/18/production-ready-testing/</id>
    <published>2023-11-18T17:31:25.000Z</published>
    <updated>2023-11-18T17:31:25.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;Early in my career, I joined a team that had extensive test coverage—hundreds of unit and functional tests with reasonable mocks.</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Best Practices" scheme="https://www.graymatterdeveloper.com/categories/Programming/Best-Practices/"/>
    
    
    <category term="Software Engineering" scheme="https://www.graymatterdeveloper.com/tags/Software-Engineering/"/>
    
    <category term="Theory" scheme="https://www.graymatterdeveloper.com/tags/Theory/"/>
    
    <category term="DevOps" scheme="https://www.graymatterdeveloper.com/tags/DevOps/"/>
    
    <category term="Production-Ready" scheme="https://www.graymatterdeveloper.com/tags/Production-Ready/"/>
    
  </entry>
  
  <entry>
    <title>&#39;Production Ready&#39; Non-Negotiable: Memory Dump Tooling</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/15/production-ready-memory-dumps/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/15/production-ready-memory-dumps/</id>
    <published>2023-11-15T22:19:28.000Z</published>
    <updated>2023-11-15T22:19:28.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;You’ll never need memory dumps. Until you do. And then it’s the only tool that saves you.&lt;/p&gt;
&lt;p&gt;In our microservice architecture, we</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Best Practices" scheme="https://www.graymatterdeveloper.com/categories/Programming/Best-Practices/"/>
    
    
    <category term="Software Engineering" scheme="https://www.graymatterdeveloper.com/tags/Software-Engineering/"/>
    
    <category term="Theory" scheme="https://www.graymatterdeveloper.com/tags/Theory/"/>
    
    <category term="DevOps" scheme="https://www.graymatterdeveloper.com/tags/DevOps/"/>
    
    <category term="Production-Ready" scheme="https://www.graymatterdeveloper.com/tags/Production-Ready/"/>
    
  </entry>
  
  <entry>
    <title>&#39;Production Ready&#39; Non-Negotiable: Performance Metrics</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/15/production-ready-performance-metrics/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/15/production-ready-performance-metrics/</id>
    <published>2023-11-15T17:43:55.000Z</published>
    <updated>2023-11-15T17:43:55.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;At RavenDB, I debugged a customer’s query that was taking several seconds to complete. The server-side processing was fast. But</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Best Practices" scheme="https://www.graymatterdeveloper.com/categories/Programming/Best-Practices/"/>
    
    
    <category term="Software Engineering" scheme="https://www.graymatterdeveloper.com/tags/Software-Engineering/"/>
    
    <category term="Theory" scheme="https://www.graymatterdeveloper.com/tags/Theory/"/>
    
    <category term="DevOps" scheme="https://www.graymatterdeveloper.com/tags/DevOps/"/>
    
    <category term="Production-Ready" scheme="https://www.graymatterdeveloper.com/tags/Production-Ready/"/>
    
  </entry>
  
  <entry>
    <title>&#39;Production Ready&#39; Non-Negotiable: Structured Logging and Monitoring</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/14/production-ready-logging-monitoring/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/14/production-ready-logging-monitoring/</id>
    <published>2023-11-14T23:00:00.000Z</published>
    <updated>2023-11-14T23:00:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;At RavenDB, I spent nights debugging failures where logs and monitoring seemed to contradict each other. One said “disk queue is</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Best Practices" scheme="https://www.graymatterdeveloper.com/categories/Programming/Best-Practices/"/>
    
    
    <category term="Software Engineering" scheme="https://www.graymatterdeveloper.com/tags/Software-Engineering/"/>
    
    <category term="Theory" scheme="https://www.graymatterdeveloper.com/tags/Theory/"/>
    
    <category term="DevOps" scheme="https://www.graymatterdeveloper.com/tags/DevOps/"/>
    
    <category term="Production-Ready" scheme="https://www.graymatterdeveloper.com/tags/Production-Ready/"/>
    
  </entry>
  
  <entry>
    <title>Production-Ready Software: Introduction</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/14/production-ready-intro/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/14/production-ready-intro/</id>
    <published>2023-11-14T19:15:48.000Z</published>
    <updated>2023-11-14T19:15:48.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;For over a decade, I’ve worked on systems where production failures aren’t theoretical—where you debug crashes at 2am, optimize under</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Best Practices" scheme="https://www.graymatterdeveloper.com/categories/Programming/Best-Practices/"/>
    
    
    <category term="Software Engineering" scheme="https://www.graymatterdeveloper.com/tags/Software-Engineering/"/>
    
    <category term="Theory" scheme="https://www.graymatterdeveloper.com/tags/Theory/"/>
    
    <category term="DevOps" scheme="https://www.graymatterdeveloper.com/tags/DevOps/"/>
    
    <category term="Production-Ready" scheme="https://www.graymatterdeveloper.com/tags/Production-Ready/"/>
    
  </entry>
  
  <entry>
    <title>Taming Complexity with Responsibility</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/10/responsibility-chain/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/10/responsibility-chain/</id>
    <published>2023-11-10T23:00:00.000Z</published>
    <updated>2023-11-10T23:00:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;Imagine, one quiet morning, your boss comes to you and says, “Hey, our web shop is growing and we will be having more than one delivery</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Design Patterns" scheme="https://www.graymatterdeveloper.com/categories/Programming/Design-Patterns/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Architecture" scheme="https://www.graymatterdeveloper.com/tags/Architecture/"/>
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/tags/Programming/"/>
    
    <category term="Design Patterns" scheme="https://www.graymatterdeveloper.com/tags/Design-Patterns/"/>
    
    <category term="Gang Of Four" scheme="https://www.graymatterdeveloper.com/tags/Gang-Of-Four/"/>
    
  </entry>
  
  <entry>
    <title>From Inheritance Hell to Component Heaven, the ECS Pattern</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/09/ecs-intro/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/09/ecs-intro/</id>
    <published>2023-11-09T23:00:00.000Z</published>
    <updated>2023-11-09T23:00:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;All-you-need-is-love-and-Object-Oriented-right-Right&quot;&gt;&lt;a href=&quot;#All-you-need-is-love-and-Object-Oriented-right-Right&quot;</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Design Patterns" scheme="https://www.graymatterdeveloper.com/categories/Programming/Design-Patterns/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Architecture" scheme="https://www.graymatterdeveloper.com/tags/Architecture/"/>
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/tags/Programming/"/>
    
    <category term="Entity Component System" scheme="https://www.graymatterdeveloper.com/tags/Entity-Component-System/"/>
    
    <category term="Design Patterns" scheme="https://www.graymatterdeveloper.com/tags/Design-Patterns/"/>
    
  </entry>
  
  <entry>
    <title>Disentangling the Spaghetti Monster</title>
    <link href="https://www.graymatterdeveloper.com/2023/11/08/templates-ftw/"/>
    <id>https://www.graymatterdeveloper.com/2023/11/08/templates-ftw/</id>
    <published>2023-11-08T19:15:48.000Z</published>
    <updated>2023-11-08T19:15:48.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;In this blog post, we will explore the practical application of a specific design pattern. To illustrate its usefulness, we will</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="Design Patterns" scheme="https://www.graymatterdeveloper.com/categories/Programming/Design-Patterns/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Architecture" scheme="https://www.graymatterdeveloper.com/tags/Architecture/"/>
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/tags/Programming/"/>
    
    <category term="Design Patterns" scheme="https://www.graymatterdeveloper.com/tags/Design-Patterns/"/>
    
    <category term="Gang Of Four" scheme="https://www.graymatterdeveloper.com/tags/Gang-Of-Four/"/>
    
  </entry>
  
  <entry>
    <title>NancyFx vs. FeatherHttp</title>
    <link href="https://www.graymatterdeveloper.com/2020/04/25/nancyfx-vs-featherhttp/"/>
    <id>https://www.graymatterdeveloper.com/2020/04/25/nancyfx-vs-featherhttp/</id>
    <published>2020-04-25T09:28:54.000Z</published>
    <updated>2020-04-25T09:28:54.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;As a long time fan of the lightweight syntax of the awesome &lt;a href=&quot;http://nancyfx.org/&quot;&gt;NancyFx web framework&lt;/a&gt;, I was really</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Performance" scheme="https://www.graymatterdeveloper.com/tags/Performance/"/>
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/tags/Programming/"/>
    
    <category term="REST" scheme="https://www.graymatterdeveloper.com/tags/REST/"/>
    
    <category term="Framework" scheme="https://www.graymatterdeveloper.com/tags/Framework/"/>
    
  </entry>
  
  <entry>
    <title>More efficient string concatenation with string.Create()</title>
    <link href="https://www.graymatterdeveloper.com/2020/04/09/fun-string-create/"/>
    <id>https://www.graymatterdeveloper.com/2020/04/09/fun-string-create/</id>
    <published>2020-04-09T22:17:31.000Z</published>
    <updated>2020-04-09T22:17:31.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;Strings are immutable in C#, this is a common knowledge. Unless you use pointers in unsafe blocks, that is.  Apparently, there is</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Performance" scheme="https://www.graymatterdeveloper.com/tags/Performance/"/>
    
    <category term="Optimization" scheme="https://www.graymatterdeveloper.com/tags/Optimization/"/>
    
  </entry>
  
  <entry>
    <title>Reasons for C# inlining are (a bit) more complex than you think.</title>
    <link href="https://www.graymatterdeveloper.com/2020/03/07/csharp-inlining-rules/"/>
    <id>https://www.graymatterdeveloper.com/2020/03/07/csharp-inlining-rules/</id>
    <published>2020-03-07T15:37:36.000Z</published>
    <updated>2020-03-07T15:37:36.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;The Twitter sometimes can serve as a place of unexpected insights and very interesting technical questions! For example, the question</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Optimization" scheme="https://www.graymatterdeveloper.com/tags/Optimization/"/>
    
  </entry>
  
  <entry>
    <title>Local variables vs properties. No suprises here?</title>
    <link href="https://www.graymatterdeveloper.com/2020/03/03/localvar-vs-property/"/>
    <id>https://www.graymatterdeveloper.com/2020/03/03/localvar-vs-property/</id>
    <published>2020-03-03T18:02:14.000Z</published>
    <updated>2020-03-03T18:02:14.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;Can the benchmark that compares array iteration vs. pointer based iteration be optimized further? Yep!&lt;br&gt;In a post I wrote earlier</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="C++" scheme="https://www.graymatterdeveloper.com/categories/Programming/C/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Performance" scheme="https://www.graymatterdeveloper.com/tags/Performance/"/>
    
    <category term="Optimization" scheme="https://www.graymatterdeveloper.com/tags/Optimization/"/>
    
    <category term="C++" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>Is it faster to access arrays with pointer arithmetics?</title>
    <link href="https://www.graymatterdeveloper.com/2020/02/23/arrays-vs-pointers/"/>
    <id>https://www.graymatterdeveloper.com/2020/02/23/arrays-vs-pointers/</id>
    <published>2020-02-23T06:39:23.000Z</published>
    <updated>2020-02-23T06:39:23.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;After seeing the results of my &lt;a href=&quot;/2020/02/17/data-locality/&quot;&gt;previous post&lt;/a&gt; where I tested performance impact of data</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Performance" scheme="https://www.graymatterdeveloper.com/tags/Performance/"/>
    
    <category term="Optimization" scheme="https://www.graymatterdeveloper.com/tags/Optimization/"/>
    
  </entry>
  
  <entry>
    <title>Easy way to configure SOS in LLDB</title>
    <link href="https://www.graymatterdeveloper.com/2020/02/18/lldb-convenient-sos/"/>
    <id>https://www.graymatterdeveloper.com/2020/02/18/lldb-convenient-sos/</id>
    <published>2020-02-18T18:48:13.000Z</published>
    <updated>2020-02-18T18:48:13.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;I don’t have much experience in using &lt;a href=&quot;https://lldb.llvm.org/&quot;&gt;LLDB&lt;/a&gt; to debug .Net Core, so when I stumbled upon this little</summary>
        
      
    
    
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/categories/Debugging/"/>
    
    <category term="Post-mortem" scheme="https://www.graymatterdeveloper.com/categories/Debugging/Post-mortem/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/tags/Debugging/"/>
    
    <category term="LLDB" scheme="https://www.graymatterdeveloper.com/tags/LLDB/"/>
    
    <category term="Linux" scheme="https://www.graymatterdeveloper.com/tags/Linux/"/>
    
  </entry>
  
  <entry>
    <title>Sequential memory access is... faster?</title>
    <link href="https://www.graymatterdeveloper.com/2020/02/17/data-locality/"/>
    <id>https://www.graymatterdeveloper.com/2020/02/17/data-locality/</id>
    <published>2020-02-17T17:31:11.000Z</published>
    <updated>2020-02-17T17:31:11.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;In gamedev articles about Entity-Component-System, data locality is often mentioned as a big reason to use such design pattern. The</summary>
        
      
    
    
    
    <category term="Programming" scheme="https://www.graymatterdeveloper.com/categories/Programming/"/>
    
    <category term="C++" scheme="https://www.graymatterdeveloper.com/categories/Programming/C/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Performance" scheme="https://www.graymatterdeveloper.com/tags/Performance/"/>
    
    <category term="Optimization" scheme="https://www.graymatterdeveloper.com/tags/Optimization/"/>
    
    <category term="C++" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>Nice little gotcha when loading SOS after launching .Net executable</title>
    <link href="https://www.graymatterdeveloper.com/2020/02/14/windbg-launch-net-executable/"/>
    <id>https://www.graymatterdeveloper.com/2020/02/14/windbg-launch-net-executable/</id>
    <published>2020-02-14T17:55:15.000Z</published>
    <updated>2020-02-14T17:55:15.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;When you launch .Net executable with WinDBG, in order to “catch” something nasty like &lt;code&gt;AccessViolationExcetion&lt;/code&gt;, the</summary>
        
      
    
    
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/categories/Debugging/"/>
    
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/tags/Debugging/"/>
    
    <category term="WinDBG" scheme="https://www.graymatterdeveloper.com/tags/WinDBG/"/>
    
    <category term=".Net" scheme="https://www.graymatterdeveloper.com/tags/Net/"/>
    
    <category term="Gotcha" scheme="https://www.graymatterdeveloper.com/tags/Gotcha/"/>
    
  </entry>
  
  <entry>
    <title>Setting up WinDBG for analyzing memory dumps</title>
    <link href="https://www.graymatterdeveloper.com/2020/02/12/setting-up-windbg/"/>
    <id>https://www.graymatterdeveloper.com/2020/02/12/setting-up-windbg/</id>
    <published>2020-02-12T23:25:23.000Z</published>
    <updated>2020-02-12T23:25:23.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;When I needed to investigate a memory dump for a first time, I stared at WinDBG window, not knowing how to begin. My google-fu yielded</summary>
        
      
    
    
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/categories/Debugging/"/>
    
    <category term="Post-mortem" scheme="https://www.graymatterdeveloper.com/categories/Debugging/Post-mortem/"/>
    
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/tags/Debugging/"/>
    
    <category term="WinDBG" scheme="https://www.graymatterdeveloper.com/tags/WinDBG/"/>
    
    <category term=".Net" scheme="https://www.graymatterdeveloper.com/tags/Net/"/>
    
  </entry>
  
  <entry>
    <title>Segmentation faults when using P/Invoke = pointer issues? Not necessarily</title>
    <link href="https://www.graymatterdeveloper.com/2020/01/26/segment-faults-and-gdb/"/>
    <id>https://www.graymatterdeveloper.com/2020/01/26/segment-faults-and-gdb/</id>
    <published>2020-01-26T23:28:27.378Z</published>
    <updated>2020-01-26T23:28:27.378Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;When debugging new &lt;a href=&quot;https://ravendb.net/&quot;&gt;RavenDB’s&lt;/a&gt; 32-bit &lt;a href=&quot;https://en.wikipedia.org/wiki/Paging&quot;&gt;pager&lt;/a&gt; for</summary>
        
      
    
    
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/categories/Debugging/"/>
    
    <category term="Post-mortem" scheme="https://www.graymatterdeveloper.com/categories/Debugging/Post-mortem/"/>
    
    
    <category term="C#" scheme="https://www.graymatterdeveloper.com/tags/C/"/>
    
    <category term="Debugging" scheme="https://www.graymatterdeveloper.com/tags/Debugging/"/>
    
    <category term="Linux" scheme="https://www.graymatterdeveloper.com/tags/Linux/"/>
    
    <category term="Gdb" scheme="https://www.graymatterdeveloper.com/tags/Gdb/"/>
    
  </entry>
  
</feed>
