|
-
May 29th, 2009, 10:34 AM
#1
Thread Starter
Fanatic Member
does anyone find vb.net to be worse then
vb.net doesnt seem to be as good or easy as vb6
will vb6 last 20 or so years?
thanks
-
May 29th, 2009, 10:41 AM
#2
Re: does anyone find vb.net to be worse then
>>vb.net doesnt seem to be as good or easy as vb6
care to qualify that? In what ways? Personally I find .NET far easier and better to work with.
>>will vb6 last 20 or so years?
Hard to say... it's already been around for almost 15 years.... MS has already stopped support of it. As long as the Operating Systems keep shipping with the VB Runtime, VB6 apps should be able to continue and have life for some time. But as a development platform for new development.... I think it's pretty much used up its shelf life.
-tg
-
May 29th, 2009, 10:56 AM
#3
Re: does anyone find vb.net to be worse then
Moved To General Developer
How much development experience have you had with VB.NET?
-
May 29th, 2009, 01:11 PM
#4
Re: does anyone find vb.net to be worse then
I like VB.NET: You get interfaces, better controls, Lists, etc.
VB6 is okay. VB6 also has a very strange way of working with files.
-
May 29th, 2009, 01:36 PM
#5
Re: does anyone find vb.net to be worse then
VB6 to me always felt like I was wrestling with the language. VB.NET just seems to be more natural. I think it's far easier when you bend your mind around some of the core concepts.
-
May 29th, 2009, 02:20 PM
#6
Thread Starter
Fanatic Member
Re: does anyone find vb.net to be worse then
not much with eather it keeps me busy ,just a hobby
-
May 29th, 2009, 02:28 PM
#7
Frenzied Member
Re: does anyone find vb.net to be worse then
-
May 29th, 2009, 05:25 PM
#8
Re: does anyone find vb.net to be worse then
 Originally Posted by minitech
I like VB.NET: You get interfaces, better controls, Lists, etc...
So do I... but not because of better gui and not until 2005 came out - prior to that release it was bunch of garbage.
 Originally Posted by minitech
VB6 is okay...
Arguably it was best programming language ever produced.
 Originally Posted by minitech
VB6 also has a very strange way of working with files.
And what would that be? Just curios.
-
May 29th, 2009, 06:34 PM
#9
Re: does anyone find vb.net to be worse then
Open filename For Output As #handle...
Arguably VB.NET is the best programming language ever produced.
I use 2005, which is outdated anyways, so you have nothing to complain about.
-
May 30th, 2009, 07:24 AM
#10
Frenzied Member
Re: does anyone find vb.net to be worse then
Tools are only as powerful as your knowledge of them.
-
May 30th, 2009, 08:35 AM
#11
Re: does anyone find vb.net to be worse then
 Originally Posted by DeanMc
Tools are only as powerful as your knowledge of them.
Bravo!
-
May 30th, 2009, 05:13 PM
#12
Fanatic Member
Re: does anyone find vb.net to be worse then
I like VB 2008 and recommend it. There are some things that run slower than I would like in GDI graphics and some bugs that MS needs to eliminate. Other than that I don't have any problems with it. I can't compare it to VB6 because I never used it. I wouldn't be surprised if certain things could be done with greater cpu efficiency in VB6.
 Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.
"Persistence is the magic of success." Paramahansa Yogananda
-
May 30th, 2009, 06:41 PM
#13
Frenzied Member
Re: does anyone find vb.net to be worse then
If you like graphics dump GDI+ and come over to the dark side (wpf).
-
May 31st, 2009, 01:59 AM
#14
Fanatic Member
Re: does anyone find vb.net to be worse then
What is wpf? Is that used in Visual Basic.NET?
 Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.
"Persistence is the magic of success." Paramahansa Yogananda
-
May 31st, 2009, 07:22 AM
#15
Re: does anyone find vb.net to be worse then
 Originally Posted by EntityX
