Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

OdeToCode by K. Scott Allen

Get the latest updates from OdeToCode by K. Scott Allen directly as they happen.

Follow now 124 followers

Latest posts

Last updated about 4 years ago

Markdown Front Matter For Metadata

about 4 years ago

Continuing the story of replacing Windows Live Writer with some custom tools...

Automatic Image Uploads with Markdig Processing

about 4 years ago

Continuing the story of replacing Windows Live Writer with some custom tools...

A Custom Renderer Extension for Markdig

about 4 years ago

A couple years ago I decided to stop using Windows Live Writer...

The C# Interactive Window

about 4 years ago

The C# Interactive window in VS is not the best interactive C#...

Avoiding the Debugger with Better Logging

about 4 years ago

There's actually two reasons why I tend to avoid using debuggers. The...

Moving Complexity

over 4 years ago

I always feel a sense of satisfaction when I move a piece...

Nine Performance Tips for Azure App Services

over 4 years ago

This post originally appeared on the Progress Telerik blog Introduction We always...

Solving Access Denied in Crypto Machine Keys

over 4 years ago

Previously on OdeToCode I posted about tracking down an AspNetCore build error...

Tracking Down an AspNetCore Build Error

over 4 years ago

Building AspNet Core from source is straightforward, unless, like me, you run...

Beautiful Binary Literals

over 4 years ago

Finally! I've used binary literals in real code. This feature, and the...

Switch Expressions are the Best Feature of C# 8

over 4 years ago

I thought <Nullable>enable</Nullalble> would be the star of the C# 8 show...

Something to Know about gRPC in ASP.NET Core 3

over 4 years ago

gRPC is a framework you can use in ASP.NET Core 3 to...