Moving to .Net 4.0
Posted: Mon May 27, 2013 5:50 am
C# .Net 4.0 has some additional goodies that Cobra may benefit from.
Is there an intention of enhancing cobra for these?
We already have type inference and late binding with a ticket/note for supporting (or using) the .Net 4.0 code for that
i.e var and dynamic - see ticket:319.
The obvious ones not covered yet are
see C 4.0s New Features Explained
Is there an intention of enhancing cobra for these?
We already have type inference and late binding with a ticket/note for supporting (or using) the .Net 4.0 code for that
i.e var and dynamic - see ticket:319.
The obvious ones not covered yet are
- Optional Parameters (default parameter values)
- Named Parameters
- Variance (maybe - probably just augmenting syntax support)
- I think simpler COM interop should just fall out of the update....
see C 4.0s New Features Explained