šŸ“… Week 38


Random Sampling Of Arrays In C# & .NET

[C#, NET]

A problem you might run to in the course of your application development is that given a array of items, sample a number of elements randomly.

Shuffling Arrays In C# & .NET

[C#, .NET]

If you have an array of numbers (of any numeric type) and you need to shuffle it, you have two options.

Getting A Temporary File Name in C# & .NET

[C#, .NET]

In the course of your application development, it is very likely you will run into a situation where you will need a temporary file. Perhaps you are performing I/O work and need to temporarily store data on disk. Or you are using an API that requires files.

Documentation Needs Love - Running Samples

[Documentation, C#, .NET]

One of the brilliant innovations when it comes to the .NET documentation is the ability to run (some) samples in your browser.


šŸ“… Week 37



šŸ“… Week 36





šŸ“… Archives ...