📅 Week 41


Getting The Name Of A File Without Its Extension In C# & .NET

[C#, .NET]

A common (and slightly annoying) problem you will run into is when you need to get the name of a file, but without its extension. Perhaps you want to generate a new file name. Or you are using the original file name for a different context, e.g., you are compressing it, and want to name the compressed file with a different extension.


📅 Week 40



📅 Week 40



📅 Week 39


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

[C#, .NET, Dates]

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.




📅 Archives ...