Ted

Ted

I am a .NET developer and run the tedscodes.com website where I find and share beautiful code.

Day 5 – Padovan Sequence

The Padovan sequence is used to form a spiral using triangles with equal side lengths, and is used as an inspirational element in architectural design or works of art.

Day 2 – Linq

A concise and efficient C# code example that uses LINQ to process collections. Language Integrated Query (LINQ) is a set of technologies that integrates query capabilities into the C# language.