Explore >> Select a destination


You are here

bobobobo.wordpress.com
| | csharp.christiannagel.com
13.3 parsecs away

Travel
| | To combine multiple objects of the same type, you can use arrays. To combine multiple objects of different types, tuples can be used. Tuples allow to return multiple results without the need to create a custom class, and without the need to specify out or ref parameters. The Tuple type has been available with .NET...
| | urda.com
13.2 parsecs away

Travel
| | There will be times when you are using a third-party library or some other "black box" software in your project. During those times you may need to add functionality to objects or classes, but that addition does not necessarily call for employing inheritance or some other subclass. In fact, you might not have access to the library's source code if it is proprietary. There is a wonderful feature of C# though that allows you to add-on commonly used methods to any type of object, and that feature is called ...
| | benbrougher.tech
17.4 parsecs away

Travel
| | What is IEnumerable in C#? And why should I use it?
| | reorchestrate.com
48.3 parsecs away

Travel
|