Tagged Questions

1
vote
4answers
264 views

Best Practices: Option Infer

What do you feel are best practices for the use of Option Infer in your projects? In Visual Studio 2008, Option Infer is a directive that allows the compiler to infer the datatype of a declared …
3
votes
1answer
395 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 …