473,394 Members | 1,840 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Sample Code - VB or C#?

I need to provide a series of demos for an assembly. There are potentialy
several dozen of them. None of them are very complex, however maintaining two
versions of them will be very maintainance intensive.

Some of the very basic ones I have provided in both C# and VB. However moving
forward, time just does not permit. So I have to choose - C# or VB? For me,
it does not really matter. I am comfortable in either one.

If I choose C#, this will alienate VB users. My feeling is that more C# users
can read VB code easily than VB users can easily read C# code.

However if I choose VB, I might alienate C# users. My feeling here is that C#
users generally can read VB, but hold a general disdain for it and feel
somewhat slighted if they have to read VB and no C# is available.

I would like to equally include both communities with a preference to neither
one.

Comments? Suggestions? Corrections?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #1
30 1785
Cor
Hi Kudzu,

My expirience in this newsgroup is different than you say.

It should be, but it is not.

When I contribute samples in another more general newsgroup for Adonet and I
do it in VB than I recognize that C# users often do not understand that is
almost exactly the same.
(I try to put in those samples as less declaration and casting as posible
and than mostly the only extra difference is the ";" the () and [] )

The same expirience I have here in this newstgroup with VB users about C#
when Herfried supports a link to a C# sample.

I hope this helps you?

Cor
Nov 20 '05 #2
"Cor" <no*@non.com> wrote in news:us**************@TK2MSFTNGP10.phx.gbl:
When I contribute samples in another more general newsgroup for Adonet
and I do it in VB than I recognize that C# users often do not understand
that is almost exactly the same.
What kind of reactions do you get from C# users though?
The same expirience I have here in this newstgroup with VB users about
C# when Herfried supports a link to a C# sample.
What kind of reaction do VB developers have when people post C# code here?
I hope this helps you?


Kind of - Im not sure what the reactions of your users were. :)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #3
Chad,

* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
I need to provide a series of demos for an assembly. There are potentialy
several dozen of them. None of them are very complex, however maintaining two
versions of them will be very maintainance intensive.

Some of the very basic ones I have provided in both C# and VB. However moving
forward, time just does not permit. So I have to choose - C# or VB? For me,
it does not really matter. I am comfortable in either one.

If I choose C#, this will alienate VB users. My feeling is that more C# users
can read VB code easily than VB users can easily read C# code.
I don't think so. I often read in C# groups and C#ies more often don't
/want/ to read VB.NET code ("bah, it's BASIC") while VB.NET programmers
more often will read C# code in order to solve a problem.
However if I choose VB, I might alienate C# users. My feeling here is that C#
users generally can read VB, but hold a general disdain for it and feel
somewhat slighted if they have to read VB and no C# is available.

I would like to equally include both communities with a preference to neither
one.

Comments? Suggestions? Corrections?


Look for a coworker who will help you to provide the samples in both
programming languages.

:-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
Cor
Hi Kudzu,

I think the answer is already given by Herfried, I think I had written the
same on this answer.

But feel free to ask you know?

Cor
Nov 20 '05 #5
Chad,
I would not worry about alienating one group over the other personally per
se.
Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one. Why not choose both?

Do the simply ones in both as you said, and then do some advanced ones in C#
& some advanced ones in VB.NET, with a more or less equal representation?

Another alternative, what is the language of the assembly itself? Favor that
language?

Hope this helps
Jay

"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn*****************@127.0.0.1... I need to provide a series of demos for an assembly. There are potentialy
several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance intensive.

Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one.

If I choose C#, this will alienate VB users. My feeling is that more C# users can read VB code easily than VB users can easily read C# code.

However if I choose VB, I might alienate C# users. My feeling here is that C# users generally can read VB, but hold a general disdain for it and feel
somewhat slighted if they have to read VB and no C# is available.

I would like to equally include both communities with a preference to neither one.

Comments? Suggestions? Corrections?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #6
Herfried,
I don't think so. I often read in C# groups and C#ies more often don't
/want/ to read VB.NET code ("bah, it's BASIC") while VB.NET programmers
more often will read C# code in order to solve a problem.
That's where I will use "Here's a VB.NET sample, if you need help converting
let me know" ;-)

If the sample is not simply enough to be quickly converted.

Then again I am a firm believer in you should be able to READ & both
languages.

