473,657 Members | 2,953 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is microsoft awaring VB.Net too hard to maintain?

It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?

Jul 4 '06 #1
32 1303
Mentochan,

I assume that VB Net is more OOP than C++ and C#. As I read these newsgroups
than VB Net programmers become at a certain moment more converming the
rules, while for C++ and C# programmers probably old C rules are for them as
well OOP.

However it is as well usable while ignoring that.
(There are 6 million programmers probably converting you know, a little bit
more than with other languages).

Cor

<me*******@gmai l.comschreef in bericht
news:11******** **************@ 75g2000cwc.goog legroups.com...
It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?

Jul 4 '06 #2
<me*******@gmai l.comschrieb:
It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?
No, because it's not true...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Jul 4 '06 #3
Thanks Cor, thanks Herfried.

Nice to hear that :)

Jul 4 '06 #4
I've just seen personal opinions such as :

"There is no need for another language and developing VB.NET took resources
away from developing the framework. The framework library shows signs of
poor design and cut corners and I think that if Microsoft hadn't diverted
its resources towards VB.NET then the framework library would have been much
better."

(quoted from http://www.grimes.demon.co.uk/dotnet/vbpetition.htm)

I wouldn't worry much about this...

--
Patrice

<me*******@gmai l.coma écrit dans le message de news:
11************* *********@75g20 00...legro ups.com...
It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?

Jul 4 '06 #5
I suspect that with 30 billion in cash even after the 3 dlr per share special
dividend and earnings increasing 10 to 15% each year that M'soft has the
resources to develop both VB.Net and FrameWork.
--
Dennis in Houston
"Patrice" wrote:
I've just seen personal opinions such as :

"There is no need for another language and developing VB.NET took resources
away from developing the framework. The framework library shows signs of
poor design and cut corners and I think that if Microsoft hadn't diverted
its resources towards VB.NET then the framework library would have been much
better."

(quoted from http://www.grimes.demon.co.uk/dotnet/vbpetition.htm)

I wouldn't worry much about this...

--
Patrice

<me*******@gmai l.coma écrit dans le message de news:
11************* *********@75g20 00...legro ups.com...
It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?


Jul 4 '06 #6
"Patrice" <sc****@chez.co mschrieb:
I've just seen personal opinions such as :

"There is no need for another language and developing VB.NET took
resources away from developing the framework. The framework library shows
signs of poor design and cut corners and I think that if Microsoft hadn't
diverted its resources towards VB.NET then the framework library would
have been much better."

(quoted from http://www.grimes.demon.co.uk/dotnet/vbpetition.htm)
Microsoft doesn't sell the .NET Framework, it sells IDEs. I doubt that many
former VB6 users would have migrated to a Microsoft IDE at all if there was
not VB.NET.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 4 '06 #7
Why then is most of the sample code I find on the Internet written in
C#? I've found that some things done in C# can't be done in VB. I will
continue using VB nonetheless.
On Tue, 4 Jul 2006 09:09:19 +0200, "Cor Ligthert [MVP]"
<no************ @planet.nlwrote :
>Mentochan,

I assume that VB Net is more OOP than C++ and C#. As I read these newsgroups
than VB Net programmers become at a certain moment more converming the
rules, while for C++ and C# programmers probably old C rules are for them as
well OOP.

However it is as well usable while ignoring that.
(There are 6 million programmers probably converting you know, a little bit
more than with other languages).

Cor

<me*******@gma il.comschreef in bericht
news:11******* *************** @75g2000cwc.goo glegroups.com.. .
>It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?
Jul 4 '06 #8
Kevin,
Why then is most of the sample code I find on the Internet written in
C#? I've found that some things done in C# can't be done in VB. I will
continue using VB nonetheless.
I think that you have to wait until those 6 million are over.

There is very few to what you can do more in C# than in VB.Net (unsafe
code).

For the rest I am curious what you have found what can be done in C# 2005
more than in VB.Net.

The same is for C# which can almost completely use the Visual Basic
namespace.

However I real C# programmer would not do that, I think something the same
as a real Englishman would not drink Dutch or Belgium beer some decenia ago.

:-)

Cor
>
On Tue, 4 Jul 2006 09:09:19 +0200, "Cor Ligthert [MVP]"
<no************ @planet.nlwrote :
>>Mentochan,

I assume that VB Net is more OOP than C++ and C#. As I read these
newsgroups
than VB Net programmers become at a certain moment more converming the
rules, while for C++ and C# programmers probably old C rules are for them
as
well OOP.

However it is as well usable while ignoring that.
(There are 6 million programmers probably converting you know, a little
bit
more than with other languages).

Cor

<me*******@gm ail.comschreef in bericht
news:11****** *************** *@75g2000cwc.go oglegroups.com. ..
>>It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?

Jul 4 '06 #9
I'm just now making the switch from VB6 to VB2005, so I haven't had a
lot of experience with it. I've found one thing so far when trying to
create a custom class from a Combobox. I found sample code on both and
tried making the methods and properties I wanted from between the two.
In C# you can create a ReadOnly property for a Combobox while VB won't
let you use the Keyword.

I never had Dutch beer. Is it better than American beer?
On Tue, 4 Jul 2006 21:55:47 +0200, "Cor Ligthert [MVP]"
<no************ @planet.nlwrote :
>Kevin,
>Why then is most of the sample code I find on the Internet written in
C#? I've found that some things done in C# can't be done in VB. I will
continue using VB nonetheless.
I think that you have to wait until those 6 million are over.

There is very few to what you can do more in C# than in VB.Net (unsafe
code).

