I really like the coding speed that VB.NET provides, but I don’t like to forget to declare variable types, return function types, etc., which is why in each class I use:
Option Explicit On Option Strict On
Is there a way to define these two options at the project / decision level?
It is very tedious to copy these two options in each class ... We are coding Visual Studio 2010 in the .NET Client Client.
This is it
source share