473,418 Members | 2,020 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,418 software developers and data experts.

Is "Whidbey" going to de-skill developers ?

Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.
Nov 19 '05 #1
7 1428
hi,

i'm absolutely agree with you. that was just what i thought when i first try
the whidbey (beta).
with the advent of whidbey, an average or a newbie who just know to point
and click and do some page layout design and have some degree of database
design knowlegde could possibly create a working application easily.

i think that Microsoft should re-think to withdraw it's MCAD/MCSD
certification altogether, because these cert won't give you any good in the
industry anymore.
i think that the advent of whidbey, just nullify the importance of being a
certified developer. because...'all you have to do is just point and click'
:)
as of now, i'm preparing to take MCAD certification, which is based on .NET
1.1 and VS2003. because i think being a certified developer would give me a
better bargain in bidding for projects/jobs.
that may explain why i'm a little bit sounds cynical to whidbey.

regards,
"Fresh Air Rider" <Fr*************@Hotmail.com> wrote in message
news:55**************************@posting.google.c om...
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.

Nov 19 '05 #2
Fresh Air Rider wrote:
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.


Maybe it just comes with enough Framework stuff that helps eliminate *tons*
of boilerplate code...

Cheers,

--
Joerg Jooss
www.joergjooss.de
ne**@joergjooss.de
Nov 19 '05 #3
It will enable quicker development, as out of the box controls for common
every day events will be available, thus reducing code you as a developer
has to write to make a list bind to data for example.

It takes away none of the skill in understanding the frameworks complex
series of classes and namespaces and their limitations, nor replaces the
need to understand things like the http protocol, how transactions work in a
multi tiered system or how bad page design can seriously degrade the best
system.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Fresh Air Rider" <Fr*************@Hotmail.com> wrote in message
news:55**************************@posting.google.c om...
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.

Nov 19 '05 #4
WJ

"Fresh Air Rider" <Fr*************@Hotmail.com> wrote in message
news:55**************************@posting.google.c om...
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.
No. There are always special requirements in your future projects that no
tool on this Earth (no matter how much code the tool can create for you) can
match but your skills!
Surely this is going to de-skill or dumb down the developers task and open
up the task to less qualified and trained staff.
So, You you think MS/VS.Net 2005 is a "super" tool ? I would not give MS
this credit !
Tell me if I'm wrong.


Yes. You are VERY WRONG !!! .. and a word of advice: You must "SHARPEN" your
skill everyday. Do not quit learning. And do not just do .Net only !
Especially never use that word "DIM" in your source code! As this will "dim"
your skills... and your livelihood altogether :)

Happy new Year.

John
Nov 19 '05 #5
No, from what I have seen of 2.0:

2.0 is going to enable average and below average developers to generate
powerful apps with little time.
2.0 is going to enable above average and exceptional developers to write
even more powerful modules. The provider model ASP.NET is using will
practically enable my fish tank and a webcam to operate my security
validation and personalization.

It will just make the dividing lines between interface developers and
backend developers more of a line as both groups can perform their tasks
more efficiently.

IMHO,

bill

Whidge
"Fresh Air Rider" <Fr*************@Hotmail.com> wrote in message
news:55**************************@posting.google.c om...
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.

Nov 19 '05 #6
The .Net platform hasn't changed at all, really. What Microsoft has done is
to build new tools for productivity onto it. As with any other compiled
programming technology, you can work at whatever level you are comfortable
with. You can still build a complete ASP.Net app from the ground up, if you
wish. Design your own HttpHandlers, etc. But there are quite a few people
out there who are not acquainted very well with lower-level programming, and
higher-level tools have been added, based upon the perceived problems that
some developers have had with the technology.

In essence, they haven't "de-skilled" ASP.Net. They have added tools that
require less skill for less-skilled developers, and for the productivity of
experienced developers.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"William F. Robertson, Jr." <theman_at_fdrsucks.com> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...
No, from what I have seen of 2.0:

2.0 is going to enable average and below average developers to generate
powerful apps with little time.
2.0 is going to enable above average and exceptional developers to write
even more powerful modules. The provider model ASP.NET is using will
practically enable my fish tank and a webcam to operate my security
validation and personalization.