Jay

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:eb**************@TK2MSFTNGP09.phx.gbl... Chad,

* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
I need to provide a series of demos for an assembly. There are potentialy several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance intensive.

Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one.

If I choose C#, this will alienate VB users. My feeling is that more C# users can read VB code easily than VB users can easily read C# code.


I don't think so. I often read in C# groups and C#ies more often don't
/want/ to read VB.NET code ("bah, it's BASIC") while VB.NET programmers
more often will read C# code in order to solve a problem.
However if I choose VB, I might alienate C# users. My feeling here is that C# users generally can read VB, but hold a general disdain for it and feel
somewhat slighted if they have to read VB and no C# is available.

I would like to equally include both communities with a preference to neither one.

Comments? Suggestions? Corrections?


Look for a coworker who will help you to provide the samples in both
programming languages.

:-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #7
hi***************@gmx.at (Herfried K. Wagner [MVP]) wrote in
news:eb**************@TK2MSFTNGP09.phx.gbl:
I don't think so. I often read in C# groups and C#ies more often don't
/want/ to read VB.NET code ("bah, it's BASIC") while VB.NET programmers
Yes, that the problem. C#ites dont want to read VB code. :) Either way I wil
alienate some, but which one will be "offended" less? :)
Look for a coworker who will help you to provide the samples in both
programming languages.


Its a matter of time - we already have 12 people, and enough work schedule to
fill all their time for a LONG time to come. :)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #8
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in
news:e9**************@tk2msftngp13.phx.gbl:
Do the simply ones in both as you said, and then do some advanced ones
in C# & some advanced ones in VB.NET, with a more or less equal
representation?
Possible, but Id prefer to be consistent. Im leaning towards C#, with some VB
ports where time permits.
Another alternative, what is the language of the assembly itself? Favor
that language?


Delphi. :)

I already have sample code for all of that.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #9
Cor
Hi Chad,

I should advice you to think about to write it in the language which is in
your idea the farest from Delphi
Delphi. :)


This sounds strange, but mostly people start to copy as much as possible
from the old language and bringing than aspects in the samples which are
from the previous language.

You see it still in some of the VB.net samples on MSDN (although it becomes
better and better) those look sometimes as just rewritten C++ samples. A
language has also an own style in describing things and I think that is also
important.

Cor
Nov 20 '05 #10
"Cor" <no*@non.com> wrote in news:ea**************@TK2MSFTNGP11.phx.gbl:
This sounds strange, but mostly people start to copy as much as possible
from the old language and bringing than aspects in the samples which are
from the previous language.


Ive done a lot of C++ as well as VB, so that wont be a big problem.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #11
Chad,

* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
I don't think so. I often read in C# groups and C#ies more often don't
/want/ to read VB.NET code ("bah, it's BASIC") while VB.NET programmers


Yes, that the problem. C#ites dont want to read VB code. :) Either way I wil
alienate some, but which one will be "offended" less? :)


If you ask this question in a VB.NET group, you'll get the answer that
you should write the samples in VB.NET. In the C# group people will
tell you that they would prefer samples written in C#. It's a very hard
decision.
Look for a coworker who will help you to provide the samples in both
programming languages.


Its a matter of time - we already have 12 people, and enough work schedule to
fill all their time for a LONG time to come. :)


Mhm...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #12
* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
Another alternative, what is the language of the assembly itself? Favor
that language?


Delphi. :)


Delphi .NET?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #13
hi***************@gmx.at (Herfried K. Wagner [MVP]) wrote in
news:#v**************@TK2MSFTNGP10.phx.gbl:
If you ask this question in a VB.NET group, you'll get the answer that
you should write the samples in VB.NET. In the C# group people will
Ive asked on both groups, and not as a cross post so I dont start a flame
war.
tell you that they would prefer samples written in C#. It's a very hard
decision.


Yes of course. But I can measure the reactions of each group relating to
disgust of reading the other language. :)

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #14
hi***************@gmx.at (Herfried K. Wagner [MVP]) wrote in
news:OR**************@TK2MSFTNGP12.phx.gbl:
Delphi .NET?


Yes of course. Delphi 8. Its actually code that compiles in Delphi.Net as
well as Delphi 5-7, Kylix (Linux), and C++ Builder 5-6.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #15
Chad,

* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
If you ask this question in a VB.NET group, you'll get the answer that
you should write the samples in VB.NET. In the C# group people will


Ive asked on both groups, and not as a cross post so I dont start a flame
war.


Very clever...
tell you that they would prefer samples written in C#. It's a very hard
decision.


Yes of course. But I can measure the reactions of each group relating to
disgust of reading the other language. :)


Would be interesting if you let us know about your final decision!

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #16
* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
Delphi .NET?


Yes of course. Delphi 8. Its actually code that compiles in Delphi.Net as
well as Delphi 5-7, Kylix (Linux), and C++ Builder 5-6.


I wonder that there are any people using Delphi for .NET development...

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #17
Maybe this helps you: from my own experience, I switched from C# to
Visual Basic.NET a couple of weeks ago (a mixture of curiosity and
looking back to the old VB3 days). There were many new things I learned
what this new BASIC dialect can do and also knowing C# I'm not so sure
if someone one familiar with the sharp language can read VB.NET
instantly. Depends on the complexity, I guess - but some things
(modules, with, chr, ctype) could make the understanding harder. If it's
only .NET Framework API calls then I guess you're fine with any
language. On the other hand VB.NET programmers probably will choke on
expressions like "while (null != (test = (obj = new
Foo()).Items[nI++]));" . Tough question indeed...

-markus

"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn*****************@127.0.0.1...
I need to provide a series of demos for an assembly. There are potentialy several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance intensive.

Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one.

If I choose C#, this will alienate VB users. My feeling is that more C# users can read VB code easily than VB users can easily read C# code.

However if I choose VB, I might alienate C# users. My feeling here is that C# users generally can read VB, but hold a general disdain for it and feel somewhat slighted if they have to read VB and no C# is available.

I would like to equally include both communities with a preference to neither one.

Comments? Suggestions? Corrections?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com



Nov 20 '05 #18
hi***************@gmx.at (Herfried K. Wagner [MVP]) wrote in news:OLbj
$d**********@TK2MSFTNGP12.phx.gbl:
I wonder that there are any people using Delphi for .NET development...


Plenty. Without starting a flamewar - Delphi.net does not require a near
rewrite of your existing code like VB.net and C# users have had to do.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #19
"Markus Hahn" <ma*********@gmx.net> wrote in news:c1USb.4915$F23.395
@newsread2.news.pas.earthlink.net:
language. On the other hand VB.NET programmers probably will choke on
expressions like "while (null != (test = (obj = new
Foo()).Items[nI++]));" . Tough question indeed...


I'll be sure to not include anything cryptic - but there are uses of using.
Like this:

using (FileStream LOutput = new FileStream(@"c:\temp\test.txt",
FileMode.Create))
{
.....
}

Should most VB'ers be able to understand this?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #20
hi***************@gmx.at (Herfried K. Wagner [MVP]) wrote in news:O#
3M************@TK2MSFTNGP09.phx.gbl:
Yes of course. But I can measure the reactions of each group relating to
disgust of reading the other language. :)


Would be interesting if you let us know about your final decision!


Gladly. Here is what I have put into the documentation regarding sample code.

Examples

Providing all examples in all languages creates a maintenance nightmare and
detracts from time that would otherwise be dedicated to content. While Indy
supports Delphi, C++, C#, Visual Basic and J#, example code will be provided
as follows:

C# and Delphi - All sample code is provided in both C# and Delphi.
Visual Basic - Limited sample code is provided in Visual Basic. When Visual
Basic code is not available, the C# source should be referred to.
J# - No J# examples are provided. J# developers should refer to the C# code.
C++ - No sample code is provided in C++. C++ Builder developers should refer
to the Delphi code.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #21
Chad,

* "Chad Z. Hower aka Kudzu" <cp**@hower.org> scripsit:
I wonder that there are any people using Delphi for .NET development...


Plenty. Without starting a flamewar - Delphi.net does not require a near
rewrite of your existing code like VB.net and C# users have had to do.


That's indeed a very big advantage...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #22
* "Markus Hahn" <ma*********@gmx.net> scripsit:
language. On the other hand VB.NET programmers probably will choke on
expressions like "while (null != (test = (obj = new
Foo()).Items[nI++]));" . Tough question indeed...


'for' has a different (misleading) meaning in C#.

'using' doesn't exist in VB.NET (at the moment).

