473,398 Members | 2,113 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,398 software developers and data experts.

C# vs VB.Net

Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET? Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny
Oct 3 '06 #1
15 2373
Manny,
It's not necessarily technology that drives language choices, or
even the language wars, it's culture. There are certain languages that are
taught in the academic world. Usually, they are C-like lanaguages such as
Pascal, C, C++, Java and a few others. There are also scientific and
engineering languages such as Fortran, and special niche languages such as
Prolog (very good for artificial intelligence). Visual Basic was one of
those languages that never really entered into the academic world, at least
when it came to the formal computer sciences. VB has been a favorite of the
MIS group, which you could think of as business programmers. They sit
somewhere between a business degree and a computer science degree. The
formal students of computer sciences tend to scoff at them, and thus by
association, their chosen tools. So you end up seeing C-like languages a lot
more for "tougher" problems, even though VB can be used to solve them just
as well, simply because a lot of people think of them more as the big guns.

C# has some great features, and from what I understand a lot of
things in the .Net Framework such as ASP.Net were written in it. VB has some
great features as well and is maturing nicely (well, not everyone would
agree). If you can do the same thing that you could do in C#, but slightly
faster in VB.Net then why not use VB? It comes down to comfort and skill. If
you're skilled and comfortable in one language, it doesn't matter how
powerful the other language is as it will take you longer to work with
something you're not as skilled in even if that language could let you do a
tad more.

--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny

Oct 3 '06 #2
Is there any hidden secret about C#?

yes, it suffers from java envy
Oct 3 '06 #3
There is no hidden secret.
It simply caught more momentum because it was the hot "new" language, while
VB.NET was more of an upgrade.
Neither language has any major advantage over the other. Overall their
minor differences wash out.
Personally I prefer VB.NET on my own projects because of a friendlier
development experience, however I don't cringe when I go to work on C#
projects because C# has some nice little unique features to that make up for
some of the friendlier VB-style features it lacks.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny

Oct 3 '06 #4
VB & C# are the same. Most Java programmers feel more at home with C#
because the syntax is similar.

The main reason that most Java programmers are moving to C# is because
of the poor performance of the Java language/runtime files. It was
invented to "run anywhere" - but it "runs anywhere slowly".

VB & C# both compile to the same code, so run equaly faster - and
infinatly faster than Java ! Good luck with your choice.

Cheers
The Grand Master
Steve C. Orr [MVP, MCSD] wrote:
There is no hidden secret.
It simply caught more momentum because it was the hot "new" language, while
VB.NET was more of an upgrade.
Neither language has any major advantage over the other. Overall their
minor differences wash out.
Personally I prefer VB.NET on my own projects because of a friendlier
development experience, however I don't cringe when I go to work on C#
projects because C# has some nice little unique features to that make up for
some of the friendlier VB-style features it lacks.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny
Oct 3 '06 #5
Manny

Both languages are now very similar, with very little to choose between
them other than the obvious syntactic differences. C# is often
perceived as being more difficult and functional, whereas this isn't
really the case.

It really comes down to personal preference, if you have a VB
background then you'll find VB.NET more familiar, but if you come from
Java/C/Perl then you'll feel more at home with C#. If you're new to
programming then go with C# because there are more jobs with higher
salaries.

Once you've learnt the fundamentals of C# or VB.NET, it's not too
difficult to pick up the other language. The biggest challenge is
learning the .NET Framework, which is the same regardless of language.

Chris

Manny Chohan wrote:
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET? Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny
Oct 3 '06 #6
Manny

Both languages are now very similar, with very little to choose between
them other than the obvious syntactic differences. C# is often
perceived as being more difficult and functional, whereas this isn't
really the case.

It really comes down to personal preference, if you have a VB
background then you'll find VB.NET more familiar, but if you come from
Java/C/Perl then you'll feel more at home with C#. If you're new to
programming then go with C# because there are more jobs with higher
salaries.

