473,499 Members | 1,922 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

c-sharp

Hi Folk

I am a PHP programmer, but I like to learn c-sharp as it seems to be
in hot demand around here. My questions are:

- how does c-sharp relate to PHP
- do you like c-sharp and its cousins
- are there better things to do then c-sharp?

Thanks a million
Nicolaas
Mar 7 '07 #1
20 2582
On Mar 7, 4:40 pm, "windandwaves" <nfranc...@gmail.comwrote:
Hi Folk

I am a PHP programmer, but I like to learn c-sharp as it seems to be
in hot demand around here. My questions are:

- how does c-sharp relate to PHP
- do you like c-sharp and its cousins
- are there better things to do then c-sharp?

Thanks a million
Nicolaas

c# is very similar to Java, moreso than it is to PHP

Mar 7 '07 #2
windandwaves wrote:
Hi Folk

I am a PHP programmer, but I like to learn c-sharp as it seems to be
in hot demand around here. My questions are:

- how does c-sharp relate to PHP
- do you like c-sharp and its cousins
- are there better things to do then c-sharp?

Thanks a million

>Nicolaas

C# runs on Windows servers, php is superior for small web applications,
java is uperior for large web applications. Many things are better than
c#. I am currently a windows programmer, trying to get away from it
because so many other things are so much better.

T
Mar 8 '07 #3
tomb <to**@technetcenter.comwrote:
>
windandwaves wrote:
>>
I am a PHP programmer, but I like to learn c-sharp as it seems to be
in hot demand around here. My questions are:

- how does c-sharp relate to PHP
Not at all, except that it's possible to write web applications in both. C#
is also commonly used to write non-web applications, whereas PHP is not
(commonly, that is).
>- do you like c-sharp and its cousins
Our opinions are not really very relevant. The big advantage of C# and
Visual Basic is the .NET runtime, which provides a HUGE library of canned
functionality.
>- are there better things to do then c-sharp?
That question cannot be answered. If you've read any job postings
recently, then it should be clear that C# is a very good thing to have on
your resume.
>C# runs on Windows servers,
Not true. Mono provides a very good C# run-time on Linux.
>php is superior for small web applications,
....in your opinion.
>java is uperior for large web applications.
....in your opinion. I would disagree.
>Many things are better than c#. I am currently a windows programmer, trying to get away from it
because so many other things are so much better.
Regardless of what you think about it, I would point out that many people
have gone bankrupt by betting against Microsoft.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Mar 9 '07 #4
Tim Roberts wrote:
tomb <to**@technetcenter.comwrote:
>windandwaves wrote:
>>I am a PHP programmer, but I like to learn c-sharp as it seems to be
in hot demand around here. My questions are:

- how does c-sharp relate to PHP

Not at all, except that it's possible to write web applications in both. C#
is also commonly used to write non-web applications, whereas PHP is not
(commonly, that is).
Actually, I've seen *a lot* of non-web scripts written in PHP. Written
a few hundred myself, also.
>>- do you like c-sharp and its cousins

Our opinions are not really very relevant. The big advantage of C# and
Visual Basic is the .NET runtime, which provides a HUGE library of canned
functionality.
>>- are there better things to do then c-sharp?

That question cannot be answered. If you've read any job postings
recently, then it should be clear that C# is a very good thing to have on
your resume.
Depends on the job postings you watch. For instance, here in DC there
are very few openings for C# programmers listed. A lot for C/C++, though.
>C# runs on Windows servers,

Not true. Mono provides a very good C# run-time on Linux.
It's an emulation - and always behind the times. It takes a while for
Mono to catch up with any changes in the language, for instance.
>php is superior for small web applications,

...in your opinion.
And mine and a few hundred others here on this newsgroup. Versus one
opinion to the contrary - yours.
>java is uperior for large web applications.

...in your opinion. I would disagree.
Sorry, I agree here, also. Java is much superior for large web
applications. And if you knew Java you would agree. But obviously
you've never done any serious apps in Java.

