📅 Week 39


Getting The Number Of Days In A Month In C# & .NET

[C#, .NET]

While idly going through the documentation, or the intellisense of your favourite IDE, you will almost certainly always stumble across a method or property you did not know existed.

About .NET & Support Cycles

[.NET]

Every year, there is a new release of the latest .NET SDK & runtime, incorporating a year of development, innovation, and improvements.


📅 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





📅 Archives ...