For the rest I am curious what you have found what can be done in C# 2005
more than in VB.Net.

The same is for C# which can almost completely use the Visual Basic
namespace.

However I real C# programmer would not do that, I think something the same
as a real Englishman would not drink Dutch or Belgium beer some decenia ago.

:-)

Cor
>>
On Tue, 4 Jul 2006 09:09:19 +0200, "Cor Ligthert [MVP]"
<no*********** *@planet.nlwrot e:
>>>Mentochan,

I assume that VB Net is more OOP than C++ and C#. As I read these
newsgroups
than VB Net programmers become at a certain moment more converming the
rules, while for C++ and C# programmers probably old C rules are for them
as
well OOP.

However it is as well usable while ignoring that.
(There are 6 million programmers probably converting you know, a little
bit
more than with other languages).

Cor

<me*******@g mail.comschreef in bericht
news:11***** *************** **@75g2000cwc.g ooglegroups.com ...
It was heard that VB is not fitful for OO programming, and MS is
falling into a hardtime to maintain such product. I myself don't think
it's true.
Is there any articles talk about this?

Jul 4 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
4194
by: Karl Irvin | last post by:
To use the Textstream object, I had to set a Reference to the Microsoft Scripting Runtime. This works good with A2000 Is the Scripting Runtime included with A2002 and A2003 so the Reference won't be broken when my app is opened with those versions. Also is the Scripting Runtime included as part of the A2000 Runtime Engine which some of my customers use.
1
2256
by: Miguel Dias Moura | last post by:
Hello, I created a page with one form and 10 Input Text fields. The Form data is added to an Access Database when "OK" button is pressed. One of the Form's Input Text has more than one line. The user uses this to write its Curriculum Vitae. The Curriculum Vitae is inserted in the MEMO type "CV" field.
182
7491
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
16
9952
by: Blue Apricot | last post by:
X-No-Archive How long will Classic ASP be supported by Microsoft? Should I start learning ASP.NET? Is it hard if you already know ASP? Blue Apricot
8
1459
by: chrisdev3 | last post by:
Hi, Has anybody heard whether Microsoft is going to exclude MS Access from next office versions installations ? I heard some rumors and wanted to confirm. Thanks a lot.
0
8718
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8499
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8601
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7314
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5630
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.