Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
Showing posts with label
c# 9
.
Show all posts
Showing posts with label
c# 9
.
Show all posts
Saturday, 11 September 2021
simple use of Record in c#9 and newer versions
›
c# 9 introduces a new keyword Record which makes an object immutable. Properties in the record can be initialised at the time of creation o...
init only property in c#9 or later versions
›
c# 9 introduces new Init-Only property that allow to make immutable properties in a class. This means the property with "init" ke...
›
Home
View web version