Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / syntax

Syntax

syntax

Great Reads

by dmihailescu
UI and concurrent programming using IAsyncResult, BackgroundWorker, TPL, and ‘async’ syntax.
by Pete O'Hanlon
Getting started with TypeScript
by Pete O'Hanlon
What is an array and how to use it to manage multiple items
by Pete O'Hanlon
How to use arrays to manage multiple items

Latest Articles

by dmihailescu
UI and concurrent programming using IAsyncResult, BackgroundWorker, TPL, and ‘async’ syntax.
by Pete O'Hanlon
Getting started with TypeScript
by Pete O'Hanlon
What is an array and how to use it to manage multiple items
by Pete O'Hanlon
How to use arrays to manage multiple items

All Articles

Sort by Score

syntax 

by ASP.NET Community
Lambda expressions provide a concise, functional syntax for writing anonymous methods. They are super useful when writing LINQ query expressions.