Tagged Questions
6
votes
1answer
1k views
What is the best way to mix VB.NET's Option Strict and the new Option Infer directives?
In a related question, my team is about to (hopefully) start using LINQ, and I'd like to take advantage of anonymous types. What is the best way to mix VB.NET's Option Strict (which we've been using ...