Once you've learnt the fundamentals of C# or VB.NET, it's not too
difficult to pick up the other language. The biggest challenge is
learning the .NET Framework, which is the same regardless of language.

Chris

Manny Chohan wrote:
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET? Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny
Oct 3 '06 #7
Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?
No. Nobody can tell you, but you can start a useless debate all over again,
which happens about once a week on this forum, and others.

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

A watched clock never boils.

"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny

Oct 3 '06 #8
Thanks a lot guys......

"Chris Fulstow" wrote:
Manny

Both languages are now very similar, with very little to choose between
them other than the obvious syntactic differences. C# is often
perceived as being more difficult and functional, whereas this isn't
really the case.

It really comes down to personal preference, if you have a VB
background then you'll find VB.NET more familiar, but if you come from
Java/C/Perl then you'll feel more at home with C#. If you're new to
programming then go with C# because there are more jobs with higher
salaries.

Once you've learnt the fundamentals of C# or VB.NET, it's not too
difficult to pick up the other language. The biggest challenge is
learning the .NET Framework, which is the same regardless of language.

Chris

Manny Chohan wrote:
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET? Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny

Oct 3 '06 #9
Here is my list:

1. C# is more concise
2. C# has more refactoring support in Visual Studio
3. C# allows you to have unsafe code blocks (not used often, but a nice
feature)
4. C# has no training wheels that add weight (compatibility namespace
primarily in VB.NET)
5. C# forces you to make the paradigm shift from classic VB to .NET, as you
no longer attempt old syntax

I am currently doing some work in VB.NET. I occasionally run into problems
and then I code in C# and reverse engineer with reflector.

As for "why is C# more popular"? It is most likely because it is new. If we
are searching for a panacea, new is better, right?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny

Oct 3 '06 #10
Not a hidden secret - it's wide open, and that is that most computer
science people were brought up on C and Java. There were significant
differences between earlier versions of VB and C++, but those have
diminished since VB has matured and C# has implemented garbage
collection and the like.

90% of what you do in a .NET project uses the .NET CLR, and 90% of the
code should be verbatem identical between a VB.NET and C# project.

So, if you're a good VB.NET programmer, spend a couple weeks
translating some of your VB code to C# and then go ahead and apply for
that C# job and tell them exactly what you did. If they don't want you
based on that, you don't want to be working for them.
Manny Chohan wrote:
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET? Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny
Oct 3 '06 #11

You can read this article about the "culture"

http://www.codeproject.com/dotnet/CSharpVersusVB.asp
I think the java thing as been mentioned. Take for instance a college like
North Carolina State University.
CSC (Computer Science) students code in java for most classes.
If a student wants to jump into the Microsoft world, they're going for C#,
and never Vb.Net.

My experience is that a developer who starts in c#, seldom moves to VB.NET.
A developer who starts in vb.net, and goes to c#, doesn't look back.

Those are my observations. They're not a macroview, just what I've seen.
Now, from someone who has coded in both. Here is my list:
Here is my concrete list of differences. When someone says "There are not
differences", you need to ask if they've actually coded in both for an
extended time.
Here is my list. My company was solely a VB.Net shop, and this is the list
used to show some differences.
Here is as concrete as I could get, with no commentary.
This way my best attempt. If there are workarounds, please politely list
them.
I'm not trying to start an old and dead horse war, just listing what
concrete items I have found.

