R
Rob R. Ainscough
I've been coding .NET for over a couple of years now and I must admit that
VB6 debugging is still a much better experience (with the exception of not
being able to view a recordset) where it has real "edit and continue"
features and one can see the real output to a windows form.
However, the VS 2005 IDE does provide more benefits - code snippets,
comments, rename, find all references, far better intellisense, smart
blocking, section compression. My only suggestion for VS 2007 -- get rid of
the Design/source concept used for web page development. VS should be
feature rich enough that design/source is not needed. Not to mention VS
2005 does a really bad hack job when looking at the source -- they should
"hide" this from the developer in the IDE and all should be done via code
behind and/or form design. All the other "details" really just get in the
way -- I realize this exists because .NET framework just isn't there yet it
terms of being able to do everything (meaning we still have to resort
JavaScript or 3rd party to get some tasks done).
I hope Microsoft move away from the Design, source, code behind and provide
enough functionality so we can just do design & code behind -- which would
truely remove the transition of Windows Form development to Web Page
application development. The less I have to know about HTML, the better --
lets focus on the bigger issues. From a business owners perspective, the
less the developer has to learn on redundant feature sets, the more they can
produce to the end user. Fortunately most of my future apps are going to be
"smart clients" (I hate using that buzz word) -- aka click once -- so web
development is going to be minimal.
Rob.
VB6 debugging is still a much better experience (with the exception of not
being able to view a recordset) where it has real "edit and continue"
features and one can see the real output to a windows form.
However, the VS 2005 IDE does provide more benefits - code snippets,
comments, rename, find all references, far better intellisense, smart
blocking, section compression. My only suggestion for VS 2007 -- get rid of
the Design/source concept used for web page development. VS should be
feature rich enough that design/source is not needed. Not to mention VS
2005 does a really bad hack job when looking at the source -- they should
"hide" this from the developer in the IDE and all should be done via code
behind and/or form design. All the other "details" really just get in the
way -- I realize this exists because .NET framework just isn't there yet it
terms of being able to do everything (meaning we still have to resort
JavaScript or 3rd party to get some tasks done).
I hope Microsoft move away from the Design, source, code behind and provide
enough functionality so we can just do design & code behind -- which would
truely remove the transition of Windows Form development to Web Page
application development. The less I have to know about HTML, the better --
lets focus on the bigger issues. From a business owners perspective, the
less the developer has to learn on redundant feature sets, the more they can
produce to the end user. Fortunately most of my future apps are going to be
"smart clients" (I hate using that buzz word) -- aka click once -- so web
development is going to be minimal.
Rob.