Explore >> Select a destination


You are here

blog.elmah.io
| | blog.cdemi.io
3.4 parsecs away

Travel
| | One of the new features being proposed in C# 8.0 is to introduce Records. They are essentially a very lightweight class that is a collection of fields.
| | lukemerrett.com
3.8 parsecs away

Travel
| | What are Record Types? Record Types are a popular feature of F# [https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/records], also commonly found in other functional languages, that have recently been introduced to C# in version 9.0 [https://devblogs.microsoft.com/dotnet/c-9-0-on-the-record/] (released alongside .Net 5). On
| | www.daveabrock.com
2.4 parsecs away

Travel
| | In this post, we discuss records in C# 9-a way to work with immutability.
| | zig.guide
36.7 parsecs away

Travel
| Slices can be thought of many-item pointers ([*]T) with a length (usize).