Hidden Features of C#?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Hidden Features of C#?

Message par ForumBot »

Hidden Features of C#?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Hidden Features of C#?

Message par ForumBot »

This isn't C# per se, but I haven't seen anyone who really uses `System.IO.Path.Combine()` to the extent that they should. In fact, the whole Path class is really useful, but **no one uses it!**

I'm willing to bet that every production app has the following code, even though it shouldn't:

```
string path = dir + "\\" + fileName;

```
Répondre

Revenir à « .NET & C# »