What is wpf? Is that used in Visual Basic.NET?
Windows Presentation Foundation and yes it's available in all .Net languages, but it's too much like html for my taste
-
May 31st, 2009, 08:16 AM
#16
Frenzied Member
Re: does anyone find vb.net to be worse then
You mean the Xaml markup? you know you never have to use Xaml everything can be done in code just like winforms. Xaml was created as a bridge between hard coding and designing. So a designer could make up vector graphics in say illistrator and save a xaml. Then you can load/copy/paste into your application.
The beauty of WPF is it caters for both types of people in a seamless way!
-
May 31st, 2009, 10:25 AM
#17
Re: does anyone find vb.net to be worse then
 Originally Posted by DeanMc
You mean the Xaml markup? you know you never have to use Xaml everything can be done in code just like winforms. Xaml was created as a bridge between hard coding and designing. So a designer could make up vector graphics in say illistrator and save a xaml. Then you can load/copy/paste into your application.
The beauty of WPF is it caters for both types of people in a seamless way!
Maybe I'm just too old school, but drop the stupid xaml tags and I'll look into using it, I don't like it how MS is trying to bridge the gap between the web and desktop apps, it's just too big of a gap.
-
May 31st, 2009, 01:05 PM
#18
Frenzied Member
Re: does anyone find vb.net to be worse then
I like Xaml, it breaks the UI away from the business logic and forces you to think of the form as nothing more than a medium to display data.
I also think they have bridged the gap quite nicely. For the first time ever you can take someones amazing adobe illustrator made control skins and incorporate them into your application correctly.
Also since controls are look less they have been designed to be modified not hacked as in .NET winform controls and don't tell me that you would rather work with Rich Text Format over Xaml!
-
May 31st, 2009, 02:07 PM
#19
Fanatic Member
Re: does anyone find vb.net to be worse then
I would rather work with Rich Text Format over Xaml. You told us not to tell you so I thought that I should. In reality I don't know what you're talking about. I have a few million things to learn about a few million different things.
 Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.
"Persistence is the magic of success." Paramahansa Yogananda
-
May 31st, 2009, 08:20 PM
#20
Frenzied Member
Re: does anyone find vb.net to be worse then
But sure that will never change, no matter how much you know you will always be behind.
-
Jun 1st, 2009, 02:15 PM
#21
Re: does anyone find vb.net to be worse then
I'm also one who hates the tag-nature of XAML. I go cross-eyed looking at a page full of <blah><foo><bar></blah><ugh><make><it><stop>
I'd use the thing if they formatted it like C or VB. Also WPF just seems like it takes me three times as long to make a simple interface. I've tried a dozen times now to start a moderate-WPF app only to ditch it after a week because I couldn't get the controls to do the simple things WinForm controls were capable of without major XAML manipulation.
-
Jun 1st, 2009, 02:28 PM
#22
Re: does anyone find vb.net to be worse then
WPF in general I like.... but it's got a sharp learning curve.... but I could do w/o the XAML
The problem is that people like us weren't the target for XAML .... designers are... The idea is that by using a XAML front-end, you can have a single front end that runs both in the browser and desktop, looks the same in both, and all you have to change is the deployment method. Companies (allegedly) are using more and more "weby" designers to create their interfaces (I'd like to know who these companies are, I have yet to meet one) but designers aren't programmers, and so by severing the link between the UI and everythign else, the developer doesn't need to know how the data is going to be displayed... jsut needs to be served up. Meanwhile, the designer doesn't need to know where the data is comming form or how it got there.... just that it needs to look like "this".... Supposedly it's supposed to make changes easier too.... meh... some aspects of it I like.... others I'm not so keen on.... I'm not sure it's something that's ready for an enterprise-level mission-critical app....
-tg
-
Jun 9th, 2009, 06:04 AM
#23
Frenzied Member
Re: does anyone find vb.net to be worse then
I don't know about that, Billie Hollis seems to be using it for his applications, I think it just takes a bit more work on our part but the rewards are justified!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|