Hello,
Just a quick question really
Whats the difference between VB 2008 express edition and VB.NET
Am i right in saying VB 2008 express edition is for windows application, and VB.net is a web based application?
Thanks for any information you can give me.
Loading
Karthikeyan AnbarasanPosted Apr 8, 2011, 3:24 AM
Karthikeyan AnbarasanPosted Apr 8, 2011, 3:24 AM
FroglegPosted Mar 22, 2011, 9:03 AM
With the express version you can create windows forms, class library, wpf (like windows forms), wpf browser application and console application.
For persons learning vb/C# etc - it is best to download the free express versions
Martin van EerdePosted Mar 21, 2011, 8:00 AM
VB.Net is Visual Basic version that is compliant with the .NET CLI. You can use VB.NET to write web applications, Windows desktop applications Windows services and now Windows Phone 7 applications.
VB express is a IDE, it is the VB.NET language specific free version of Visual Studio. To complicate matters there are express versions for general development for each language and express versions for different development tasks like web and phone!