|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
3 | edited body | ||
|
In your comparison between There's no concern about type-safety, as
Now look at anonEnumeration in intellisense and it will appear something like
The C# compiler is pretty clever - anon types generated separately will have the same generated type if their properties match. Outside of that, as long as you have intellisense it makes good sense to use
|
||||
|
2 | added 542 characters in body | ||
|
In your comparison between There's no concern about type-safety, as
Now look at anonEnumeration in intellisense and it will appear something like
The C# compiler is pretty clever - anon types generated separately will have the same generated type if their properties match. Outside of that, as long as you have intellisense it makes good sense to use In your comparison between
|
||||
|
1 |
|
||
