473,802 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Penetration of ASP.NET - Developers continue to use VB6 & ASP

Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
..NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET—trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
..NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!
Nov 18 '05 #1
18 1517
Dream on. There's a sucker born every minute.

It's an interesting article. quite frankly, it had me laughing. Much of it
is slight of hand though once you are acquainted with the facts on .NET
adoption in industry. Still it's very entertaining, rambles a bit, but you
would have to be mentally ill to think that .NET isn't here to stay.

For instance, productivity isn't by any means distilled down to memory
management. That's just crap. Syntactic structure and ease of use far outway
this. C++ is just a difficult language to master, and all of this difficulty
does not live in manual memory management, though a large part is about it.
It is just a difficult syntax period. There are too many ways to shoot
yourself in the foot even if you didn't play with memory.

Couple that with the fact that the web just isn't mature to do some tasks
and you would realize that the world is big enough to have desktop
programmers and web developers without causing chaos like the author opines.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"dotnetforf ood" <do***********@ yahoo.com> wrote in message
news:64******** *************** **@posting.goog le.com...
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
.NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET-trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
.NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!

Nov 18 '05 #2
Amen!

-dlbjr

Discerning resolutions for the alms
Nov 18 '05 #3
I remember in 1991 when VB came out and how many said you couldn't really do
anything with it and how it had a short life.
http://en.wikipedia.org/wiki/Visual_...f_Visual_Basic

It's de ja vu all over again! (O:=

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
"dotnetforf ood" <do***********@ yahoo.com> wrote in message
news:64******** *************** **@posting.goog le.com...
: Joel Spolsky's new article "How Microsoft Lost the API War" at
: http://www.joelonsoftware.com/articles/APIWar.html
: describes how .NET has failed, how classic VB6 and ASP continue to be
: preferred by developers, and how Microsoft has lost control of the
: preferred API.
:
: You really should read the article. Here are some excerpts:
:
: <Joel Spolsky>
: "And yet, people aren't really using .NET much.
: Oh sure, some of them are..."
:
: "instead of .NET unifying and simplifying, we have a big 6-way mess,
: with everybody trying to figure out which development strategy to use
: and whether they can afford to port their existing applications to
: .NET.
:
: "No matter how consistent Microsoft is in their marketing message
: ('just use .NET-trust us!'), most of their customers are still using
: C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
: other development tools from other companies. And the ones that are
: using .NET are using ASP.NET to develop web applications, which run on
: a Windows server but don't require Windows clients, which is a key
: point I'll talk about more when I talk about the web."
:
: "if you're developing a Windows GUI app today using Microsoft's
: 'official' latest-and-greatest Windows programming environment,
: WinForms, you're going to have to start over again in two years to
: support Longhorn and Avalon. Which explains why WinForms is completely
: stillborn. Hope you haven't invested too much in it. Jon Udell found a
: slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
: Avalon?' and asks, 'Why do I have to pick between Windows Forms and
: Avalon?' A good question, and one to which he finds no great answer."
:
: "So you've got the Windows API, you've got VB, and now you've got
: .NET, in several language flavors, and don't get too attached to any
: of that, because we're making Avalon, you see, which will only run on
: the newest Microsoft operating system, which nobody will have for a
: loooong time. And personally I still haven't had time to learn .NET
: very deeply, and we haven't ported Fog Creek's two applications from
: classic ASP and Visual Basic 6.0 to .NET because there's no return on
: investment for us. None. It's just Fire and Motion as far as I'm
: concerned..."
:
: "the Web user interface is about 80% there, and even without new web
: browsers we can probably get 95% there. This is Good Enough for most
: people and it's certainly good enough for developers, who have voted
: to develop almost every significant new application as a web
: application.
:
: Which means, suddenly, Microsoft's API doesn't matter so much. Web
: applications don't require Windows.
:
: It's not that Microsoft didn't notice this was happening. Of course
: they did, and when the implications became clear, they slammed on the
: brakes. Promising new technologies like HTAs and DHTML were stopped in
: their tracks. The Internet Explorer team seems to have disappeared;
: they have been completely missing in action for several years. There's
: no way Microsoft is going to allow DHTML to get any better than it
: already is: it's just too dangerous to their core business, the rich
: client. The big meme at Microsoft these days is: 'Microsoft is betting
: the company on the rich client.'"
:
: "Much as I hate to say it, a huge chunk of developers have long since
: moved to the web and refuse to move back. Most .NET developers are
: ASP.NET developers, developing for Microsoft's web server...None of
: this bodes well for Microsoft and the profits it enjoyed thanks to its
: API power. The new API is HTML, and the new winners in the application
: development marketplace will be the people who can make HTML sing.
: </Joel Spolsky>
:
: The only sentence in the article that I disagree with is:
: JS> "ASP.NET is brilliant; I've been working with web
: JS> development for ten years and it's really just a
: JS> generation ahead of everything out there."
:
: Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
: Microsoft rewrite of some well-known Perl modules available years ago
: that:
: - use templates to generate dynamic web pages and
: - encrypt form data.
:
: dotnetforfood
:
: classic ASP rulez!!!
Nov 18 '05 #4
I have to question what Joel really knows about .NET.

