Chad Z. Hower aka Kudzu said:
Ah. Well I really didnt start this thread to mention 3P products - and I do
appreciate your feedback as well as others. But your comment strikes me so
exactly that I want to recommend this link to you:
http://www.atozed.com/intraweb/
Reading link now. Thank you.
I notice you are an MVP. Are you an ASP.net MVP?
Yes, I am, but only because they have ASP and ASP.NET as the same category!
So, I figure that I must now learn ASP.net. [:
Your comment about "the way it makes new programmers think". Is that a
criticism of how ASP.net works quite differently than WinForms, or of how it
is presented to users in "marketing" and documentation?
It'd probably be closer to the latter. I'm not ready to criticize the way
ASP.net works yet. Overall, I think it is a good thing, and after playing
around in VS.net for a little while last night, I do see that the marketing
of "create your applications faster!" is true. I just can't help but think
that much of it is a bit of a scam, in a way. Basically ASP.net is taking
away all the cumbersome work of building your own "controls" for your own
applications, dealing with handling the browser events and detecting what
event took place when a form was submitted, and things like that. It just
seems that if you jump right into ASP.net from no programming background,
you'll wind up never grasping the fundamental concepts of how web-based
programming works and what a book means when it says that http is
"stateless" and events are "client-side" and things like that.
But, all that aside. When I installed VS.net last night and put together
some aspx pages from a book I got, there certainly were lots of things that
I thoroughly enjoyed. It'll be hard for me to drop Textpad in favor of
VS.net though, if I choose to go the "standard" route. No matter what,
though, I must learn it, because this is how things are done now. If I want
to stay in the IT industry, I have to adapt and overcome! I'm working on
that today. :]
Ray at work