>Many things are better than c#. I am currently a windows programmer, trying to get away from it
because so many other things are so much better.

Regardless of what you think about it, I would point out that many people
have gone bankrupt by betting against Microsoft.
And I would point out many more people have gotten rich programming in
non-Microsoft-centric languages, also.

There are a lot more C, C++, Java and even PHP programmers in the world
than there are C# programmers. Maybe the "demand" you see is because no
one programs in it - and only those with the same blind view as you ask
for it. Those of us who have been programming for a long time in
several languages know better.

And for the record - I've been programming for around 40 years now.
I've written code in more languages than you would ever dream -
including C# - and many you've never heard of.

And yes, C# is a great language - for Microsoft bigots and idiots who
don't know any better. Which are you?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 9 '07 #5
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
>>php is superior for small web applications,
...in your opinion.
And mine and a few hundred others here on this newsgroup. Versus one
opinion to the contrary - yours.
Well, we're quite biased in this group offcourse :P
PHP is quite a lot under fire for being to 'loose'. I can understand that,
it's horribly easy to make something in PHP that only seems to work
correctly but is actually flawed as hell.

--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 9 '07 #6
Rik wrote:
Jerry Stuckle <js*******@attglobal.netwrote:
>>>php is superior for small web applications,
...in your opinion.
And mine and a few hundred others here on this newsgroup. Versus one
opinion to the contrary - yours.

Well, we're quite biased in this group offcourse :P
PHP is quite a lot under fire for being to 'loose'. I can understand
that, it's horribly easy to make something in PHP that only seems to
work correctly but is actually flawed as hell.

--Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Rik,

The same has been said about C for around 30 years. But that hasn't
stopped a lot of code from being written in it.

Sure it's easy to make mistakes. But I don't think that's a language
problem as much as a programmer problem.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 9 '07 #7
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
Rik wrote:
>Jerry Stuckle <js*******@attglobal.netwrote:
>>>>php is superior for small web applications,
...in your opinion.
And mine and a few hundred others here on this newsgroup. Versus one
opinion to the contrary - yours.
Well, we're quite biased in this group offcourse :P
PHP is quite a lot under fire for being to 'loose'. I can understand
that, it's horribly easy to make something in PHP that only seems to
work correctly but is actually flawed as hell.
The same has been said about C for around 30 years. But that hasn't
stopped a lot of code from being written in it.
Nor should it. I do however think things might have benefited from strict
types. But that's w shole other discussion
Sure it's easy to make mistakes. But I don't think that's a language
problem as much as a programmer problem.
Indeed, bad code can be written in any language.
> --Rik Wasmus
Damn, sig-seperator not working for you? The fix for Thunderbird seems to
be in the nightly build, I trust this will be fixed in an official release
soon :-)

--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 9 '07 #8
Rik
Rik <lu************@hotmail.comwrote:
w shole
a whole...
Damn this new keyboard.

--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 9 '07 #9
Rik wrote:
Jerry Stuckle <js*******@attglobal.netwrote:
>Rik wrote:
>>Jerry Stuckle <js*******@attglobal.netwrote:
>php is superior for small web applications,
...in your opinion.
And mine and a few hundred others here on this newsgroup. Versus
one opinion to the contrary - yours.
Well, we're quite biased in this group offcourse :P
PHP is quite a lot under fire for being to 'loose'. I can understand
that, it's horribly easy to make something in PHP that only seems to
work correctly but is actually flawed as hell.
The same has been said about C for around 30 years. But that hasn't
stopped a lot of code from being written in it.

Nor should it. I do however think things might have benefited from
strict types. But that's w shole other discussion
Agreed - loose typing is both an advantage and a disadvantage. But you
can also overdo strict typing. Pascal comes to mind.

However, in a way I really do wish PHP had "real" data types. As it is,
it's too easy to do thinks like add a string to an integer, as so many
posts in this newsgroup indicate.
>Sure it's easy to make mistakes. But I don't think that's a language
problem as much as a programmer problem.

