CS 6 read-only auto properties Small help with immutable types... // private readonly int _age; // public int Age { get { return _age; } } public int Age { get; }
Minimal APIs at a glance This document now exists on the official ASP.NET core docs page. Application WebApplication WebApplicationBuilder Request Handling Routing Parameter Binding