OdeToCode IC Logo

Latest Blog Posts

Markdown Front Matter For Metadata

Published on Thursday, January 30, 2020

Automatic Image Uploads with Markdig Processing

Published on Sunday, January 26, 2020

A Custom Renderer Extension for Markdig

Published on Thursday, January 23, 2020

The C# Interactive Window

Published on Tuesday, January 21, 2020

Avoiding the Debugger with Better Logging

Published on Sunday, January 19, 2020

Moving Complexity

Published on Thursday, January 16, 2020

Nine Performance Tips for Azure App Services

Published on Tuesday, January 14, 2020

Solving Access Denied in Crypto Machine Keys

Published on Sunday, January 12, 2020

Tracking Down an AspNetCore Build Error

Published on Thursday, January 9, 2020

Beautiful Binary Literals

Published on Wednesday, January 8, 2020

Latest Articles

A Software Developer's Guide to HTTP Part V– State & Security

Published Tuesday, February 7, 2012
An overview of cookies and authentication protocols for HTTP and web programming.

A Software Developer's Guide to HTTP Part IV– Web Architecture

Published Thursday, February 2, 2012
Proxy servers, caching, and the flexibility of the web are the focus for this article as we view HTTP from an architectural perspective.

A Software Developer's Guide to HTTP Part III–Connections

Published Thursday, January 26, 2012
In this article we'll look at HTTP from a networking perspective, and talk about HTTP connection optimizations like persistent connections and parallel connections.

A Software Developer's Guide to HTTP Part II - Messages

Published Thursday, January 19, 2012
A look at request and response messages in HTTP, including HTTP methods, status codes, and headers.

A Software Developer's Guide to HTTP Part I - Resources

Published Thursday, January 12, 2012
A look at HTTP resources and resource locators.

Databinding in Silverlight

Published Saturday, March 28, 2009
This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes.

The Standard LINQ Operators

Published Saturday, October 25, 2008
This article will cover the standard LINQ operators provided by LINQ for filtering, grouping, joining, converting, projecting, and more.

C# 3.0 and LINQ

Published Wednesday, March 19, 2008
C# 3.0 introduced a number of new features for LINQ. In this article we'll examine the new features like extension methods, lambda expressions, anonymous types, and more.

Introduction To LINQ

Published Monday, December 24, 2007
This article is an introduction to LINQ and provides examples of using LINQ to query objects, XML, and relational data.

What ASP.NET Developers Should Know About JavaScript

Published Tuesday, May 8, 2007
This article looks at JavaScript from the perspective of a C# or Visual Basic programmer. See how to apply object oriented techniques to your JavaScript code.