J
jqpdev
Hello all,
I've been developing web apps using Borland's websnap technology which is
built upon asp technology.
I'm tranisitioning to ASP.NET VS.NET and need some techniques/best practices
to assist in the transition.
I've created my apps/sites using a chunking method based on a template.
Chunks of HTML and JScript are stored together in separate files, and groups
of pages share a common template file. Most of the pages have their layout
based on HTML tables (its just easier).
I understand that the ASP.NET pages are based on a class (code behind), but
how does one achieve consistency across a group of pages with respect to
their HTML layout? Is a common template approach still a productive
technique or will it be more of a headache in the long run? Should I be
thinking in terms of generalizing groups of pages based on a base class, and
then create child classes to address per-page specific needs?
What are the criteria being used to separate what will go into a code behind
class and what will be controlled by CSS?
Last question (for now), Borland's tools allow one to quickly consume and
transform an XML document to HTML, based on XSLT (and optionally CSS,
JScript, Javascript). I'm curious to know if a lot of folks are using this
method in ASP.NET. If so, what is the performance like, and how many
hurdles does one have to jump through with this technique?
I've been doing some reading and experimenting in my head, but I'm quickly
compiling a large group of questions. Also, I'm writing my apps in C# with
..NET v1.1.
I've been developing web apps using Borland's websnap technology which is
built upon asp technology.
I'm tranisitioning to ASP.NET VS.NET and need some techniques/best practices
to assist in the transition.
I've created my apps/sites using a chunking method based on a template.
Chunks of HTML and JScript are stored together in separate files, and groups
of pages share a common template file. Most of the pages have their layout
based on HTML tables (its just easier).
I understand that the ASP.NET pages are based on a class (code behind), but
how does one achieve consistency across a group of pages with respect to
their HTML layout? Is a common template approach still a productive
technique or will it be more of a headache in the long run? Should I be
thinking in terms of generalizing groups of pages based on a base class, and
then create child classes to address per-page specific needs?
What are the criteria being used to separate what will go into a code behind
class and what will be controlled by CSS?
Last question (for now), Borland's tools allow one to quickly consume and
transform an XML document to HTML, based on XSLT (and optionally CSS,
JScript, Javascript). I'm curious to know if a lot of folks are using this
method in ASP.NET. If so, what is the performance like, and how many
hurdles does one have to jump through with this technique?
I've been doing some reading and experimenting in my head, but I'm quickly
compiling a large group of questions. Also, I'm writing my apps in C# with
..NET v1.1.