Is Null Or White Space


2 min read

So I did not know about IsNullOrWhiteSpace! Did you? I have of course been using IsNullOrEmpty for years which does ...

read more

Comments [0]

A Program Manager interview at Microsoft


3 min read

Preparing for an interview is stressful and really difficult, on the other hand, I have also also found it to be ...

read more

Comments [0]

Snapshot Debugger in Visual Studio Enterprise


5 min read

I have been getting really familiar with the Snapshot Debugger in Visual Studio recently and I have to say it is one of ...

read more

Comments [0]

Creating Web Themes with Razor Pages


2 min read

One of my main ambitions for DasBlog Core was to create a flexible templating solution using Razor, this would allow a ...

read more

Comments [0]

Microsoft Interface Definition Language 3


1 min read

I wrote about Windows RT some years ago without really thinking about the underlying type system design in a multi ...

read more

Comments [0]

Why is the CPU usage so high and why do requests appear stuck?


2 min read

I was reviewing a hang dump for really important service with WinDbg recently, externally it was obvious that our ...

read more

Comments [0]

Hosting your ASP.NET Core app


3 min read

So I wanted to document a couple of interesting points that had not occurred to me about hosting ASP.NET Core ...

read more

Comments [0]

Should we use SecureString in ASP.NET for handling passwords?


3 min read

I got asked an interesting question about that would potentially apply to lots of products and thought it would be an ...

read more

Comments [0]

Taking a Hang Dump or Crash Dump with ProcDump


2 min read

Most of us are unprepared for catastrophic failure in our application, that is, the kind of failure that is so ...

read more

Comments [0]

<< Older Posts | Newer Posts >>