In my last post I discussed the approach we used at my job to convert an ASP .NET web forms application written in VB .NET to C#. In that post I alluded to some of the issues that we encountered during the conversion but didn’t delve into any of the technical details. I decided to take the technical specifics of some of the more interesting conversion issues and make a separate post of them. If you ever embark on a conversion project like ours these might be of use to you. Option Strict and Option ......