Id like to point out the changing style of C#..

Things are of particular note
-  Very wide use of Linq clauses , foreach , where  , Sum etc ..
- Inheritance used less and less and instead of a common base code , people
are using a common class ( often injected with IOC) but are using
Action/Func delegates more and more to tie interfaces to common
implementations .  I think this is noteworthy as its similar to the way
 impl is done on an interface in some newer languages.
- use of IOC with public static container  ( which has big issues  but its
easy  )
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to