Indeed, bad code can be written in any language.
True. You can write bad code in any language. But some languages make
it very difficult to write good code :-). Fortunately PHP is not among
them.
>> --Rik Wasmus

Damn, sig-seperator not working for you? The fix for Thunderbird seems
to be in the nightly build, I trust this will be fixed in an official
release soon :-)
Nope - because two hyphens starting a line are not a separator.

The correct sig separator is hyphen-hyphen-space-newline alone on a
single line. That works fine here.

--Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 9 '07 #10
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
> Damn, sig-seperator not working for you? The fix for Thunderbird seems
to be in the nightly build, I trust this will be fixed in an official
release soon :-)

Nope - because two hyphens starting a line are not a separator.

The correct sig separator is hyphen-hyphen-space-newline alone on a
single line. That works fine here.
It's there, it's just because this combination:
- Quoted Printable
- format=flowed
- delsp=yes

let's Thunderbird (and SeaMonkey) eagerly strip away a space that should
not be stripped. Had a whole discussion about it in
alt.internet.search-engines / alt.html (the whole thread is crossposted...).

MSOE(with Quotefix)/Pan/Opera/Forte Agent/Xnews all don't seem to have
that problem :P
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 9 '07 #11
Rik wrote:
Jerry Stuckle <js*******@attglobal.netwrote:
>> Damn, sig-seperator not working for you? The fix for Thunderbird
seems to be in the nightly build, I trust this will be fixed in an
official release soon :-)

Nope - because two hyphens starting a line are not a separator.

The correct sig separator is hyphen-hyphen-space-newline alone on a
single line. That works fine here.

It's there, it's just because this combination:
- Quoted Printable
- format=flowed
- delsp=yes

let's Thunderbird (and SeaMonkey) eagerly strip away a space that should
not be stripped. Had a whole discussion about it in
alt.internet.search-engines / alt.html (the whole thread is crossposted..).

MSOE(with Quotefix)/Pan/Opera/Forte Agent/Xnews all don't seem to have
that problem :P
Hmmm, OK, I see what you mean. Maybe delsp is doing what it's supposed
to do?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 9 '07 #12
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
Rik wrote:
>Jerry Stuckle <js*******@attglobal.netwrote:
>>> Damn, sig-seperator not working for you? The fix for Thunderbird
seems to be in the nightly build, I trust this will be fixed in an
official release soon :-)
Nope - because two hyphens starting a line are not a separator.

The correct sig separator is hyphen-hyphen-space-newline alone on a
single line. That works fine here.
It's there, it's just because this combination:
- Quoted Printable
- format=flowed
- delsp=yes
let's Thunderbird (and SeaMonkey) eagerly strip away a space that
should not be stripped. Had a whole discussion about it in
alt.internet.search-engines / alt.html (the whole thread is
crossposted..).
MSOE(with Quotefix)/Pan/Opera/Forte Agent/Xnews all don't seem to have
that problem :P

Hmmm, OK, I see what you mean. Maybe delsp is doing what it's supposed
to do?
<http://www.rfc-archive.org/getrfc.php?rfc=3676>
4.3. Usenet Signature Convention

There is a long-standing convention in Usenet news which also
commonly appears in Internet mail of using "-- " as the separator
line between the body and the signature of a message. When
generating a Format=Flowed message containing a Usenet-style
separator before the signature, the separator line is sent as-is.
This is a special case; an (optionally quoted or quoted and stuffed)
line consisting of DASH DASH SP is neither fixed nor flowed.

Generating agents MUST NOT end a paragraph with such a signature
line.

A receiving agent needs to test for a signature line both before the
test for a quoted line (see Section 4.5) and also after logically
counting and deleting quote marks and stuffing (see Section 4.4) from
a quoted line.

