Nov 22, 2009

Visual Basic .net Standard Edition 2003 - Too old?

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > .NET ( ASP.net VB.net )

Visual Basic .net Standard Edition 2003 - Too old?

networker
Hello
I have the Visual basic .net standard edition 2003.
I was wondering,does anybody think this version is getting too old?
I'd really like to upgrade,but you can't upgrade the standard edition.
I'd really like to get the upgradeable proffesional edition but it's
just a little too expensive.
I think the standard issue is a good deal, although you get limited
use of direct x components,and other short comings,such as it appears,
checking the system registry, amongst many other things.

Sometimes I think I should concentrate on Python for desktop
applications.I'm a little rusty with vb .net I've been concentrating
on php again,for the last year and a half.
Anyway, is vb .net 2003 too old? What do you think?
For example. I've never ran any of my applications on Vista.
I assume the first net framework version should be okay on Vista.
Any feedback?

Comment/Reply (w/o sign-up)

Echo_of_thunder
VB is getting old. really do not use it much though. but with how coding and site standard are changing do fast now a days, I would think of looking more into something more new and up to date.

Comment/Reply (w/o sign-up)

rpgsearcherz
QUOTE (networker @ Jan 11 2009, 03:08 PM) *
Hello
I have the Visual basic .net standard edition 2003.
I was wondering,does anybody think this version is getting too old?
I'd really like to upgrade,but you can't upgrade the standard edition.
I'd really like to get the upgradeable proffesional edition but it's
just a little too expensive.
I think the standard issue is a good deal, although you get limited
use of direct x components,and other short comings,such as it appears,
checking the system registry, amongst many other things.

Sometimes I think I should concentrate on Python for desktop
applications.I'm a little rusty with vb .net I've been concentrating
on php again,for the last year and a half.
Anyway, is vb .net 2003 too old? What do you think?
For example. I've never ran any of my applications on Vista.
I assume the first net framework version should be okay on Vista.
Any feedback?


Really, there aren't a lot of changes between different versions, that I've noticed.

About your VB though, I would toss it altogether and go with the *Free* VB .net 2008 or whatever it is that Microsoft gives(Search for Visual Basic Express)

Not only is it up to date, it's 100% free. You can also get C++ and other programs like that.

 

 

 


Comment/Reply (w/o sign-up)

networker
I've looked at the vb express editions.
No offence,but compared to the standard edition it's
pretty basic.No pun intended.

As far as I can see, theres not many code changes at all in the netframework
from 2002-2009.I'm just worried about Microsoft pulling something.
2003 is a long time ago for them.
C++? For strictly windows applications VB .net is on about a par with C++.
I think a lot of it seems to boil down to the intptr type.
With the intptr type I'm hoping you can have full access to all the Windows api
functions that C++ had for years.
I haven't done api programming as much as I would like to.
I want to get into that again soon.

Comment/Reply (w/o sign-up)

rpgsearcherz
QUOTE (networker @ Jan 11 2009, 03:34 PM) *
I've looked at the vb express editions.
No offence,but compared to the standard edition it's
pretty basic.No pun intended.

As far as I can see, theres not many code changes at all in the netframework
from 2002-2009.I'm just worried about Microsoft pulling something.
2003 is a long time ago for them.
C++? For strictly windows applications VB .net is on about a par with C++.
I think a lot of it seems to boil down to the intptr type.
With the intptr type I'm hoping you can have full access to all the Windows api
functions that C++ had for years.
I haven't done api programming as much as I would like to.
I want to get into that again soon.


If you keep with the old versions I highly doubt that Microsoft will ever stop supporting them. We can still run games from the 90's on today's PC's(with "Compatibility Mode" set). There are just too many things that are old and still useful. Microsoft stopping support on them would force anyone using those older programs to re-program them, which is really too much work.

I'm mostly thinking about games here, but programs would fall into that as well.

Comment/Reply (w/o sign-up)

k_nitin_r
Hi!

I think anything older than Visual Basic .NET 2005 is quite old. It's mostly because there was a pretty major shift when Microsoft went past .NET 2.0 - they chose to keep the Base Class Library as-such, and built upon it, so .NET 3.0 is actually .NET 2.0 plus additional libraries, and the same goes for .NET 3.5.

