Title:       Enter Article Title Here
Description: Enter a one-liner that describes your article
Abstract:    Enter a single paragraph (or less) that summarise what this article is about

Author:      Enter your Code Project User Name (or suggest one if you're not a member)
Email:       Enter your Code Project E-mail Login (or the email you wish to use if not a member)

Language:    Enter the Languages that Apply to Your Article (TypeScript, C# 3.0, etc.)
Platform:    Enter the Platforms that Apply to Your Article (Linux, Android, Windows etc.)
Technology:  Enter the Technologies that Apply to Your Article (.NET Core, node.js, etc.)
Topic:       What is the article about (Graphimg, AI, data processing etc)

Section      Enter the Code Project Section you Wish the Article to Appear
SubSection   Enter the Code Project SubSection you Wish the Article to Appear

License:     Enter the license (CPOL, CPL, MIT, etc)

Sample Image - maximum width is 600 pixels

Introduction

What the article / code snippet / walk-through does,and why it's useful. State the problem it solves. This should introduce the article, not just repeat the Abstract.

Is there any background to this article that may be useful such as an introduction to the basic ideas presented?

The Article Body

Using the code

Lead with code!

//
// Any source code blocks look like this
//
var i = 0;
...

It's always good to cut to the chase, but always include a discussion on how to use the article or code. The class names, the methods and properties, or any tricks or tips.

Remember to set the Language of your code snippet using the Language dropdown.

Basic principles

Are there basic principles you need to introduce to the reader for them to understand the code or the topic? Links to other articles or online docs may be helpful

Step by Step walk-throughs

For walk-through style articles ensure your screenshots, code samples and code are up to date, or at the least ensure you're clear on what version of a technology you're discussing. APIs change!

Conclusion and Points of Interest

What did the reader learn in this article? Did you learn anything interesting/fun/annoying while writing the code? Any gotchas you came across?