
Develop Android App Using VB.Net? - Stack Overflow
Aug 27, 2015 · i just wanted to start learning to develop mobile applications.. is there a way to create an app using Visual Basic .Net ?
How to make a very simple asynchronous method call in vb.net
Dec 5, 2016 · I also was looking for information on Asynchronous programming in VB. In addition to this thread, I also found the following: beginning with Visual Studio 2012 and .Net …
Send and Receive Data from TCP IP Socket Using VB.Net
Feb 1, 2016 · Send and Receive Data from TCP IP Socket Using VB.Net Asked 9 years, 9 months ago Modified 3 years, 1 month ago Viewed 21k times
vb.net - Pros and Cons of VB & VBA? - Stack Overflow
Sep 2, 2012 · But many VB programs are spaghetti, either because they're done as quick and dirty one-offs, or because they're written by hack programmers without training in object …
What are the differences between C#.net and Visual Basic.net?
Feb 7, 2009 · Although there are differences between Visual Basic .NET and Visual C# .NET, both are first-class programming languages that are based on the Microsoft .NET Framework, …
Classes vs. Modules in VB.NET - Stack Overflow
Is it considered an acceptable practice to use Modules instead of Classes with Shared member functions in VB.NET? I tend to avoid Modules, because they feel like leftover remains from …
vb.net - What is the difference between a module and a class?
Jan 27, 2013 · When adding a new file to a VB.Net project in Visual Studio, I'm given the option of both a 'Class' and a 'Module'. A class is described as An empty class file While a module is …
Can I use other IDEs other than Visual Studio for coding in .net?
Sep 2, 2008 · The vast majority of .net developers use Visual Studio, but there are a couple of alternatives. Visual Studio Express Editions are free and give you a cut down version of Visual …
Using Visual Studio Code for vb.net - Stack Overflow
Aug 28, 2018 · I program in vb.net, I'm switching from visual studio big edition to vs code to be more portable. One feature I really miss is intellisense ? Can I make it work with vb.net ? While …
What's the principal advantages of C# over VB.net? [duplicate]
Apr 18, 2011 · I'm programming in VB.net because I'd former experience in VB 6.0 and I've familiar with its syntax. I know that C# is preferred by the biggest part of .net programmers.