Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
I think its the same in both, its just that VB.NET isnt case-sensitive whereas C# is. It can be a pain if you dont know whats going on I use the Tab key to have intellisense auto-complete for me and it adjusts capitalization automatically. Another trick is to press Ctrl-Space to have the autocomplete either fill in the rest of your word, or bring up the intellisense drop-down so you can pick what you want (and press tab to have it fill it in). I got used to that in VB6 and its worked wonders ever since.-nerseus
I think its the same in both, its just that VB.NET isnt case-sensitive whereas C# is. It can be a pain if you dont know whats going on
I use the Tab key to have intellisense auto-complete for me and it adjusts capitalization automatically. Another trick is to press Ctrl-Space to have the autocomplete either fill in the rest of your word, or bring up the intellisense drop-down so you can pick what you want (and press tab to have it fill it in). I got used to that in VB6 and its worked wonders ever since.
-nerseus