Thunderbird fails to test for a signature line however.
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 9 '07 #13
Rik wrote:
Jerry Stuckle <js*******@attglobal.netwrote:
>Rik wrote:
>>Jerry Stuckle <js*******@attglobal.netwrote:
Damn, sig-seperator not working for you? The fix for Thunderbird
seems to be in the nightly build, I trust this will be fixed in an
official release soon :-)
>

Nope - because two hyphens starting a line are not a separator.

The correct sig separator is hyphen-hyphen-space-newline alone on a
single line. That works fine here.
It's there, it's just because this combination:
- Quoted Printable
- format=flowed
- delsp=yes
let's Thunderbird (and SeaMonkey) eagerly strip away a space that
should not be stripped. Had a whole discussion about it in
alt.internet.search-engines / alt.html (the whole thread is
crossposted..).
MSOE(with Quotefix)/Pan/Opera/Forte Agent/Xnews all don't seem to
have that problem :P

Hmmm, OK, I see what you mean. Maybe delsp is doing what it's
supposed to do?

<http://www.rfc-archive.org/getrfc.php?rfc=3676>
4.3. Usenet Signature Convention

There is a long-standing convention in Usenet news which also
commonly appears in Internet mail of using "-- " as the separator
line between the body and the signature of a message. When
generating a Format=Flowed message containing a Usenet-style
separator before the signature, the separator line is sent as-is.
This is a special case; an (optionally quoted or quoted and stuffed)
line consisting of DASH DASH SP is neither fixed nor flowed.

Generating agents MUST NOT end a paragraph with such a signature
line.

A receiving agent needs to test for a signature line both before the
test for a quoted line (see Section 4.5) and also after logically
counting and deleting quote marks and stuffing (see Section 4.4) from
a quoted line.

Thunderbird fails to test for a signature line however.
--Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Sorry, I wasn't clear. I wasn't saying Thunderbird wasn't wrong. Just
that they misinterpreted the spec. Or, more likely, just didn't think
about the sigs problem.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 10 '07 #14
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
Sorry, I wasn't clear. I wasn't saying Thunderbird wasn't wrong. Just
that they misinterpreted the spec. Or, more likely, just didn't think
about the sigs problem.
I have been an Opera fan for quite some time, sometimes I get a little bit
carried away in some defences :P

--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 10 '07 #15
Jerry Stuckle <js*******@attglobal.netwrote:
>
>>php is superior for small web applications,

...in your opinion.

And mine and a few hundred others here on this newsgroup. Versus one
opinion to the contrary - yours.
I never said that my opinion was to the contrary. I was merely attempting
to point out that he was stating as fact something that was, instead,
merely opinion. There is no doubt in my mind that the folks who
participate in this newsgroup would share his opinion. That's fine. It's
still an opinion.

In fact, I tend to reach for Python for small web applications.

I also don't understand why you turned hostile.
>>java is uperior for large web applications.

...in your opinion. I would disagree.

Sorry, I agree here, also.
That's fine, you're welcome to do so. That still doesn't make it fact.
>There are a lot more C, C++, Java and even PHP programmers in the world
than there are C# programmers.
Maybe, although I admit I couldn't find any real numbers in a few minutes
of web searching. C# is certainly alive and well in the corporate Intranet
world.
>Maybe the "demand" you see is because no
one programs in it - and only those with the same blind view as you ask
for it. Those of us who have been programming for a long time in
several languages know better.
"Blind view"? What are you talking about? Maybe I was asking for it by
presenting a defense of C# in a PHP newsgroup, but the fact is that the
successful programmer keeps a wide variety of tools in his toolbox. PHP
and Java belong in that toolbox, as does C#.
>And for the record - I've been programming for around 40 years now.
I've written code in more languages than you would ever dream -
including C# - and many you've never heard of.
I'm not sure why this exchange had to turn into a resume contest. I've
only been programming for 35 years, but I'll bet our lists of languages are
equally long.
>And yes, C# is a great language - for Microsoft bigots and idiots who
don't know any better. Which are you?
Apparently, a bit more open-minded than you. I don't actually use C# (as a
driver writer, my world is mostly assembler, C, and C++), but one would
have to be an idiot to pretend that it does not exist.