*** This is a 1.1 list ***. Some may or may not apply in 2.0.
VB.NET has no "using" directive.
VB.NET does not do automatic namespacing. Whenever you put in a new folder
and/or class, C# puts in "namespace MyCompany.Technology.Args" for you.
In VB.NET you have to ~remember to put in "namespace
MyCompany.Technology.SomethingElse". Or everything defaults to the default
namespace.
VB.NET does not provide pre-build or post-build steps.
(there is a work around available for this , one is build rules ex
http://www.gotdotnet.com/Community/U...8-f84469fc49e2
)
VB.NET has no built-in comment->documentation generator
(see previous forum post about GhostDoc)
(there is a work around available for the default c# functionality, but
there is no equivalent GhostDoc feature)
See demo at
http://channel9.msdn.com/Showpost.aspx?postid=121822
VB.NET regions are not as flexible as c# regions.
The key here is that you can place a region ~~inside a function (in C#),
thus breaking up the implementation into logical pieces.

VB.NET does not allow the application the <NonSerializedattribute to
events (you can in C# by using the Field: modifier).
As a result, there is no simple way of telling the runtime not to serialize
the event fields.
This results in serializing objects that you didn't expect, resulting in a
larger stream.
If the object handling the events is not Serializable, then the
serialization process will throw an exception.
( See http://www.codeproject.com/vb/net/se...evbclasses.asp for more info
and workaround )

VB.NET has less features with its static code analysis (as in, when you go
to Build / Build Solution).
Issues like : functions that don't return values, uninitialized variables,
unused variable declarations, etc...
Development time (in c#) is slightly decreased by finding these issues at
compile time.
VB.NET does not have ... Increments/Decrements. a++;a--;
VB.NET does not have operator overloading. C# has Operator Overloading.
(see http://www.csharphelp.com/archives/archive135.html)

VB.NET has no multiline comment syntax

VB.NET has no within-the-line comment syntax

VB.NET has no multiline string syntax

VB.NET has a limit on line continuations (I think the limit is 10?)

Oct 3 '06 #12
I have updated your list for VS 2005.

"sloan" <sl***@ipass.netwrote in message
news:OV**************@TK2MSFTNGP03.phx.gbl...
>
*** This is a 1.1 list ***. Some may or may not apply in 2.0.
VB.NET has no "using" directive.
Fixed.
>

VB.NET does not do automatic namespacing. Whenever you put in a new
folder
and/or class, C# puts in "namespace MyCompany.Technology.Args" for you.
In VB.NET you have to ~remember to put in "namespace
MyCompany.Technology.SomethingElse". Or everything defaults to the default
namespace.
True, but the VB module statement is an equivalent. In C# 2005 everything
must be in a class, but in VB 2005 you can place functions and subs in
modules and they will be global or accessable via the module name .
function/sub name.
>

VB.NET does not provide pre-build or post-build steps.
(there is a work around available for this , one is build rules ex
http://www.gotdotnet.com/Community/U...8-f84469fc49e2
)
Haven't tried, so I don't know.
>

VB.NET has no built-in comment->documentation generator
(see previous forum post about GhostDoc)
(there is a work around available for the default c# functionality, but
there is no equivalent GhostDoc feature)
See demo at
http://channel9.msdn.com/Showpost.aspx?postid=121822
Unfortunately still true as far as I can tell.
>
VB.NET regions are not as flexible as c# regions.
The key here is that you can place a region ~~inside a function (in C#),
thus breaking up the implementation into logical pieces.
VB is still missing this capability. Also, in VB 6, you could have the IDE
display only the functoin/property/sub you're working on. This would be a
nice feature to add back to the IDE.
>

VB.NET does not allow the application the <NonSerializedattribute to
events (you can in C# by using the Field: modifier).
As a result, there is no simple way of telling the runtime not to
serialize
the event fields.
This results in serializing objects that you didn't expect, resulting in a
larger stream.
If the object handling the events is not Serializable, then the
serialization process will throw an exception.
( See http://www.codeproject.com/vb/net/se...evbclasses.asp for more
info
and workaround )
Status unknown - I haven't used the serialize features of dotNET.
>

VB.NET has less features with its static code analysis (as in, when you go
to Build / Build Solution).
Issues like : functions that don't return values, uninitialized variables,
unused variable declarations, etc...
Development time (in c#) is slightly decreased by finding these issues at
compile time.
No longer true. Also, the background compiler for VB 2005 is far superior
to the one for C# 2005.
>
VB.NET does not have ... Increments/Decrements. a++;a--;
VB 2005 still doesn't have the increment/decrement operators, however, it
does have the more general += and -= operators.
>
VB.NET does not have operator overloading. C# has Operator Overloading.
(see http://www.csharphelp.com/archives/archive135.html)
VB 2005 has the same operator overloading abilities as C# 2005.
VB.NET has no multiline comment syntax

VB.NET has no within-the-line comment syntax

VB.NET has no multiline string syntax
All three of the above are still true, and all would be welcome additions..
>
VB.NET has a limit on line continuations (I think the limit is 10?)
In VB 2005, it's appears to be unlimited. I just tested 30 lines and the
documentation says a single line can be 65535 characters long and you can
create longer statements via line continuation..

In addition, VB 2005 has the following useful features:

Event Handlers added by the IDE include the clause "Handles <object.event>,
making it real easy to find orphaned event handlers.

When inheriting a class with MustOverride or Implements items (abstract in
C# terms), the IDE will automatically insert the correct prototype for you.

VB has inherited the VB6 C<typefeatures such as CInt, CLng, and has also
abstracted the System.Convert class in a single CType(object, <class>)
statement for a generalized C<typeinterface.

The My classes, which can be used in C# via a using statement, are native to
VB.

Case insensative code. Foo and foo are the same. The IDE will correct the
case for you, but the compiler won't spit out a ton of errors if you forget.

One syntactical item sorely missing is the C# yield statement. It can be
worked around, but it should have been part of the language. I'm sure there
are other features of C# that VB is missing, but I'm currently unaware of
them.

C# still tends to have higher salaries because of the stigma surrounding VB
as a "toy" language, which it definitely hasn't been since at least VB 5.

One thing MS has done really well is supporting multi-language solutions in
that each project of the solution can be written in a different language and
they will seamlessly work together. Other venders have done this, but their
solutions didn't command the market share that MS does.

Mike Ober.

Oct 4 '06 #13
Is it really necessary to rag on JAVA in a .Net forum? I use .Net
because it's what my employer pays for. I do hobbyist programming in
JAVA because it's still my favorite language.

As for speed... I've done real-time 3D rendering in JAVA. With a
decent JIT compiler and some thought as to how it's programmed (i.e.
avoiding object instantiation in inner loops that run millions of times
a second) JAVA can be quite fast. The claim that the .Net languages
are "infinatly faster" (please learn to spell, master programmer) is
ridiculous.

I use C# most of the time, VB.Net when clients insist on it. I prefer
C# because it seems less verbose, i.e. "int c;" versus "Dim c As Int"
(what is a "Dim" anyway?) but I'd agree with the majority of posters
that you can use whichever you prefer with little or no practical
difference for nearly all tasks.

--Russell

ma***************@outgun.com wrote:
VB & C# are the same. Most Java programmers feel more at home with C#
because the syntax is similar.

The main reason that most Java programmers are moving to C# is because
of the poor performance of the Java language/runtime files. It was
invented to "run anywhere" - but it "runs anywhere slowly".

VB & C# both compile to the same code, so run equaly faster - and
infinatly faster than Java ! Good luck with your choice.

Cheers
The Grand Master
Steve C. Orr [MVP, MCSD] wrote:
There is no hidden secret.
It simply caught more momentum because it was the hot "new" language, while
VB.NET was more of an upgrade.
Neither language has any major advantage over the other. Overall their
minor differences wash out.
Personally I prefer VB.NET on my own projects because of a friendlier
development experience, however I don't cringe when I go to work on C#
projects because C# has some nice little unique features to that make up for
some of the friendlier VB-style features it lacks.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,
>
Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.
>
Is there any hidden secret about C#?
>
Please let me know.
>
Thanks
>
Manny
Oct 4 '06 #14
Java's a joke, usful for applets that show images reflecting in water
and silly things like that.
Russell wrote:
Is it really necessary to rag on JAVA in a .Net forum? I use .Net
because it's what my employer pays for. I do hobbyist programming in
JAVA because it's still my favorite language.

As for speed... I've done real-time 3D rendering in JAVA. With a
decent JIT compiler and some thought as to how it's programmed (i.e.
avoiding object instantiation in inner loops that run millions of times
a second) JAVA can be quite fast. The claim that the .Net languages
are "infinatly faster" (please learn to spell, master programmer) is
ridiculous.

I use C# most of the time, VB.Net when clients insist on it. I prefer
C# because it seems less verbose, i.e. "int c;" versus "Dim c As Int"
(what is a "Dim" anyway?) but I'd agree with the majority of posters
that you can use whichever you prefer with little or no practical
difference for nearly all tasks.

--Russell

ma***************@outgun.com wrote:
VB & C# are the same. Most Java programmers feel more at home with C#
because the syntax is similar.

The main reason that most Java programmers are moving to C# is because
of the poor performance of the Java language/runtime files. It was
invented to "run anywhere" - but it "runs anywhere slowly".

VB & C# both compile to the same code, so run equaly faster - and
infinatly faster than Java ! Good luck with your choice.

Cheers
The Grand Master
Steve C. Orr [MVP, MCSD] wrote:
There is no hidden secret.
It simply caught more momentum because it was the hot "new" language, while
VB.NET was more of an upgrade.
Neither language has any major advantage over the other. Overall their
minor differences wash out.
Personally I prefer VB.NET on my own projects because of a friendlier
development experience, however I don't cringe when I go to work on C#
projects because C# has some nice little unique features to that make up for
some of the friendlier VB-style features it lacks.
>
--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
>
>
"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny
Oct 5 '06 #15
Ooooh... fear the flamebait... :)
Although to be fair, I'd probably use Flash for something like that,
Java's a bit too slow...

[ducks for cover]

ma***************@outgun.com wrote:
Java's a joke, usful for applets that show images reflecting in water
and silly things like that.
Russell wrote:
Is it really necessary to rag on JAVA in a .Net forum? I use .Net
because it's what my employer pays for. I do hobbyist programming in
JAVA because it's still my favorite language.

As for speed... I've done real-time 3D rendering in JAVA. With a
decent JIT compiler and some thought as to how it's programmed (i.e.
avoiding object instantiation in inner loops that run millions of times
a second) JAVA can be quite fast. The claim that the .Net languages
are "infinatly faster" (please learn to spell, master programmer) is
ridiculous.

I use C# most of the time, VB.Net when clients insist on it. I prefer
C# because it seems less verbose, i.e. "int c;" versus "Dim c As Int"
(what is a "Dim" anyway?) but I'd agree with the majority of posters
that you can use whichever you prefer with little or no practical
difference for nearly all tasks.

--Russell

ma***************@outgun.com wrote:
VB & C# are the same. Most Java programmers feel more at home with C#
because the syntax is similar.
>
The main reason that most Java programmers are moving to C# is because
of the poor performance of the Java language/runtime files. It was
invented to "run anywhere" - but it "runs anywhere slowly".
>
VB & C# both compile to the same code, so run equaly faster - and
infinatly faster than Java ! Good luck with your choice.
>
Cheers
The Grand Master
>
>
Steve C. Orr [MVP, MCSD] wrote:
There is no hidden secret.
It simply caught more momentum because it was the hot "new" language, while
VB.NET was more of an upgrade.
Neither language has any major advantage over the other. Overall their
minor differences wash out.
Personally I prefer VB.NET on my own projects because of a friendlier
development experience, however I don't cringe when I go to work on C#
projects because C# has some nice little unique features to that make up for
some of the friendlier VB-style features it lacks.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net


"Manny Chohan" <Ma*********@discussions.microsoft.comwrote in message
news:4E**********************************@microsof t.com...
Hey Guys,
>
Can some one tell me why is there more demand for C# vs VB .NET?
Personally
i have programmed in VB .net a little bit and have found it easier to use.
>
Is there any hidden secret about C#?
>
Please let me know.
>
Thanks
>
Manny
Oct 5 '06 #16

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

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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...
0
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,...
0
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...

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.