ASP.NET C# 6.0 Features that every ASP.NET Developer should know about it. 1. Auto-property initializes public int ID { get ; set ; } public bool Role { get ; set ; } = true ; public string Name { get ; set ; } = string .Empty; public DateTime CreatedDate { get ; set ; } = DateTime .Now; 2. Expression bodied members public string Name => string .Format( "{0} {1}" , FirstName, LastName); 3. Getter-only auto-properties public DateTime Bi...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers