473,757 Members | 10,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft Losing Interest in C#?

I don't know if you have noticed, but it seems like Microsoft is losing
interest in C#, and putting their energy into Visual Basic.NET instead.

For instance, online chats by language since July 1, 2004:

VB.NET 47
C# 6
C++ 8
J# 0

ADO with VB.NET 6
ADO with C# 0
ADO with C++ 0
ADO with J# 0

Windows Forms with VB.NET 2
Windows Forms with C# 0
Windows Forms with C++ 0
Windows Forms with J# 0

If you look at the roadmap Microsoft has laid out for Visual Studio 2005 and
the various languages, it appears almost all of the RAD improvements are for
VB.NET. The only thing I see coming for C# are a few language enhancements,
but really nothing for RAD. Yes, C# programmers want granularity, but we
don't get paid unless the projects go out, too! You have to get it out the
door. When is Microsoft going to wake up to this?

I don't understand why Microsoft doesn't put the same kind of energy into
the languages that start with a "C" as they do a "B"...and then they wonder
why people defect to Java, PHP, or even C++ on other platforms.

Maybe it's time for C# people to speak up.

Michael

Nov 16 '05
86 3641

"Drebin" <th*******@hotm ail.com> wrote in message
news:qj******** *********@newss vr15.news.prodi gy.com...
I'm afraid to say one word, because I get all amped up over this, but what
people call "features" of VB.NET (especially 2005) - I call a bad mistake
and a concept that "ruins" .NET in my mind. It's one thing to have
language-specific timesavers (like a tertiary expression vs. full-blown
if/then/else) - but did you know they retrofitted "line input"? and this
"My" namespace, which has functionality that is NOT in C# - not cool.
Language features that save time, sure - but actually Framework
functionality that isn't supported in another language? Not cool brother.
I don't think My exposes anything the framework doesn't support, it just may
do so in a different way or with some boilerplate code written into a method
call. The VB runtime dll already does that and it is included with the
framework anyway, its just an extra reference to make.

There are a few classes My exposes that are generated by the compiler, but a
couple of those, atleast, are generated by VC# as well.

