hi, from PHP or JSP users' mind, what's the weakness with ASP.NET?
any opinions are appreciated.
side question: is it true that ASP.NET can only be used with IIS? is
IIS a huge trouble maker? will IIS affect the performance of ASP.NET?
thankx. 11 3157
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alan Zhong wrote: hi, from PHP or JSP users' mind, what's the weakness with ASP.NET?
Vendor lock-in.
Bob
-----BEGIN PGP SIGNATURE-----
Comment: B. Johannessen <bo*@db.org> - http://db.org/contact/en/
iD8DBQFARk+9ooisUyMOFlgRAm72AJ91L6q21JtvPZWJLWWLbN 0k8V0PBgCeNjxr
hflAmjRs5w1xsbTWtV+i6X0=
=OKfC
-----END PGP SIGNATURE-----
Lack of flexibility. Total reliance on Javascript.
Uzytkownik "Alan Zhong" <al*********@yahoo.com> napisal w wiadomosci
news:b0**************************@posting.google.c om... hi, from PHP or JSP users' mind, what's the weakness with ASP.NET? any opinions are appreciated. side question: is it true that ASP.NET can only be used with IIS? is IIS a huge trouble maker? will IIS affect the performance of ASP.NET? thankx.
"Chung Leong" <ch***********@hotmail.com> wrote in message
news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript.
Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in
Asp.net now, and I don't quite understand that statement?
In web applictions, the only feasible client-side language
*is* JavaScript! I don't understand what this have to do
with Asp.Net? Uzytkownik "Alan Zhong" <al*********@yahoo.com> napisal w wiadomosci news:b0**************************@posting.google.c om... hi, from PHP or JSP users' mind, what's the weakness with ASP.NET? any opinions are appreciated.
The weakness IMO, is the vendor "lock-in" and the total lack of cross
platform availability.
side question: is it true that ASP.NET can only be used with IIS?
To my knowledge, yes. It is true that the full ASP.NET system can only
be used with IIS.
(There is something called "Mono"(?), that is a U*ix implementation
of the CLR, that is supposed to run ASP.Net scripts, but I don't
know anything about it's state).
Is IIS a huge trouble maker?
Depends on what you mean by "trouble maker". Several of my sites run on
IIS without any problems so far. But yes, there have been more security
issues involving IIS that i.e Apache.
Will IIS affect the performance of ASP.NET?
As long as ASP.NET only run properly under IIS, of course it will!
--
Dag.
"Dag Sunde" <ds*****@orion.no.way> wrote in message
news:l2*********************@juliett.dax.net... "Chung Leong" <ch***********@hotmail.com> wrote in message news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript.
Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in Asp.net now, and I don't quite understand that statement?
In web applictions, the only feasible client-side language *is* JavaScript! I don't understand what this have to do with Asp.Net?
<snip>
By relying on client side processing, you are limiting your potential market
to only those organisations which allow users to have scripting enabled in
their browsers. This is still regarded as ciminal negligence in
organisations with a tendency towards security - which by definition does
not include those running certain browsers which shall remain nameless. "8-D
Just my $0.02
Doug
--
Remove the blots from my address to reply
"Doug Hutcheson" <do*****************@nrm.blot.qld.blot.gov.blot.au > wrote
in message news:1g*****************@news.optus.net.au... "Dag Sunde" <ds*****@orion.no.way> wrote in message news:l2*********************@juliett.dax.net... "Chung Leong" <ch***********@hotmail.com> wrote in message news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript. Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in Asp.net now, and I don't quite understand that statement?
In web applictions, the only feasible client-side language *is* JavaScript! I don't understand what this have to do with Asp.Net?
<snip>
By relying on client side processing, you are limiting your potential
market to only those organisations which allow users to have scripting enabled in their browsers. This is still regarded as ciminal negligence in organisations with a tendency towards security - which by definition does not include those running certain browsers which shall remain nameless.
"8-D Just my $0.02
Which, in turn means, like 85% of the market... (the nameless one, I
mean...)
:-)
--
Dag.
"Dag Sunde" <ds*****@orion.no.way> wrote in message
news:l2*********************@juliett.dax.net... "Chung Leong" <ch***********@hotmail.com> wrote in message news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript.
Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in Asp.net now, and I don't quite understand that statement?
Just out of curiosity, not trying to spring a debate, but where those sites
just written using .asp (active server pages), or were they using remote
objects as to the core of .NET? As in Aplication Serving over http via .NET
that requires a .NET server, not just IIS with .asp parsing.
--
Mike Bradley http://www.gzentools.com -- free online php tools
"CountScubula" <me@scantek.hotmail.com> wrote in message
news:yH*******************@newssvr25.news.prodigy. com... "Dag Sunde" <ds*****@orion.no.way> wrote in message news:l2*********************@juliett.dax.net... "Chung Leong" <ch***********@hotmail.com> wrote in message news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript. Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in Asp.net now, and I don't quite understand that statement?
Just out of curiosity, not trying to spring a debate, but where those
sites just written using .asp (active server pages), or were they using remote objects as to the core of .NET? As in Aplication Serving over http via
..NET that requires a .NET server, not just IIS with .asp parsing.
Sorry... My terminology...
Site = .asp
Web App = remote objects (.Net server)
So... some of each... Mostly Web-apps.
"Alan Zhong" <al*********@yahoo.com> schrieb im Newsbeitrag
news:b0**************************@posting.google.c om... hi, from PHP or JSP users' mind, what's the weakness with ASP.NET? any opinions are appreciated. side question: is it true that ASP.NET can only be used with IIS? is IIS a huge trouble maker? will IIS affect the performance of ASP.NET? thankx.
If you like working with editors and don't really want to care about how
things work (as long as they do work) you might prefer the Microsoft way and
Visual Studio.
If you want to keep control about everything and do not rely on the ease of
an editor you will prefer PHP.
--
Markus
By total reliance on Javascript I'm referring to ASP.Net's event-driven
model, which doesn't work if Javascript is disabled.
Uzytkownik "Dag Sunde" <ds*****@orion.no.way> napisal w wiadomosci
news:l2*********************@juliett.dax.net... "Chung Leong" <ch***********@hotmail.com> wrote in message news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript.
Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in Asp.net now, and I don't quite understand that statement?
In web applictions, the only feasible client-side language *is* JavaScript! I don't understand what this have to do with Asp.Net?
Uzytkownik "Alan Zhong" <al*********@yahoo.com> napisal w wiadomosci news:b0**************************@posting.google.c om... hi, from PHP or JSP users' mind, what's the weakness with ASP.NET? any opinions are appreciated. The weakness IMO, is the vendor "lock-in" and the total lack of cross platform availability. side question: is it true that ASP.NET can only be used with IIS? To my knowledge, yes. It is true that the full ASP.NET system can only be used with IIS.
(There is something called "Mono"(?), that is a U*ix implementation of the CLR, that is supposed to run ASP.Net scripts, but I don't know anything about it's state). Is IIS a huge trouble maker? Depends on what you mean by "trouble maker". Several of my sites run on IIS without any problems so far. But yes, there have been more security issues involving IIS that i.e Apache. Will IIS affect the performance of ASP.NET?
As long as ASP.NET only run properly under IIS, of course it will!
-- Dag.
That true when you need even-based webpage, but we need javascript to do so
on the client side, so what's the problem, even you do a website in PHP, JSP
or whatever, you will all need JS to do the same thing.
Savut
"Chung Leong" <ch***********@hotmail.com> wrote in message
news:XZ********************@comcast.com... By total reliance on Javascript I'm referring to ASP.Net's event-driven model, which doesn't work if Javascript is disabled.
Uzytkownik "Dag Sunde" <ds*****@orion.no.way> napisal w wiadomosci news:l2*********************@juliett.dax.net... "Chung Leong" <ch***********@hotmail.com> wrote in message news:g-********************@comcast.com... Lack of flexibility. Total reliance on Javascript.
Ehhh?
Define "Lack of flexibility".
"Total reliance on Javascript"???
I've written 25-30 medium sized sites & web applications in Asp.net now, and I don't quite understand that statement?
In web applictions, the only feasible client-side language *is* JavaScript! I don't understand what this have to do with Asp.Net?
Uzytkownik "Alan Zhong" <al*********@yahoo.com> napisal w wiadomosci news:b0**************************@posting.google.c om... > hi, from PHP or JSP users' mind, what's the weakness with ASP.NET? > any opinions are appreciated.
The weakness IMO, is the vendor "lock-in" and the total lack of cross platform availability.
> side question: is it true that ASP.NET can only be used with IIS?
To my knowledge, yes. It is true that the full ASP.NET system can only be used with IIS.
(There is something called "Mono"(?), that is a U*ix implementation of the CLR, that is supposed to run ASP.Net scripts, but I don't know anything about it's state).
> Is IIS a huge trouble maker?
Depends on what you mean by "trouble maker". Several of my sites run on IIS without any problems so far. But yes, there have been more security issues involving IIS that i.e Apache.
> Will IIS affect the performance of ASP.NET?
As long as ASP.NET only run properly under IIS, of course it will!
-- Dag.
You dont have to use the wizard all the time, myself, I mostly create
ASP.NET website by hardcoding myself the code. It like you telling HTML is
not good because WYSIWYG is poor coding.
Savut
"Markus Ernst" <derernst@NO#SP#AMgmx.ch> wrote in message
news:40**********************@news.easynet.ch... "Alan Zhong" <al*********@yahoo.com> schrieb im Newsbeitrag news:b0**************************@posting.google.c om... hi, from PHP or JSP users' mind, what's the weakness with ASP.NET? any opinions are appreciated. side question: is it true that ASP.NET can only be used with IIS? is IIS a huge trouble maker? will IIS affect the performance of ASP.NET? thankx. If you like working with editors and don't really want to care about how things work (as long as they do work) you might prefer the Microsoft way
and Visual Studio.
If you want to keep control about everything and do not rely on the ease
of an editor you will prefer PHP.
-- Markus
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Sarah Tanembaum |
last post by:
Beside its an opensource and supported by community, what's the fundamental
differences between PostgreSQL and those high-price commercial database (and
some are bloated such as Oracle) from...
|
by: Sugapablo |
last post by:
Just out of curiosity, while checking on a site I was working on, I
decided to throw a couple of the web's most popular URLs into the W3C
Markup Validator.
Out of microsoft.com, google.com,...
|
by: Alf P. Steinbach |
last post by:
So, I got the itch to write something more...
I apologize for not doing more on the attempted "Correct C++ Tutorial"
earlier, but there were reasons.
This is an UNFINISHED and RAW document,...
|
by: Bonj |
last post by:
I was in need of an encryption algorithm to the following requirements:
1) Must be capable of encrypting strings to a byte array, and decyrpting
back again to the same string
2) Must have the same...
|
by: Guch Wu |
last post by:
Boost has many terrific libraries.
But I want to know whether they are ready for using in real projects.
Which of them are mature enough, or just only in progress?
|
by: Clinton Farleigh |
last post by:
Hi,
I was going to ask a question, but I think I've answered it so now I am
going to rant about how crappy ASP.NET themes are instead.
As I've indicated above, my problem today is with themes....
|
by: bwaichu |
last post by:
Is my understanding of the allocation of these correct?
I used fixed sized allocations for the example below, so I realize
there is some optimization that can be done to those.
I would like to...
|
by: Dan Lenski |
last post by:
Hi all,
I'm a recent, belated convert from Perl. I work in a physics lab and
have been using Python to automate a lot of measurement equipment
lately. It works fabulously for this purpose. ...
|
by: Zach |
last post by:
Can someone give a detailed rejoinder to this. Would also be nice if
someone updates the wiki page so that readers get the other perspective
and don't get the wrong impression about C:
...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
| |