FreeTyping

C# Code Typing Practice

60
seconds
0
WPM
100%
accuracy
[Attribute] public class Program {} return result; throw new Exception(""); var list = new List<string>(); group x by key where T : constraint ?. nullConditional Action<T> ?? nullCoalescing lambda expression Func<T, TResult> private readonly int _value; foreach (var item in items) {} from x in collection try { } catch (Exception ex) {} orderby x.Field LINQ query typeof(Type) is pattern matching override using System; public void Method() {} if (condition) {} else {} namespace MyApp {} select x await asyncOperation; async Task<T> MethodAsync() {} public string Name { get; set; } join a in b on static void Main(string[] args) {} public abstract class Base {} nameof(property) for (int i = 0; i < n; i++) {} var dict = new Dictionary<string, int>(); public interface IService {} switch (value) { case: break; } where x.Property == value virtual => expression; [Attribute] public class Program {} return result; throw new Exception(""); var list = new List<string>(); group x by key where T : constraint ?. nullConditional Action<T> ?? nullCoalescing lambda expression Func<T, TResult> private readonly int _value; foreach (var item in items) {} from x in collection try { } catch (Exception ex) {} orderby x.Field LINQ query typeof(Type) is pattern matching
Click the text area and start typing to begin

Practice typing C# code and .NET development

Related Practice