What you are calling "silly features" are the BEDROCK that VB6 developers
are counting on.. I can see it clearly right now.. an Excel -> Access ->
VB -> VB.NET developer (you know the kind - a "point and click
duh-veloper") can now use .NET because the language conformed to their
laziness.. so now, you take over their crappy code and it uses these
"silly features" that aren't supported in C#!!
Thats a good thing, over all. More people using the platform isn't going to
hurt.

However, VB doesn't expose *much* that matters insomuch as bothering a C#
dev. Sure the langauge may work differently, and the underlying library
calls may be different, but the types are the same and thats, in my mind,
all that matters.

Default form instances may be one issue that will irk us all, but beyodn
that I don't really think the language feature matters. Even if I don't
particularly care for them myself.
And it wasn't until I had a long discussion with one these types of
developers about "line input".. and I gave him a couple alternatives
(basically wrapping various System.IO classes and wrapping
functionality) - but he was COMPLETELY turned off by .NET because "I have
to write 50 extra lines of code now, and it still does do what I want -
it's not 'line input'!" (although he does have a point!).
I can see people wanting that, and to my mind it simply isn't a big deal. I
don't want it in C#, granted, but as long as it doesn't ruin the exposed
edge of a VB assembly, I don't care if they add

Do Voodoo That Makes My App Work

To the langauge. It just *has* to work on the outside, no matter how it
hapepns to work on the inside.
Since the very first tidbit I heard about .NET - I've always said that VB
will be the contamination in an otherwise FANTASTIC idea!! VB is the
cancer that will ruin .NET. It's not "just another language" - it's
already becoming non-standard and niche, which is what VB's problem has
always been. It's so messed up that it can get a "fresh start" where they
didn't need to be backwards compatible, but yet within 2 releases, they
are falling into old habits. This is like when you keep accidentally
hooking up with an old girlfriend, you know you shouldn't, but you
rationalize it. The steering group for VB need to just make a clean break
and stop going back to what's comfortable for once!

Ugh. I knew I shouldn't have started talking about this!
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..

"Michael Adams" <no****@nomail. com> wrote in message
news:Ue******** ************@sp eakeasy.net...
That's fine, but why don't they migrate the new features to C#, too?


What features do you mean?
E&C? The team has commited to it, just not in whidbey.
My? Not C# worthy, IMHO.
Silly IDE features? Not really important, honestly.

What is it you feel isn't there?


Nov 16 '05 #11
I don't know where your numbers come from.

However, if MS is losing interest in C#, how do you explain C# 2.0 and the
insertion of generics. This isn't a minor change. It's huge. And the
competition with Java isn't over. Sun is releasing a new version of Java as
we speak and guess what... it has generics! What a Coincidence! (right.)

Also, TTBOMK, the My object is just another object. If you put the using
statement at the top of your .cs module, you will be able to use it just as
well as the VB guys.

Inside MS, C# has already won. There were a large number of VB developers
in the IT group, and they are moving to C# in droves. There's hardly any VB
developers left. Perhaps that's why you are seeing such a focus on VB on
the outside... It is truly painful to be using .NET, and enjoying it, and
then to see otherwise intelligent developers who are afraid to switch
because they're afraid of a few objects.

MS has always made it easy for developers who didn't major in computer
science to write functional applications. Millions of IT applications exist
in VB, in production, in corporations worldwide. That's no accident.
That's because VB is, and always will be, targeted toward people who don't
learn "technology for the sake of technology." These are some of the most
practical people you will ever meet.

The ones left behind are a problem. They could switch over to another
language or another platform if MS doesn't show them that they care. MS put
out an excellent OO tool, and all the folks clamboring for OO jumped
aboard... and mostly converted to C#. But the ones who weren't clamboring
for a change, what about them?

MS is going back and addressing a need that they missed the first time:
making .NET so easy that even a "duh-veloper" (your term, not mine) can use
it.

It's about time.
--- Nick

"Michael Adams" <no****@nomail. com> wrote in message
news:lo******** ************@sp eakeasy.net...
I don't know if you have noticed, but it seems like Microsoft is losing
interest in C#, and putting their energy into Visual Basic.NET instead.

For instance, online chats by language since July 1, 2004:

VB.NET 47
C# 6
C++ 8
J# 0

ADO with VB.NET 6
ADO with C# 0
ADO with C++ 0
ADO with J# 0

Windows Forms with VB.NET 2
Windows Forms with C# 0
Windows Forms with C++ 0
Windows Forms with J# 0

If you look at the roadmap Microsoft has laid out for Visual Studio 2005 and the various languages, it appears almost all of the RAD improvements are for VB.NET. The only thing I see coming for C# are a few language enhancements, but really nothing for RAD. Yes, C# programmers want granularity, but we
don't get paid unless the projects go out, too! You have to get it out the door. When is Microsoft going to wake up to this?

I don't understand why Microsoft doesn't put the same kind of energy into
the languages that start with a "C" as they do a "B"...and then they wonder why people defect to Java, PHP, or even C++ on other platforms.

Maybe it's time for C# people to speak up.

Michael

Nov 16 '05 #12

"Nick Malik" <ni*******@hotm ail.nospam.com> wrote in message
news:BAP2d.2108 40$Fg5.63626@at tbi_s53...
I don't know where your numbers come from.

However, if MS is losing interest in C#, how do you explain C# 2.0 and the
insertion of generics. This isn't a minor change. It's huge. And the
competition with Java isn't over. Sun is releasing a new version of Java
as
we speak and guess what... it has generics! What a Coincidence! (right.)


You are aware that the JSR for generics in Java has been worked on since
1999 (see http://www.jcp.org/en/jsr/detail?id=14) . When, exactly, did
Microsoft begin putting them into C#?
Nov 16 '05 #13
Hi,

I think Microsoft is working towards C# 3.0. If not mistaken, i saw a video
from channel9.

Yeah, i agree that there are more vb.net programmers than C#. I attended a
local community in Malaysia, MIND, and there are 90% (60++) of them are from
vb.net or vb6, 3 from C# and 3 from C++ backgrounds.

:)

"Daniel O'Connell [C# MVP]" wrote:

"Drebin" <th*******@hotm ail.com> wrote in message
news:qj******** *********@newss vr15.news.prodi gy.com...
I'm afraid to say one word, because I get all amped up over this, but what
people call "features" of VB.NET (especially 2005) - I call a bad mistake
and a concept that "ruins" .NET in my mind. It's one thing to have
language-specific timesavers (like a tertiary expression vs. full-blown
if/then/else) - but did you know they retrofitted "line input"? and this
"My" namespace, which has functionality that is NOT in C# - not cool.
Language features that save time, sure - but actually Framework
functionality that isn't supported in another language? Not cool brother.


I don't think My exposes anything the framework doesn't support, it just may
do so in a different way or with some boilerplate code written into a method
call. The VB runtime dll already does that and it is included with the
framework anyway, its just an extra reference to make.

There are a few classes My exposes that are generated by the compiler, but a
couple of those, atleast, are generated by VC# as well.

What you are calling "silly features" are the BEDROCK that VB6 developers
are counting on.. I can see it clearly right now.. an Excel -> Access ->
VB -> VB.NET developer (you know the kind - a "point and click
duh-veloper") can now use .NET because the language conformed to their
laziness.. so now, you take over their crappy code and it uses these
"silly features" that aren't supported in C#!!


Thats a good thing, over all. More people using the platform isn't going to
hurt.

However, VB doesn't expose *much* that matters insomuch as bothering a C#
dev. Sure the langauge may work differently, and the underlying library
calls may be different, but the types are the same and thats, in my mind,
all that matters.

Default form instances may be one issue that will irk us all, but beyodn
that I don't really think the language feature matters. Even if I don't
particularly care for them myself.

And it wasn't until I had a long discussion with one these types of
developers about "line input".. and I gave him a couple alternatives
(basically wrapping various System.IO classes and wrapping
functionality) - but he was COMPLETELY turned off by .NET because "I have
to write 50 extra lines of code now, and it still does do what I want -
it's not 'line input'!" (although he does have a point!).


I can see people wanting that, and to my mind it simply isn't a big deal. I
don't want it in C#, granted, but as long as it doesn't ruin the exposed
edge of a VB assembly, I don't care if they add

Do Voodoo That Makes My App Work

To the langauge. It just *has* to work on the outside, no matter how it
hapepns to work on the inside.

Since the very first tidbit I heard about .NET - I've always said that VB
will be the contamination in an otherwise FANTASTIC idea!! VB is the
cancer that will ruin .NET. It's not "just another language" - it's
already becoming non-standard and niche, which is what VB's problem has
always been. It's so messed up that it can get a "fresh start" where they
didn't need to be backwards compatible, but yet within 2 releases, they
are falling into old habits. This is like when you keep accidentally
hooking up with an old girlfriend, you know you shouldn't, but you
rationalize it. The steering group for VB need to just make a clean break
and stop going back to what's comfortable for once!

Ugh. I knew I shouldn't have started talking about this!
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..

"Michael Adams" <no****@nomail. com> wrote in message
news:Ue******** ************@sp eakeasy.net...
That's fine, but why don't they migrate the new features to C#, too?

What features do you mean?
E&C? The team has commited to it, just not in whidbey.
My? Not C# worthy, IMHO.
Silly IDE features? Not really important, honestly.

What is it you feel isn't there?



Nov 16 '05 #14
"Nick Malik" <ni*******@hotm ail.nospam.com> wrote in message
news:BAP2d.2108 40$Fg5.63626@at tbi_s53...
MS has always made it easy for developers who didn't major in computer
science to write functional applications. Millions of IT applications
exist
in VB, in production, in corporations worldwide. That's no accident.
That's because VB is, and always will be, targeted toward people who don't
learn "technology for the sake of technology." These are some of the most
practical people you will ever meet.


They say that there are more lines of VB code in existence than all other
programming languages combined...
Nov 16 '05 #15
Michael Adams wrote:
I don't know if you have noticed, but it seems like Microsoft is
losing interest in C#, and putting their energy into Visual Basic.NET
instead. [...] If you look at the roadmap Microsoft has laid out for Visual Studio
2005 and the various languages, it appears almost all of the RAD
improvements are for VB.NET. The only thing I see coming for C# are
a few language enhancements, but really nothing for RAD.


What are these features? The only one I'm aware of is Edit and Continue, and
that seems to be a feature mostly desired by the die-hard VB6 developers.

Cheers,
--
Joerg Jooss
jo*********@gmx .net
Nov 16 '05 #16
Michael Adams wrote:
I don't know if you have noticed, but it seems like Microsoft is losing
interest in C#, and putting their energy into Visual Basic.NET instead.

For instance, online chats by language since July 1, 2004:

VB.NET 47
C# 6
C++ 8
J# 0

ADO with VB.NET 6
ADO with C# 0
ADO with C++ 0
ADO with J# 0

Windows Forms with VB.NET 2
Windows Forms with C# 0
Windows Forms with C++ 0
Windows Forms with J# 0

If you look at the roadmap Microsoft has laid out for Visual Studio 2005 and
the various languages, it appears almost all of the RAD improvements are for
VB.NET. The only thing I see coming for C# are a few language enhancements,
but really nothing for RAD. Yes, C# programmers want granularity, but we
don't get paid unless the projects go out, too! You have to get it out the
door. When is Microsoft going to wake up to this?

I don't understand why Microsoft doesn't put the same kind of energy into
the languages that start with a "C" as they do a "B"...and then they wonder
why people defect to Java, PHP, or even C++ on other platforms.

Maybe it's time for C# people to speak up.


Maybe Microsoft thinks the VB.NET people need more education or more media
content to make them use VB.NET.

C# is not getting more RAD than VB.NET for a reason: positioning of
languages. If C# and VB.NET have both the same RAD and other features, users
get confused what to use: C# or VB.NET? Now it gets more clear, which IMHO is
a good thing.

Oh, and about losing interest: .NET is written in C#, .NET is / will be a
cornerstone of MS' activities. I don't think C# will go away anytime soon :)

FB

--
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #17
Drebin wrote:
I'm afraid to say one word, because I get all amped up over this, but what
people call "features" of VB.NET (especially 2005) - I call a bad mistake
and a concept that "ruins" .NET in my mind. It's one thing to have
language-specific timesavers (like a tertiary expression vs. full-blown
if/then/else) - but did you know they retrofitted "line input"? and this
"My" namespace, which has functionality that is NOT in C# - not cool.
Language features that save time, sure - but actually Framework
functionality that isn't supported in another language? Not cool brother.
erm... all 'My' does is grouping framework methods into a single utility
class. Oh my... :)

Tell me, which feature of My is not in the framework and thus not available
to C# developers? No I don't think calling a method in My is saving me time
over calling a method on a framework class...
What you are calling "silly features" are the BEDROCK that VB6 developers
are counting on.. I can see it clearly right now.. an Excel -> Access ->
VB -> VB.NET developer (you know the kind - a "point and click
duh-veloper") can now use .NET because the language conformed to their
laziness.. so now, you take over their crappy code and it uses these "silly
features" that aren't supported in C#!!
I don't get your point. I'm talking about professional software development.
When the words 'professional software development' enter the equation, people
who don't know what software development means should step back and get a
coffee or something.

You don't need IDE sugar to create professional software as in: if these
features aren't there, it seems impossible to write professional software. If
people can't write professional software without these features, they're IMHO
not professionals and why would a professional writing software in C# have to
deal with their code?

(for the people ready to butcher me: I think you can also write professional
software in VB.NET, the language really isn't important for professional
software development)
And it wasn't until I had a long discussion with one these types of
developers about "line input".. and I gave him a couple alternatives
(basically wrapping various System.IO classes and wrapping functionality) -
but he was COMPLETELY turned off by .NET because "I have to write 50 extra
lines of code now, and it still does do what I want - it's not 'line
input'!" (although he does have a point!).
no he doesn't have a point. Professional software development isn't about
putting 4 blocks together and a single window with one button which says "get
rich". It's about theory, design, algorithms and what have you. The people
who are turned off because they have to write a couple of lines of code are
also the ones who ruin software projecs by dragging/dropping data-adapters on
webforms, inserting raw SQL into the webform and then wonder why maintaining
the crud they created takes a lot of time and money.

Professional software development is hard work. It's not for people who
think they know the difference between a keyboard and a mouse. I hope for all
mankind that the average doctor in an average hospital is more professional
than these 'professionals' who apparently are too lazy to think for 2 seconds
straight.
Since the very first tidbit I heard about .NET - I've always said that VB
will be the contamination in an otherwise FANTASTIC idea!! VB is the cancer
that will ruin .NET.
Heh. :). No I won't go that far, it's a decent language and for what's
worth: their editor kicks C#'s editor butt bigtime. I've done a lot of C# ->
VB.NET porting (our templates are first written in C# and then backported to
VB.NET) in non-intellisense editors. Trust me, I'm not a fan of the language,
to say the least :) (every time I run into an overloads overrides construct
because an abstract method is implemented I really wonder what Vick was
thinking). However calling it the thing that will ruin .NET is way too harsh.
In fact, I think VB.NET is the savior for .NET, for the sole reason that the
vast majority of the developers targeting MS platforms work in VB or VB based
languages.
It's not "just another language" - it's already
becoming non-standard and niche, which is what VB's problem has always
been. It's so messed up that it can get a "fresh start" where they didn't
need to be backwards compatible, but yet within 2 releases, they are
falling into old habits. This is like when you keep accidentally hooking up
with an old girlfriend, you know you shouldn't, but you rationalize it. The
steering group for VB need to just make a clean break and stop going back
to what's comfortable for once!
I agree with you that they didn't do a good job designing the language.
Whoever decided that On Error Resume Next was necessary in VB.NET should get
fired right there on the spot. Or the fantastic decision of having a single
interface implementation per inheritance hierarchy. This means that in VB.NET
you can't inherit from DataTable and add your own serialization code. Erm...
Ugh. I knew I shouldn't have started talking about this!
heh :) Well, for kicks you could have crossposted it to the vb.net newsgroup
;)

