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
 
How do you manage round-tripping the .aspx when the user interface
needs to be changed?

--
<%= 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/
 
clintonG said:
How do you manage round-tripping the .aspx when the user interface
needs to be changed?

What do you mean 'round-tripping' ?
 
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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top