I also have to question your knowledge as well.
: Whereas in my eyes ASP.NET is not a "generation ahead",
: but merely a Microsoft rewrite of some well-known Perl
: modules available years ago that:
: - use templates to generate dynamic web pages and
: - encrypt form data.

Are you insane?

How do you do this in Classic ASP?

<%
If myCheckbox.Chec ked = True then
myTableRow.Visi ble = False
myCustomValidat or.Enabled = False
End If
%>

To do this you write a whole bunch of routine or classes yourself but you
still need to have various bits of ASP (at least placeholders) intespersed
in the HTML itself. ASP.NET gets away from all that by giving you an OO and
event-driven programming paradigm, something you don't get with Classic ASP

Cheers
Ken

"dotnetforf ood" <do***********@ yahoo.com> wrote in message
news:64******** *************** **@posting.goog le.com...
: Joel Spolsky's new article "How Microsoft Lost the API War" at
: http://www.joelonsoftware.com/articles/APIWar.html
: describes how .NET has failed, how classic VB6 and ASP continue to be
: preferred by developers, and how Microsoft has lost control of the
: preferred API.
:
: You really should read the article. Here are some excerpts:
:
: <Joel Spolsky>
: "And yet, people aren't really using .NET much.
: Oh sure, some of them are..."
:
: "instead of .NET unifying and simplifying, we have a big 6-way mess,
: with everybody trying to figure out which development strategy to use
: and whether they can afford to port their existing applications to
: .NET.
:
: "No matter how consistent Microsoft is in their marketing message
: ('just use .NET-trust us!'), most of their customers are still using
: C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
: other development tools from other companies. And the ones that are
: using .NET are using ASP.NET to develop web applications, which run on
: a Windows server but don't require Windows clients, which is a key
: point I'll talk about more when I talk about the web."
:
: "if you're developing a Windows GUI app today using Microsoft's
: 'official' latest-and-greatest Windows programming environment,
: WinForms, you're going to have to start over again in two years to
: support Longhorn and Avalon. Which explains why WinForms is completely
: stillborn. Hope you haven't invested too much in it. Jon Udell found a
: slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
: Avalon?' and asks, 'Why do I have to pick between Windows Forms and
: Avalon?' A good question, and one to which he finds no great answer."
:
: "So you've got the Windows API, you've got VB, and now you've got
: .NET, in several language flavors, and don't get too attached to any
: of that, because we're making Avalon, you see, which will only run on
: the newest Microsoft operating system, which nobody will have for a
: loooong time. And personally I still haven't had time to learn .NET
: very deeply, and we haven't ported Fog Creek's two applications from
: classic ASP and Visual Basic 6.0 to .NET because there's no return on
: investment for us. None. It's just Fire and Motion as far as I'm
: concerned..."
:
: "the Web user interface is about 80% there, and even without new web
: browsers we can probably get 95% there. This is Good Enough for most
: people and it's certainly good enough for developers, who have voted
: to develop almost every significant new application as a web
: application.
:
: Which means, suddenly, Microsoft's API doesn't matter so much. Web
: applications don't require Windows.
:
: It's not that Microsoft didn't notice this was happening. Of course
: they did, and when the implications became clear, they slammed on the
: brakes. Promising new technologies like HTAs and DHTML were stopped in
: their tracks. The Internet Explorer team seems to have disappeared;
: they have been completely missing in action for several years. There's
: no way Microsoft is going to allow DHTML to get any better than it
: already is: it's just too dangerous to their core business, the rich
: client. The big meme at Microsoft these days is: 'Microsoft is betting
: the company on the rich client.'"
:
: "Much as I hate to say it, a huge chunk of developers have long since
: moved to the web and refuse to move back. Most .NET developers are
: ASP.NET developers, developing for Microsoft's web server...None of
: this bodes well for Microsoft and the profits it enjoyed thanks to its
: API power. The new API is HTML, and the new winners in the application
: development marketplace will be the people who can make HTML sing.
: </Joel Spolsky>
:
: The only sentence in the article that I disagree with is:
: JS> "ASP.NET is brilliant; I've been working with web
: JS> development for ten years and it's really just a
: JS> generation ahead of everything out there."
:
: Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
: Microsoft rewrite of some well-known Perl modules available years ago
: that:
: - use templates to generate dynamic web pages and
: - encrypt form data.
:
: dotnetforfood
:
: classic ASP rulez!!!
Nov 18 '05 #5
I read the article.
It's nothing more than one guy's rambling opinion.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"dotnetforf ood" <do***********@ yahoo.com> wrote in message
news:64******** *************** **@posting.goog le.com...
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
.NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET-trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
.NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!