I would say .NET 3.5 change quite a bit with the introduction of new language features in C# and VB.NET. The Language Integrated Query (LINQ) is the coolest addition to the framework, if you work with data.

There's always new stuff happening on the web front (ASP.NET). With Astoria Data Services, you can easily expose the database to external applications via web services, though you'd have to consider the security implications of implementing such a thing. The new ListView control also gives you more control over how data is displayed via the browser - think of it as a Repeater with the functionality of a DataList.

You can get a whole lot more information about the web development features in .NET at http://www.asp.net .

Regards,
Nitin

PS: As you can tell, I strongly push for .NET for web apps & plain business apps (PHP is great; let's leave the ASP.NET vs PHP argument for some other time). For windows apps, I'd suggest you still stick with C++.



QUOTE (networker @ Jan 12 2009, 01:34 AM) *
I've looked at the vb express editions.
No offence,but compared to the standard edition it's
pretty basic.No pun intended.

As far as I can see, theres not many code changes at all in the netframework
from 2002-2009.I'm just worried about Microsoft pulling something.
2003 is a long time ago for them.
C++? For strictly windows applications VB .net is on about a par with C++.
I think a lot of it seems to boil down to the intptr type.
With the intptr type I'm hoping you can have full access to all the Windows api
functions that C++ had for years.
I haven't done api programming as much as I would like to.
I want to get into that again soon.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords :

  1. Visual Basic 2005 Resources
    (2)
  2. [vb.net 2k5] Color Fading Textboxes
    vb .net visual basic color fading textbox 2k5 2005 (0)
    Ok, here's another good application, but it has not been made by me, i can't remember the
    source of it to give credits to. But anyway it's a good application to use in forms, when
    someone forget to insert a data... take a look. greetz ~ João Lopes....
  3. [vb.net 2k5] Morsecode
    Morse code vb.net visual basic .net 2005 2k5 (2)
    Well, here's the source of a program that interacts with the pc speaker, i made it to "beep"
    like a morse code, depending on the text. Study the code if you will, although it's very simple,
    but here it is /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0"
    alt="rolleyes.gif" /> Note: If you don't have vb.net installed and want to test the program,
    run the executable on the folder "morsecode\obj\Release" /wink.gif" style="vertical-align:middle"
    emoid=";)" border="0" alt="wink.gif" />....
  4. [vb.net 2k5] Countdown (help)
    countdown visual basic 2005 2k5 (4)
    Hello, i'm having some troubles creating a countdown, i'm willing for some help. First of
    all, the form has a textbox where the user has to input the time to countdown like this: 1:10 the
    form has also 3 labels, 1 named countminutes, other countseconds and another label1 with the text
    ":" here's the code, the problem is that it counts the time, but blocks the app till it ends,
    wich result on not showing the counttime like it should: Imports System.Threading.Thread Public
    Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As ....
  5. Visual Basic.net New Videos
    Here you will find a nice videos explaining vb.net (4)
    Hello Everybody, look at this nice learning videos for vb.net 1- How
    to use the ListView Control Part 1: Basics Demonstrates the basics of creating ListViewItems,
    changing the display mode, and adding columns for the Details view. Download 2- How to use the
    ListView Control Part 2: Advanced Demonstrates a few advanced concepts related to the ListView
    control and populating it with database data and syncing changes to ListViewItems back into the
    database. Download 3- How to use the TreeView Control Demonstrates how to create TreeNo....
  6. New Features In Visual Studio 2005 Windows Forms
    Updated IDE features, new Menu, Toolstrip and multimedia controls, sup (0)
    New Features in Visual Studio 2005 Windows Forms QUOTE The little voice in my head shouted
    "Don't do it! Don't do it!" as I contemplated using the worn out cliché "Good things come to
    those who wait" to describe the experience of designing Windows applications with Visual Studio
    2005. However, that cliché accurately communicates the idea that building Windows Forms
    applications in Visual Studio 2005 is better, makes you more productive, and is more fun than doing
    the same task in Visual Studio 2003, not to mention VB6! Part of what makes working with Win....

    1. Looking for Visual, Basic, .net, Standard, Edition, 2003

Searching Video's for Visual, Basic, .net, Standard, Edition, 2003
See Also,
advertisement


Visual Basic .net Standard Edition 2003 - Too old?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com