> > 1. Use the ASP.NET pre-compiler. I believe this
will
> > generated predictable
> > names.
>
> This has an unfortunate side effect of creating a
single assembly per page.
Not with the correct command-line options to the
precompiler.
> For new projects I don't understand why people would
want to use this retro
> style. It has the drawbacks that they were trying to
get away from in v2.0.
It's vastly superior when doing strong-typed access between
pages/controls, between master pages, and it cooperates with
source-control a TON better (e.g. doesn't _assume_ that
everything in
the directory is automatically part of the project). The
OLD VS2003
way was the worst of the possibilities, but that was mostly
due to the
insistence on WebDav and IIS integration.
I do like the Web Site projects for distributed examples as
it needs
no setup or deployment to get going. That's probably why
YOU like it
so much... much of your work at Developmentor is building
one-offs and
examples, right?
--
"I love deadlines. I like the whooshing sound they
make as they fly
by." –Douglas Adams
Marc C. Brooks
http://musingmarc.blog
spot.com
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|