Nov 18 '05 #6
Opinions are like a**holes. Not only does everybody have one, but almost all
of them stink.
An opinion is a poor substitute for a fact.
In the absence of facts, avoid holding onto opinions. It might prevent you
from finding the facts later.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"dotnetforf ood" <do***********@ yahoo.com> wrote in message
news:64******** *************** **@posting.goog le.com...
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
.NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET-trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
.NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!

Nov 18 '05 #7
"Ken Schaefer" <ke*******@THIS adOpenStatic.co m> wrote in message news:<ON******* *******@TK2MSFT NGP10.phx.gbl>. ..
I have to question what Joel really knows about .NET.

How do you do this in Classic ASP?
<%
If myCheckbox.Chec ked = True then
myTableRow.Visi ble = False
myCustomValidat or.Enabled = False
End If
%>
One way:
<%
IF myCheckboxCheck ed = TRUE THEN
myTableRowVisib le = FALSE
myCustomValidat orEnabled = FALSE
END IF
%>
Hey, you already know the details!
To do this you write a whole bunch of routine or classes yourself but you
still need to have various bits of ASP (at least placeholders) intespersed
in the HTML itself. ASP.NET gets away from all that by giving you an OO and
event-driven programming paradigm, something you don't get with Classic ASP


And something that you don't really need. You .NET OOPers aren't yet
fully aware of Microsoft's latest moves. I'm not the only one who
thinks you don't need OOP (and event-driven architectures).
Microsoft's Don Box discusses how OOP is no longer useful at
http://news.com.com/2100-1046_3-5148148.html :
"Moving developers away from the object-oriented world is a key
element of Microsoft's battle for mindshare with the likes of IBM, Sun
Microsystems, BEA Systems, Oracle and other rivals..."

According to Mr. Box:
"The ability for programs to communicate is a core tenet for the way
we want Longhorn to work," said Box. But, he said, object-oriented
programming is just not all it was made out to be. "What promised in
the '90s to be the most promising technology turned out not to be. By
the 1990s, no one disputed that we could make objects work as an
industry, but we got carried away with the metaphor. We naively said,
'This notion of objects that seems to pan out so well when writing
programs...shou ld work for communications between programs.'"
Read the article and weep for OOP.
..NET is little more than a set of templates combined with several
unnecessarily burdensome new OOP-oriented languages. The consistency
of these languages, manifest in the CLR, is of the sort characterized
by Ralph Waldo Emerson in his famous statement:
"A foolish consistency is the hobgoblin of little minds, adored by
little statesmen and philosophers and divines."

Microsoft has many "little minds." They need to learn to think outside
the Box.

dotnetforfood
Nov 18 '05 #8
Ouch! Someone needs their meds!

-dlbjr

Discerning resolutions for the alms
Nov 18 '05 #9
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote
It's nothing more than one guy's rambling opinion.


concerning Joel Spolsky's outstanding article "How Microsoft Lost the
API War"
http://www.joelonsoftware.com/articles/APIWar.html

After 5 days, Spolsky's "rambling opinion" is referenced by over 2500
sites. But only I am reading your (non-informative, boring,
uninteresting, empty, useless, wasted) post!-)

Whose opinions are respected: Spolsky's or yours?
Nov 18 '05 #10

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

Similar topics

24
3048
by: dotnetforfood | last post by:
Joel Spolsky's new article "How Microsoft Lost the API War" at http://www.joelonsoftware.com/articles/APIWar.html describes how .NET has failed, how classic VB6 and ASP continue to be preferred by developers, and how Microsoft has lost control of the preferred API. You really should read the article. Here are some excerpts: <Joel Spolsky> "And yet, people aren't really using .NET much.
8
2360
by: dotnetforfood | last post by:
I surveyed market penetration of various server-side technologies using Google's search facility and posted them to the microsoft.public.inetserver.asp.general newsgroup. Results are in number of occurrences of each file extension: FileExt Occurrences ==================== ..PHP 324M ..ASP 243M ..CGI 171M
5
5100
by: Tarundeep Singh Kalra | last post by:
Hi, i am a VC++ developer (MFC) and i want to use .NET at its best. But all the samples , tuotorials etc are either in C# or VB.NET. I have certain doubts :- 1). Is Microsoft going to phase out C++ development especially MFC , ATL since very little material and focus on MFC developers is there ? 2). There are no MCSD Exams that i can take if i want to earn that since
2
1715
by: Scott | last post by:
THis may not be the right forum for market questions, I'm looking for an active set of .Net / C# folks to help us locate the right information. We're considering .Net for a client and need to be able to rely on Windows existing penetratino of .Net I'm looking for the following, : - % of Windows clients that have .Net 1.1 or later installed as of March 2006. - What OS did .Net first appear in, preinstalled - Does .Net come with IE and...
0
9699
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
9562
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,...
0
10305
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10285
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
10063
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
7598
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...
1
4270
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
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2966
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.