Indexers are different in VB.NET and C#.

Calling the base class's ctor is different.

'continue' doesn't exist in VB.NET at the moment (this will make
conversion C# -> VB.NET harder).

The event model is different.

....

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #23
Hey Chad,

So, another Delphi guy makes the switch ;-) I used to help run the Toronto
Delphi User Group, I've attended a couple of your talks.

Anyway, from what I've seen developers are starting to realize that it's the
framework that matters, not the syntax you use to make calls to it. There
are three .NET groups in or near Toronto and speakers use whatever language
they are comfortable with when they present. I run the local VB group and
we've had afew presenters show C# sample code. I've done a few talks at the
Delphi group using VB.NET, C# with VS, C# with C# Builder and Delphi for
..NET and the message about the technology still gets across. It'll take a
while longer before you won't get any complaints but it won't be that long.

I think the main reason people want to see code in the language they use is
so when they download your samples after the presentation they can cut and
paste instead of translate.

Just my $0.02 CAN.

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada

"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn*****************@127.0.0.1...
I need to provide a series of demos for an assembly. There are potentialy
several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance intensive.

Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one.

If I choose C#, this will alienate VB users. My feeling is that more C# users can read VB code easily than VB users can easily read C# code.

However if I choose VB, I might alienate C# users. My feeling here is that C# users generally can read VB, but hold a general disdain for it and feel
somewhat slighted if they have to read VB and no C# is available.

I would like to equally include both communities with a preference to neither one.

Comments? Suggestions? Corrections?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #24
"Rob Windsor [MVP]" <rw******@NO.MORE.SPAM.bigfoot.com> wrote in
news:#l**************@tk2msftngp13.phx.gbl:
So, another Delphi guy makes the switch ;-) I used to help run the
I wouldnt call it a switch. :)

Im still using Delphi a LOT. I just have to show C# and VB users how to use
assemblies produced in Delphi.
Toronto Delphi User Group, I've attended a couple of your talks.
Great. :)
language they are comfortable with when they present. I run the local VB
group and we've had afew presenters show C# sample code. I've done a few
talks at the Delphi group using VB.NET, C# with VS, C# with C# Builder


Great. But C# programmers still look down on VB - and probably will for a
long time. Many of them are prior C++ developers.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #25
Chad,
Possible, but Id prefer to be consistent. Im leaning towards C#, with some VB ports where time permits. Samples in both is consistent in my book! Favoring one over the other is
inconsistent in my book!

Look at how MSDN does it, they provide samples in C#, VB.NET, Managed C++
and J#.

Any less would really be a disservice to your potential customers!

Consider the word Compromise!

As you have suggested. If you do only C#, I suspect you will alienate VB.NET
programmers, if you do only VB.NET you will alienate C# programmers, seeing
as complete examples in both may not be doable by yourself, I am suggesting
some of each to minimize alienating C# or VB.NET developers. Of course then
you risk alienating J# & Managed C++ developers.

A fair compromise is an equal number of samples in each, if complete samples
in both are not readily doable.

Hope this helps
Jay


"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn******************@127.0.0.1... "Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in
news:e9**************@tk2msftngp13.phx.gbl:
Do the simply ones in both as you said, and then do some advanced ones
in C# & some advanced ones in VB.NET, with a more or less equal
representation?
Possible, but Id prefer to be consistent. Im leaning towards C#, with some

VB ports where time permits.
Another alternative, what is the language of the assembly itself? Favor
that language?


Delphi. :)

I already have sample code for all of that.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #26
Cor
Hi Rob,

Same as I alway say the languages are only the glue.

Cor
Anyway, from what I've seen developers are starting to realize that it's the framework that matters, not the syntax you use to make calls to it.

Nov 20 '05 #27
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in
news:ut**************@TK2MSFTNGP11.phx.gbl:
Look at how MSDN does it, they provide samples in C#, VB.NET, Managed
C++ and J#.

Any less would really be a disservice to your potential customers!
If there were only enough hours in day...

Microsoft has what thousands, if not tens of thousands of people?
VB.NET developers. Of course then you risk alienating J# & Managed C++
developers.


Im not very concerned about them because:

a) J# is a joke and there are very few people actually using it. Those that
are are plenty used to reading C#.

