I
Ignacio Machin \( .NET/ C# MVP \)
Hi Frans,
My same case, sometimes people post code here that I have to check the
manual to fully understand (or see where the error is)
Not really
Frans Bouma said:Ignacio Machin ( .NET/ C# MVP ) wrote:
That's already the case. Example: I personally never need to use
invoke directly in my code (only very very rarely) and almost never use
anonymous methods. However, there are people who use them regularly.
WHen I see their code, I have to look up the syntaxis sometimes to
understand what's going on, as I'm not familiar with it.
My same case, sometimes people post code here that I have to check the
manual to fully understand (or see where the error is)
For example, can you write, without checking in the manual, a single
line piece of code which filters an List<T> on a given value for a
given property of T?
Not really