FB


"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..

"Michael Adams" <no****@nomail. com> wrote in message
news:Ue******** ************@sp eakeasy.net...
That's fine, but why don't they migrate the new features to C#, too?


What features do you mean?
E&C? The team has commited to it, just not in whidbey.
My? Not C# worthy, IMHO.
Silly IDE features? Not really important, honestly.

What is it you feel isn't there?


--
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #18
Mark Rae wrote:
"Michael Adams" <no****@nomail. com> wrote in message
news:lo******** ************@sp eakeasy.net...
I don't know if you have noticed, but it seems like Microsoft is losing
interest in C#, and putting their energy into Visual Basic.NET instead.


I would disagree entirely! If that were the case, why does C# even
exist...? It's always been my opinion that it was Microsoft's intention to
come up with a language like C# which had (pretty much) all of the
functionality of C++ but was (almost) as easy to programme in as VB. I
think James Curran's point about the number of people still heavily in the
VB(.NET) camp is spot on, but fully expect that to diminish as C# erodes
the VB user base.


I have to say though that with the .NET 2.0 MC++ enhancements, it begins to
look like a very appealing language.

FB

--
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #19
Hi Mark,

I do not post "answers" here because I am new to C#. I am, however, a bit
of a computer history buff. I would doubt that the lines of VB code has
even passed COBOL, let alone "all other programming languages combined." I
wish I had the facts to back this assertion up, but I do not. I fully
understand that "lines" is a rubber ruler. Much of Object Orientated
Programming is done by setting properties in the IDE rather than in code.
COBOL is a very verbose language leading to lots of lines. VB and even
FORTRAN encourage programmers to use subroute (class) libraries while COBOL
programmers like to integrate earlier source code into new projects.

