473,387 Members | 1,590 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,387 software developers and data experts.

ASP .NET a downgrade from what VB, ActiveX and Visiual Studio could do - Help?

JS
Hello,

I am using ASP .Net to create my own web controls and I have noticed that
there is one too many requirements that forces the developer to be aware of
and get involved with. In the past the developer could choose between using
VC++ and/or VB to create active X controls which primarily only required for
the developer to focus on the logic of the code behind of what the control
needed to accomplished. The new Visual Studio .Net does leave a lot to
desire from what the old Visual Studio 6.0 allowed to do. Now I have to:

- Render the control (Studio 6.0 allowed for me to just drag the look and
feel that I wanted): Is this a something that Microsoft did not have the
time to think of? Or have they just decided that the world needs more
developers ... What happened to the concept of ZERO Coding? What happened
to the fact that the business analysts will be able to compose Software
applications together?

- There are one too many Interfaces and idiosyncrasies that makes it a
tougher element to learn - To begin with the books out there are very poor
(actually one of the best websites I found was www.asp.net - which you would
think would carry least clear content) - Microsoft Press books are faulty
and WROX (you know what WROX is all about - copy and paste - lines and lines
of useless code).

- Visual Studio intelli...what? The GUI gives me bogus reactions to
what I type - and only after compilation will it then refresh what the real
syntax errors may be located at (even if there is an option to fix this,
then why is it not on by default...)

I would like to know if Microsoft or any other vendor is trying to make
ASP .Net Custom Control development a much easier task than what it is
today. What happened to Click-Drag and Drop? I want to create a DLL like I
used to be able to do so using VB. And no, I don't want to conform with
just creating User Custom User Web Form Controls (ascx), but rather true
custom controls that get compiled to DLLs.

Anybody has some insight about new IDEs that may attempt to ease up the
development of custom ASP.NET controls?

Thank you,

Pete
Nov 18 '05 #1
1 1839
1. It gets better in .NET 2.0.
2. For more power, you often take a step back to go forward
3. Much of your complaint is your heavy understanding of COM and not of .NET

Yes, it is a bit of a pain, but, realistically, ActiveX was a pain, as well.
The pains were just different types of pains and you are not used to this
pain.

Now, depending on what you are using controls for, there are ways around the
pain. User controls are easier to code than server controls. The problem is
they do not render in the IDE. For elements repeated on each page, both will
do. In .NET 2.0, you will have master pages, which further simplify this
model.

Books: Wrox is dead. The MSPress books are actually fairly decent, esp.
compared to old MS Press books. The APress stuff is a bit too specific. Many
try to write ASP in ASP.NET. Yuck! The free material on the MSDN site is
fairly decent, including free downloads of a variety of books. The
www.asp.net site is written by some really good guys at Microsoft, many of
whom used to write for Wrox. ;->

The biggest issue I had, coming from VB COM and ASP, was making the paradigm
shift. Now, I hate having to go back to legacy COM work.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"JS" <sh*****@hotmail.com> wrote in message
news:e4**************@TK2MSFTNGP10.phx.gbl...
Hello,

I am using ASP .Net to create my own web controls and I have noticed that there is one too many requirements that forces the developer to be aware of and get involved with. In the past the developer could choose between using VC++ and/or VB to create active X controls which primarily only required for the developer to focus on the logic of the code behind of what the control
needed to accomplished. The new Visual Studio .Net does leave a lot to
desire from what the old Visual Studio 6.0 allowed to do. Now I have to:

- Render the control (Studio 6.0 allowed for me to just drag the look and feel that I wanted): Is this a something that Microsoft did not have the
time to think of? Or have they just decided that the world needs more
developers ... What happened to the concept of ZERO Coding? What happened
to the fact that the business analysts will be able to compose Software
applications together?

- There are one too many Interfaces and idiosyncrasies that makes it a
tougher element to learn - To begin with the books out there are very poor
(actually one of the best websites I found was www.asp.net - which you would think would carry least clear content) - Microsoft Press books are faulty
and WROX (you know what WROX is all about - copy and paste - lines and lines of useless code).

- Visual Studio intelli...what? The GUI gives me bogus reactions to
what I type - and only after compilation will it then refresh what the real syntax errors may be located at (even if there is an option to fix this,
then why is it not on by default...)

I would like to know if Microsoft or any other vendor is trying to make
ASP .Net Custom Control development a much easier task than what it is
today. What happened to Click-Drag and Drop? I want to create a DLL like I used to be able to do so using VB. And no, I don't want to conform with
just creating User Custom User Web Form Controls (ascx), but rather true
custom controls that get compiled to DLLs.

Anybody has some insight about new IDEs that may attempt to ease up the
development of custom ASP.NET controls?

Thank you,

Pete

Nov 18 '05 #2

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

Similar topics

13
by: Randy Dietz | last post by:
Hi, how can I create a simple non-UI dll or component which will be used by MS Access and .ASP apps which I can build with Visual C++ .net? An example or template which would allow me to paste in...
2
by: brazilnut | last post by:
Hi. Let me explain the setup. I am using Visual Studio .NET to develop a sort of add-in (COM class) for Excel called SQLAddin. It basically queries a SQL server and pulls in data. Now within my...
0
by: Craig | last post by:
I am having problems getting an ActiveX DLL written in VB6 to call a method in a C# class library component. My C# DLL is called CSharpProject.dll and contains a public class called CSharpClass....
3
by: mariantrygg | last post by:
How do I know which version of MSJET40.dll is currently being used by Access on my PC? and can I distribute an older version and still expect it to work? If not, can I go back to an older version...
0
by: ann | last post by:
Hi, I am trying to add an ActiveX control on my ASP.NET web form (the language for code behind is C#). I have some client-side vbscript to handle events from the html input buttons. In the...
1
by: Alejandro K. | last post by:
Well i been trying to use the MsComm control in one of my projects, and in my developing machine ( have both .Net and VS 6 ) i can use the ActiveX freely with no problems. The problem starts when i...
4
by: Henrik Dahl | last post by:
Hello! Is it possible to use Visual Studio 2005 or, secondarily, Visual Studio .NET 2003 to create ActiveX controls which may be consumed by VB 6.0 programs, i.e. dealt with on forms in the...
0
by: vml | last post by:
Hello, I am trying to mograte from vb 6 to python. I have a very usefull AX control. It can be : -just a bitmap -an active picture where you can plot data and put cursors -a data explorer ...
5
by: incrediblesuperdude | last post by:
Hi everybody, I have a problem with a bug in the sp1 of .Net 2.0 which is reported on this page: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx... Because of this a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.