XAML

  • Thread starter Thread starter Adlai Stevenson
  • Start date Start date
Thats a pretty good thing then.

In my business, when we do aspx projects, I write the codebehind, and
the Creative group uses Mac Dreamweaver to create the webForms.

Then I integrate them in VS2003
 
No.

XAML allows you to define visual elements, but when you want to implement
the guts behind the UI, you need a proper programming language.

Everything that can be done in XAML can also be done in C#. The idea is to
allow professional UI designers to design the UI with some apropriate tool
that emits XAML, then a coder can take this and write the code behind that
does the actual work.


Chris
 
What methodology have you learned to develop that enables you
to exchange the .aspx files back and forth with the people that are
using the page authoring applications to layout the user interface?

The term 'round-tripping' is an old term that I did not make up. It
means passing some 'thing' back and forth as that 'thing' is in the
process of being worked on.

Apparently Macromedia falsely advertises that DMX supports
ASP.NET but DMX does not support page directives such as
Codebehind which is the standard for developing ASP.NET
applications.

So, I'm trying to learn how you may have learned to cope with
that fact, passing the .aspx back and forth as deisgn changes to the
user interface may occur.

Surely you live in the real world where 'designers' and the idiots
they work for ALWAYS change their minds AFTER they release
their work to others. :-)

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
 
Back
Top