Now if you are talking about new lines of code written in the year 2003, you
might have a point. Even then, you need to account for the use of exotic
languages, like ADA for the American defense establishment. Keep in mind
the recent stories of the hurricane forecasting models written in, of all
things, FORTRAN! If you have some statistics, I would love to see them.

Cheers,

Bob

--
Robert Schuldenfrei
S. I. Inc.
32 Ridley Road
Dedham, MA 02026
bo*@s-i-inc.com
781/329-4828
"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:Ov******** ******@TK2MSFTN GP10.phx.gbl...
"Nick Malik" <ni*******@hotm ail.nospam.com> wrote in message
news:BAP2d.2108 40$Fg5.63626@at tbi_s53...
MS has always made it easy for developers who didn't major in computer
science to write functional applications. Millions of IT applications
exist
in VB, in production, in corporations worldwide. That's no accident.
That's because VB is, and always will be, targeted toward people who don't learn "technology for the sake of technology." These are some of the most practical people you will ever meet.


They say that there are more lines of VB code in existence than all other
programming languages combined...

Nov 16 '05 #20

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

Similar topics

9
1610
by: Xah Lee | last post by:
Dear Joe, It is well known that you are an avid hater of Microsoft, from their technologies to their leader to their business practices. I have now and then seen your impassioned expression of this hatred, scattered among your newsgroup posts. Personally, i have an inherent distrust toward big organizations. This applies to Microsoft. Since perhaps 1995, MS has become more and more large, and as well becoming a hate target especially...
476
18496
by: Xah Lee | last post by:
Microsoft Hatred, FAQ Xah Lee, 20020518 Question: U.S. Judges are not morons, and quite a few others are not morons. They find MS guilty, so it must be true. Answer: so did the German population thought Jews are morons by heritage, to the point that Jews should be exterminated from earth. Apparently, the entire German population cannot be morons, they must be
182
7543
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
0
9489
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9298
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9885
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9737
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7286
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3829
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3399
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2698
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.