b) Managed C++ - Arent a whole lot of them either. Most of them are C++
diehards who are just resisting the move to C#. They are used to reading C#
too.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #28
Chad,
Microsoft has what thousands, if not tens of thousands of people? Is your project is the same scope as .NET? Are you implying that you would
need thousands of people to create samples for your project? If you do, then
that is all the more reason to do the samples in every language!

However I get the impression you are missing the point I am trying to make.

If you need 6 examples, do 6 examples: 3 in C# and 3 in VB.NET. Surely you
can handle doing 3 in each.

There is no need for a response. As I am dropping out of this discussion.

Note have you considered asking developers in these newsgroups to help
create examples, rather then "alienating" them by suggesting you can only
create samples in a single language?

Again good luck, I'm out of this discussion.

Hope this helps
Jay

"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn******************@127.0.0.1... "Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in
news:ut**************@TK2MSFTNGP11.phx.gbl:
Look at how MSDN does it, they provide samples in C#, VB.NET, Managed
C++ and J#.

Any less would really be a disservice to your potential customers!
If there were only enough hours in day...

Microsoft has what thousands, if not tens of thousands of people?
VB.NET developers. Of course then you risk alienating J# & Managed C++
developers.


Im not very concerned about them because:

a) J# is a joke and there are very few people actually using it. Those

that are are plenty used to reading C#.

b) Managed C++ - Arent a whole lot of them either. Most of them are C++
diehards who are just resisting the move to C#. They are used to reading C# too.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #29
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in
news:#I**************@TK2MSFTNGP10.phx.gbl:
If you need 6 examples, do 6 examples: 3 in C# and 3 in VB.NET. Surely
you can handle doing 3 in each.
We are going to do some in VB, and some ports. But the majority will be C#.
The samples are quite varied in purpose.
Note have you considered asking developers in these newsgroups to help
create examples, rather then "alienating" them by suggesting you can
only create samples in a single language?


Kind of - for the Indy demos yes, we have created a team. However these
samples are for a semi-commercial purpose and I doubt users would want to
work for free for that. :)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #30
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in
news:#I**************@TK2MSFTNGP10.phx.gbl:
If you need 6 examples, do 6 examples: 3 in C# and 3 in VB.NET. Surely
you can handle doing 3 in each.
We are going to do some in VB, and some ports. But the majority will be C#.
The samples are quite varied in purpose.
Note have you considered asking developers in these newsgroups to help
create examples, rather then "alienating" them by suggesting you can
only create samples in a single language?


Kind of - for the Indy demos yes, we have created a team. However these
samples are for a semi-commercial purpose and I doubt users would want to
work for free for that. :)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 20 '05 #31

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

Similar topics

5
by: Alexandre | last post by:
Hi, Im a newb to dev and python... my first sefl assigned mission was to read a pickled file containing a list with DB like data and convert this to MySQL... So i wrote my first module which...
6
by: Daniel Rimmelzwaan | last post by:
I want to send a biztalk document to an aspx page, and I need to see some sample code, because I just can't make it work. I have a port with transport type HTTP, pointing to my aspx page, something...
5
by: | last post by:
Trying to learn about manipulating collections of objects, and populating these objects dynamically from datasources. Could someone post a code sample that shows the following: Instantiating a...
2
by: mirandacascade | last post by:
Situation is this: 1) must write application that does the following: a) creates an xml document, the contents of which, is a request transaction b) send xml document to destination; I am...
4
by: Henry | last post by:
Does anybody have a real-world sample of buiding a treeview control using data from database tables? All the sample code I have found either builds the treeview manually or uses a file directory...
5
by: Will | last post by:
- I know enough ASP and Access to be dangerous :) - I need to put up a data base on our web server with 3 related tables. - They will be accessed by a limited number of people. - Each user will...
5
by: Otto Wyss | last post by:
I've now been looking for a week for a simple but useful sample on how to get a list of entries (persons) via an XMLHttpRequest using Json/PHP on the server. So far I've found about a thousend...
69
by: raylopez99 | last post by:
They usually don't teach you in most textbooks I've seen that delegates can be used to call class methods from classes that are 'unaware' of the delegate, so long as the class has the same...
6
by: WT | last post by:
Hello, Using url rewritting and ajax.net, I tried to circumvent some potential problems with postback url using a code from a sample given by Scott. The idea is to use a control Adapter on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.