Anders Hejlsberg is no idiot. Many of the design concepts in C# are quite
intelligent. Perhaps its major shortcoming is that it came from Microsoft,
because the shrill, religious, anti-Microsoft rhetoric that inevitably
accompanies anything that comes from Redmond drowns out whatever good there
might be.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Mar 11 '07 #16
Tim Roberts wrote:
Jerry Stuckle <js*******@attglobal.netwrote:
>>>php is superior for small web applications,
...in your opinion.
And mine and a few hundred others here on this newsgroup. Versus one
opinion to the contrary - yours.

I never said that my opinion was to the contrary. I was merely attempting
to point out that he was stating as fact something that was, instead,
merely opinion. There is no doubt in my mind that the folks who
participate in this newsgroup would share his opinion. That's fine. It's
still an opinion.
No, you didn't actually SAY it was your opinion - but your comment
intimated it.
In fact, I tend to reach for Python for small web applications.

I also don't understand why you turned hostile.
>>>java is uperior for large web applications.
...in your opinion. I would disagree.
Sorry, I agree here, also.

That's fine, you're welcome to do so. That still doesn't make it fact.
And neither does your blather.
>There are a lot more C, C++, Java and even PHP programmers in the world
than there are C# programmers.

Maybe, although I admit I couldn't find any real numbers in a few minutes
of web searching. C# is certainly alive and well in the corporate Intranet
world.
Maybe you should spend a little more time before you open your yap like
this.
>Maybe the "demand" you see is because no
one programs in it - and only those with the same blind view as you ask
for it. Those of us who have been programming for a long time in
several languages know better.

"Blind view"? What are you talking about? Maybe I was asking for it by
presenting a defense of C# in a PHP newsgroup, but the fact is that the
successful programmer keeps a wide variety of tools in his toolbox. PHP
and Java belong in that toolbox, as does C#.
You were asking for it because you're either a microsoftie or someone
who like to foment arguments. Either way you're stoopid.
>And for the record - I've been programming for around 40 years now.
I've written code in more languages than you would ever dream -
including C# - and many you've never heard of.

I'm not sure why this exchange had to turn into a resume contest. I've
only been programming for 35 years, but I'll bet our lists of languages are
equally long.
So you claim. Your comments don't reflect anywhere near 35 years of
experience.
>And yes, C# is a great language - for Microsoft bigots and idiots who
don't know any better. Which are you?

Apparently, a bit more open-minded than you. I don't actually use C# (as a
driver writer, my world is mostly assembler, C, and C++), but one would
have to be an idiot to pretend that it does not exist.
I didn't say it doesn't exist. I said it isn't worth using. Not even
Microsoft uses it. What does that tell you?
Anders Hejlsberg is no idiot. Many of the design concepts in C# are quite
intelligent. Perhaps its major shortcoming is that it came from Microsoft,
because the shrill, religious, anti-Microsoft rhetoric that inevitably
accompanies anything that comes from Redmond drowns out whatever good there
might be.
I don't know him, so I can't say.

And no, it's major shortcoming is not that it's from Microsoft. It's
the fact it's a proprietary language which has no real support on other
platforms. Yes, I know there are some open source projects out there
which are attempting to port it to other platforms. But as soon as one
of them gets successful enough to start costing Microsoft some money,
MS's lawyers will be all over every one of those programmers.

And BTW - yes, I've used it before. I find a lot of other languages
better. And I'm not going to start listing the number of things I find
wrong with it here. It's off-topic and I don't have three days to type
it all in.

I can think of any number of languages which are better.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 11 '07 #17
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
It's off-topic
Which is actually the main irritation :P

