Re: VB.NET into the Cloud
You can use VB to create ASP.Net MVC applications for the web. You can also use VB to create Azure applications for the cloud. You should also invest in learning Javascript and jQuery but there is no reason why you can't stick with VB for web and cloud development.
Re: VB.NET into the Cloud
Thanks Joacim,
I've been reading into this and wrongly believed that ASP.net was a language unto itself. I think i'll start to teach myself how to use it. Extremely relieved quite honestly that Microsoft are supporting .NET in this way. Am I correct in saying then that, if I didn't want to use Azure, I could develop a ASP.Net MVC and then upload that to, for example, a rented VPS server and have it run that way?
(Although I think I will be going with Azure for ease of use)..
Jordan
Re: VB.NET into the Cloud
No, ASP.Net is not a language but rather a framework for building web applications. There is also today two different frameworks, ASP.Net WebForms and ASP.Net MVC and I strongly encourage you to learn the latter.
If you should use Azure or not depends on what your clients want. Not everyone is comfortable with the idea of having their data stored on Microsoft's servers. It's also a question about what the application is supposed to do.