473,402 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

Good-bye to programmers...

I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created a database lookup with paging and ability to Add, Edit, or delete in less than 5 minutes. Is this the end of programming as we know it. I was simply amazed at how simple it was and how it did not require any code - only point and click. My question to the group is, with the automation of such programming task and the interface making it easier and easier, do you think programming as we know it in ASP 3.0 will exist or will we only be configuring templates /altering properties to create "customized" applications?
Glad to hear

Nov 23 '05 #1
5 1022
On Wed, 23 Nov 2005 13:07:18 -0500, Shawn Ferguson wrote:
I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created a database lookup with paging and ability to Add, Edit, or delete in less than 5 minutes. Is this the end of programming as we know it. I was simply amazed at how simple it was and how it did not require any code - only point and click. My question to the group is, with the automation of such programming task and the interface making it easier and easier, do you think programming as we know it in ASP 3.0 will exist or will we only be configuring templates /altering properties to create "customized" applications?
Glad to hear
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>I've briefly worked on a few tutorials for VS.net 2005 and WHOA!&nbsp; I created a database lookup with paging and ability to Add, Edit, or delete in less than 5 minutes.&nbsp; Is this the end of programming as we know it.&nbsp; I was simply amazed at how simple it was and how it did not require any code - only point and click.&nbsp; My question to the group is, with the automation of such programming task and the interface making it easier and easier, do you think programming as we know it in ASP 3.0 will exist or will we only be configuring templates /altering properties to create "customized" applications?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Glad to hear</DIV></BODY></HTML>

I like seeing your enthusiasm. You will soon see that it takes programming :)

Nov 23 '05 #2
Theres a lot more to development than what the wizards can give you. They
provide the most frequently performed activities for you very easily, but
you still have to know how to code, and what to change to make the most of
the framework. Once you step off the track of common tasks your on your
own - dont worry - you'll still need to know how to code.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Shawn Ferguson" <SF******@cscc.edu> wrote in message
news:ec**************@TK2MSFTNGP09.phx.gbl...
I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created
a database lookup with paging and ability to Add, Edit, or delete in less
than 5 minutes. Is this the end of programming as we know it. I was simply
amazed at how simple it was and how it did not require any code - only point
and click. My question to the group is, with the automation of such
programming task and the interface making it easier and easier, do you think
programming as we know it in ASP 3.0 will exist or will we only be
configuring templates /altering properties to create "customized"
applications?
Glad to hear
Nov 23 '05 #3
There is a different between "programming" and "programming correctly". Just because there are automated tool and systems does not mean that they are appropriate for development. For instance, VS.NET has always had database integrated in the designer, but I know of no people to actually use these features.

There tool are really only for RAD development such as prototypes (imo). For instance, although I have not done much with 2005, I have seen their data integrations and if I am not mistaken, the database queries are stored in the HTML as declarative statements. In this case, where is the "data layer" (and yes, I know that 2005 has some providers to help with the data layer part, this is only an illustrations that tools are not necessarily the best way to code).

Ultimately there is no substitution for the architecture that a programmer can bring to the project.

Now, having said that, it is possible that people (that is managers) may have the initial feeling that you do. Just like companies think they get a better deal by outsourcing development to India (which is not the case because the quality is less), managers who are under budget pressure may think that an application written in one night using such IDE tools is better than the same app written in a week with traditional coding.
"Shawn Ferguson" <SF******@cscc.edu> wrote in message news:ec**************@TK2MSFTNGP09.phx.gbl...
I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created a database lookup with paging and ability to Add, Edit, or delete in less than 5 minutes. Is this the end of programming as we know it. I was simply amazed at how simple it was and how it did not require any code - only point and click. My question to the group is, with the automation of such programming task and the interface making it easier and easier, do you think programming as we know it in ASP 3.0 will exist or will we only be configuring templates /altering properties to create "customized" applications?
Glad to hear
Nov 23 '05 #4
Re:
<<Is this the end of programming as we know it>>

No.


"Shawn Ferguson" <SF******@cscc.edu> wrote in message news:ec**************@TK2MSFTNGP09.phx.gbl...
I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created a database lookup with paging and ability to Add, Edit, or delete in less than 5 minutes. Is this the end of programming as we know it. I was simply amazed at how simple it was and how it did not require any code - only point and click. My question to the group is, with the automation of such programming task and the interface making it easier and easier, do you think programming as we know it in ASP 3.0 will exist or will we only be configuring templates /altering properties to create "customized" applications?
Glad to hear
Nov 23 '05 #5
Yup, its the end of the programmer. That breed has been ill for a long time
now. They are expensive and ill-mannered socially.

Enter the age of the Software Engineer!

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"Shawn Ferguson" <SF******@cscc.edu> wrote in message
news:ec**************@TK2MSFTNGP09.phx.gbl...
I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created
a database lookup with paging and ability to Add, Edit, or delete in less
than 5 minutes. Is this the end of programming as we know it. I was simply
amazed at how simple it was and how it did not require any code - only point
and click. My question to the group is, with the automation of such
programming task and the interface making it easier and easier, do you think
programming as we know it in ASP 3.0 will exist or will we only be
configuring templates /altering properties to create "customized"
applications?
Glad to hear

----------------------------------------------------------------------------
----
I've briefly worked on a few tutorials for VS.net 2005 and WHOA! I created
a database lookup with paging and ability to Add, Edit, or delete in less
than 5 minutes. Is this the end of programming as we know it. I was simply
amazed at how simple it was and how it did not require any code - only point
and click. My question to the group is, with the automation of such
programming task and the interface making it easier and easier, do you think
programming as we know it in ASP 3.0 will exist or will we only be
configuring templates /altering properties to create "customized"
applications?
Glad to hear
Nov 24 '05 #6

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

Similar topics

10
by: KN | last post by:
I know both are pretty much the same and it comes down to personal choice. But I have to make the choice for the team. Things so far that I am considering 1. XML documentation in C# -- thats...
29
by: RAY | last post by:
Hi , my boss has asked I sit in on an interview this afternoon and that I create some interview questions on the person's experience. What is C++ used for and why would a company benefit from...
113
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...
59
by: Alan Silver | last post by:
Hello, This is NOT a troll, it's a genuine question. Please read right through to see why. I have been using Vusual Basic and Classic ASP for some years, and have now started looking at...
17
by: Brett | last post by:
I'd like references on where to find some good (quality) icons to use for form and application icons (for the EXE). Most of the free stuff isn't that great looking and there isn't a good...
15
by: Alex L Pavluck | last post by:
I am new to programming other than SAS. I read that C# is a good starting language and I have started to create some simple programs with C# 2005 express edition. Can someone let me know if this...
6
by: Jamiil | last post by:
I am not a programmer by any means, but a dedicated aficionado. I have good understanding of Java and C/C++, and now I would like to learn javascript->ajax, but I don't know where to start. My HTML...
30
by: mistral | last post by:
Neeed good javascript unescape encoder, to protect javascript code. Some advices? Online tool, or ready javascript only. Any opinions about the Javascript Obfuscator:...
206
by: WaterWalk | last post by:
I've just read an article "Building Robust System" by Gerald Jay Sussman. The article is here: http://swiss.csail.mit.edu/classes/symbolic/spring07/readings/robust-systems.pdf In it there is a...
76
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.