--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 11 '07 #18
Rik
Jerry Stuckle <js*******@attglobal.netwrote:
And yes, C# is a great language - for Microsoft bigots and idiots who
don't know any better. Which are you?
[terribly lame]
Jerry has learned to stay away from sharp objects the hard way
[/terrribly lame]
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Mar 11 '07 #19
On Mar 11, 8:35 pm, Rik <luiheidsgoe...@hotmail.comwrote:
Jerry Stuckle <jstuck...@attglobal.netwrote:
And yes, C# is a great language - for Microsoft bigots and idiots who
don't know any better. Which are you?

[terribly lame]
Jerry has learned to stay away from sharp objects the hard way
[/terrribly lame]
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions:http://tinyurl.com/anel
So ...

I only know PHP and VB right now. What do you recommend I learn next
and how shall I go about it? I would love to learn Java or something
really valuable so that I can earn some more money. Do you have any
recommendations?

Ta

Nicolaas

Mar 12 '07 #20
windandwaves wrote:
On Mar 11, 8:35 pm, Rik <luiheidsgoe...@hotmail.comwrote:
>Jerry Stuckle <jstuck...@attglobal.netwrote:
>>And yes, C# is a great language - for Microsoft bigots and idiots who
don't know any better. Which are you?
[terribly lame]
Jerry has learned to stay away from sharp objects the hard way
[/terrribly lame]
--
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions:http://tinyurl.com/anel

So ...

I only know PHP and VB right now. What do you recommend I learn next
and how shall I go about it? I would love to learn Java or something
really valuable so that I can earn some more money. Do you have any
recommendations?

Ta

Nicolaas
Nicolaas,

You can make decent money in any language if you're good enough at it
and market yourself properly.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 13 '07 #21

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

Similar topics

0
2105
by: Jonathan Grobe | last post by:
From: Nigel Perry <nigel@cosc.canterbury.ac.nz> Newsgroups: news.announce.newgroups,news.groups Subject: RFD: comp.std.csharp Date: Tue, 08 Jul 2003 00:26:01 +0000 REQUEST FOR DISCUSSION (RFD)...
7
2244
by: Eric Gunnerson | last post by:
If you would like to see this group created, please reply to this post, making sure you leave news.groups on the newsgroups line. "Nigel Perry" <nigel@cosc.canterbury.ac.nz> wrote in message...
5
2278
by: Mr. x | last post by:
Hello, where can I find csharp tutorial/help/samples. *.chm file is preffered. Thanks :)
8
10077
by: Nicolas | last post by:
How do I do a RaiseEvent in csharp I'm ok in VB but csharp confused me a lot. ******* code ******** private FileSystemWatcher watcher = new FileSystemWatcher(); public delegate void...
4
2642
by: light_wt | last post by:
Hi I am taking the 2555 class and a lot of the material is over my head. I don't like the MS's book because there is no step-by-step on interacting with the VS.NET Is there good free resource...
2
2945
by: anand | last post by:
Hi All, Are ownerdraw buttons supported in C# ? I have an active X control which I would like to use in CSharp. Buttons have a style BS_OWNERDRAW, and to do custom drawing you have to...
7
9944
by: Peter Smirnov | last post by:
Sorry for this newbie question but as far as I heard one need at least VisualStudio to develop CSharp applications. Is this correct? Are there otherwise some command line tools like javac.exe and...
1
1325
by: Preston | last post by:
hello all... My friend using vb.net made a DLL file which contains a Property Kkk(ByVal key As Object) in it, I use CSharp and reference this DLL file, but in csharp object browser, there is no...
2
4532
by: news.microsoft.com | last post by:
Hi: I work in Csharp's parser files by LEX/YACC.Now I have only CSharp-lex.l and CSharp.y file,but they not have CSharp'comment Parse. this is a part of CSharp-lex.l. ........................
2
2968
by: Karl | last post by:
Hi all, I'm reasonably new to csharp so you have to forgive me asking what may be a stupid question... As I said, I'm new to CSharp but in VB I was able to click anywhere on a DataGridView...
0
7131
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
7007
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
7174
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,...
1
6894
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
7388
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...
1
4919
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...
0
4600
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...
0
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.