It will just make the dividing lines between interface developers and
backend developers more of a line as both groups can perform their tasks
more efficiently.

IMHO,

bill

Whidge
"Fresh Air Rider" <Fr*************@Hotmail.com> wrote in message
news:55**************************@posting.google.c om...
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.


Nov 19 '05 #7
I have been developing for over 20 years. Every single year, a new
technology comes out that makes programming look so much simpler that users
ask the same question you have asked.

Programming is all about encapsulating reusable ideas into "black boxes" and
distributing them. Object oriented programming with its emphasis on class
libraries really excels in doing this. But OOP and class libraries have been
the centerpiece of programming for around 10 years. Programmers haven't
suffered.

However...People are becoming programmers more quickly. This has the side
effect that most of them have so little aptitude for real coding that they
cannot build a program, only drag, drop and set properties. Unfortunately,
they get hired as real programmers.

The GOAL of developing a web site remains the same from the client's
perspective: give me the *functionality* I want (on time). The offer their
users benefits by their uniqueness. Its usually not about whether you can
write a login page. Its about the features site users find after they login.

Since HTML was designed to deliver visual data without any programming, it
emphasizes content which can be drawn up in MS Word (for example). ASP.NET
is an HTML generator that emphasizes dynamically defining a page through
programming. Yet, it's still trying to output content and HTML page
developers benefit by keeping these tools at their level. ASP.NET 2.0
addresses this.

HTML generation is a very lightweight area of programming. If you are a true
programmer, writing code to generate HTML is really not applying your
skills. You look for all-code oriented challenges like building custom
controls, business logic, etc on the web platform or seek out development of
Windows apps, drivers, reporting engines, etc in a very diverse world
available to your skill set.

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Fresh Air Rider" <Fr*************@Hotmail.com> wrote in message
news:55**************************@posting.google.c om...
Hi

I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by
70%.

Surely this is going to de-skill or dumb down the developers task and
open up the task to less qualified and trained staff.

Tell me if I'm wrong.

Nov 19 '05 #8

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

Similar topics

9
by: Brad Ford | last post by:
I see posts concerning the use of Whidbey, I am new to MSDN, and I would very much like to try it out. There is even a "hands on tutorial", but the requirement is that you have Whidbey installed...
0
by: Cave | last post by:
Is there a way to install the SQL Reporting Services Client on Whidbey ? The installer searches the system for an installation of Visual Studio 2003 in order to install the client part of SQL RPS....
2
by: Paul Johnston | last post by:
I'm using VB.Net. I've tried using Console.Read() but it requires a line-terminator before it finishes (doesn't that mean it's functionally equivalent to ReadLine() -- why have it then?). I've...
43
by: Zeng | last post by:
It's so messy w/o the "friend" relationship. Does anyone know why it was not supported in C#. It's almost about as bad as it doesn't support the inheritance hierarchy and method reference...
15
by: Bobby C. Jones | last post by:
Is there an advantage to either of these methods, or is it simply a matter of style? I used to use the "as" method, but later gave it up for the "is" method as the intent of the code seems a...
8
by: John A Grandy | last post by:
tools > options > debugging > edit and continue by default, the option "allow me to edit vb files while debugging" is checked for c#, but unchecked for vb.net .... ? does anyone know why...
4
by: spamfurnace | last post by:
Hi there. Ive just been reading about the Whidbey Provider Pattern on MSDN, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp02182004.asp and i wanted to...
6
by: P. Prosper | last post by:
Hello, Sorry for the cross-posting, I first posted this message to the vb.6 NG (wrong group) <g>. Are there any add-in or tools out there (for VB.NET ) that would allow one to drag and drop...
1
by: M O J O | last post by:
Hi, I want to extend the My (like My.Application, My.Forms and so on) with some DataBase methods. If I write this.... Namespace My Public Class DataBase End Class
3
by: Quick | last post by:
.Value is now .setattribute & .getattribute("name", "value") What took the place of .Click? I see .Click is still stated as a method of Forms. I have a reference "xForm" to the exact form I...
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
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.