JSON Schema


2 min read

Quick tip for those of you manually completing complex nested (or just plain large) JSON files, you can make the whole ...

read more

Comments [0]

Debug managed Linux core dumps with Visual Studio


3 min read

Analyzing dumps is a really popular technique to debug issues on remote machines, this is especially true when you do ...

read more

Comments [0]

Collecting Managed Crash Dumps on App Services for Linux


3 min read

I recently designed a CLI to help folks complete the deployment of DasBlog Core using SSH on Linux. In all honesty I am ...

read more

Comments [0]

Why we need the Rundown Provider


3 min read

I am going to be honest when investigating issues in production, if given the choice between tracing a process or ...

read more

Comments [0]

Performance Profiling - .NET Object Allocation Tracking


2 min read

In this video Sagar Shetty shows you how you can see how much memory your app uses and what code paths allocate the ...

read more

Comments [0]

Performance Profiling - CPU Usage


1 min read

A good way to start investigating performance issues in your app is to understand its CPU usage. Profiler PM Esteban ...

read more

Comments [0]

Performance Profiling - In Production


1 min read

In part 3 on performance profiling,  Esteban Herrera shows us how to profile apps once they are actually in production ...

read more

Comments [0]

Performance Profiling - Picking the right tool


2 min read

There are quite a few profiling options in Visual Studio, so it is important to learn which one to use for the various ...

read more

Comments [0]

Performance Profiling - Introduction


2 min read

If you are not sure what to do once you start experiencing performance issues in your application then check out this ...

read more

Comments [0]

<< Older Posts | Newer Posts >>