Tagged Questions
15
votes
3answers
3k views
VB.Net equivalent for C# 'dynamic' with Option Strict On
Is there an equivalent for the C# 4 'dynamic' keyword when using 'type safe VB.Net', i.e. with Option Strict On?
2
votes
8answers
236 views
Do you use strict off in your projects?
Do you use 'strict off' option, 'explicit off'? Or may be 'strict custom' and some other options like 'Implicit type. Object assumed', 'Late binding', 'Implicit conversion'?