Explore >> Select a destination


You are here

www.daveabrock.com
| | csharp.christiannagel.com
6.3 parsecs away

Travel
| | C# allows writing code with positional or nominal code style. Using positional code style, constructors can be used. Object initializer belong to the nominal category. So far the nominal category was restricted because it required writable properties. This can change with C# 9. Positional Creation Positional creation is the traditional coding style we use since...
| | blog.submain.com
11.6 parsecs away

Travel
| | This post is about C# classes. Have you ever wanted to know why you should keep a class member private? Find out the answer and more!
| | newdevsguide.com
11.1 parsecs away

Travel
| | The C# 11 required keyword lets you reduce constructor boiler plate code and ensure that new objects have required property members set when using inline initializers.
| | stenbrinke.nl
61.0 parsecs away

Travel
| This post introduces my Readme Auto Open project, which helps teams onboard faster by automatically opening README files in VSCode!