T
tshad
Another good reason.fd123456 said:I believe they're code-beside because of the MS policy to provide "a
full development solution for free", meaning that you *can* write
programs for the .net platform for free using only Notepad if you
want. So, those examples cater for both types of users.
Again, my view on this is that if you own VS and are using it
properly, you can code several times faster and work on very very
complex projects (N-tier, security, auto-reconfigurable, the works),
where code is more important (in size) than design. It's not a matter
of coding practice or design, or programming quality, or even
programmer quality, it's just a matter of using a fantastic IDE that
grows on you. You can write macros and assign keystrokes to them,
which means you can type method or properties stubs in one keystroke.
I can see the benefit of VS from just the little bit I have played with it
and will probably like it more the more I use it. I hear from some that
have a problem with VS that the new version is much better, so I look
forward to seeing that.
The hassle of maintaining two different files for each page disappears
with VS, because going from one to the other is completely handled by
VS, as is the creation of all necessary bits of code, like
"codebehind=myPage.aspx.vb" or "inherits=myPage.vb". Note that I
originally started by writing Windows programs, not Internet ones.
Hence VS.
But I am fully aware, contrarily to some here, that my love is
threefold : I love .net because of the richness of the libraries, I
love c# for it's sheer beauty and I love VS as an IDE for the ease of
use.
At the very start of this thread - a month ago, can you believe it? -
My how time flies when you are having fun
you asked some questions about the structure of the pages for asp.net,
so I decided to share my passion for asp.net with you. In no way am I
going to force you into loving c# or the IDE, that's entirely up to
you, although at one point I had to explain what was the relation
between a page and it's codebehind because the example I had provided
was written with the IDE.
That was what I was looking for. If you don't have a passion for what you
are doing, that you are not enjoying what you do and that would be a
tragedy. Too many people hate their jobs these days.
Everyone has their preferences (which is why we don't have just MS). And
listening to people who have differing opinions is how to best form yours.
I do like DW - but am not wedded to it. It has a lot of pluses, but myYou seem to be rather intent on using DW and Textpad to code, and
there's nothing wrong with that on my end. I'll try my best to provide
you with examples you can use.
point with Textpad was that they are all tools and some are better than
others for different tasks and I like that fact that I have the option to
use different tools to accomplish the same thing. Back in the old days, you
didn't have that option. You used whatever the computer manufacture had to
offer - like it or not.
Tom