Explore >> Select a destination


You are here

carlosschults.net
| | www.daveabrock.com
15.9 parsecs away

Travel
| | In this post, we discuss records in C# 9-a way to work with immutability.
| | michaelscodingspot.com
15.7 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | github.com
16.6 parsecs away

Travel
| | A C# / .NET client driver for RethinkDB. Contribute to mfenniak/rethinkdb-net development by creating an account on GitHub.
| | lukemerrett.com
39.0 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