Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Matt Wilko

Matt Wilko

Matt Wilko has asked 29 questions and find answers to 52 problems.

Stats

1.7k
EtPoint
538
Vote count
29
questions
52
answers

About

My areas are mainly VB.NET, ASP.NET and VB6.

If you code in VB.NET you should switch Option Strict On Now

My pet hate is that coding in C# doesn't give the same user experience as coding in VB.NET like:

  • Always automatically indenting code
  • IntelliSense that works on Enums
  • Having to add () to the end of methods
  • Having to use a semi-colon at the end of each line