How importand to you think XAML is?

B

Brent

OK i downloaded the new/addon framework 3 and downloaded the VS 2005 addon.
I started with XAML. So far im like mehhhhhhhh. Anyone else have the same
opinion? When i first heard about xaml i got excited as you could put a lot
of 3d effects in your apps. Who is with me in thinking that xaml is kind of
green right now. Maybe tools will be added in the future that will make it
an excellent technology but right now its not that great. There are so many
great technoligies in .Net now and its very hard to profficient in all of
them. Who thinks (unless you have special needs) that effort learning xaml
should wait until better tools are available and your learning should be
applied elsewhere. I just have so many things i want to learn. From
technologies in SQL Server 2005 to programming paradigms like Extreme
Programming using NUnit. I was curious of everyones opinions.

thanks,
Brent
 
J

Jon Skeet [C# MVP]

Brent said:
OK i downloaded the new/addon framework 3 and downloaded the VS 2005 addon.
I started with XAML. So far im like mehhhhhhhh. Anyone else have the same
opinion? When i first heard about xaml i got excited as you could put a lot
of 3d effects in your apps. Who is with me in thinking that xaml is kind of
green right now. Maybe tools will be added in the future that will make it
an excellent technology but right now its not that great. There are so many
great technoligies in .Net now and its very hard to profficient in all of
them. Who thinks (unless you have special needs) that effort learning xaml
should wait until better tools are available and your learning should be
applied elsewhere. I just have so many things i want to learn. From
technologies in SQL Server 2005 to programming paradigms like Extreme
Programming using NUnit. I was curious of everyones opinions.

XAML looks lilke a fabulous technology to me. One of my main interests
in it is to allow designers to write out their results in a way which
is hand-editable and then *still* designer-editable. Designers are
awful at writing code, IMO, but I don't see any reason why they
shouldn't write reasonable XAML.
 
K

Kevin Spencer

Hi Brent,

Not being able to see something is not the same thing as its' not being
there, and I can certainly understand why you (and others) have trouble
understanding the power and potential of XAML. Here are a couple of good
articles that may shed some light on the subject:

http://searchvb.techtarget.com/originalContent/0,289142,sid8_gci1213781,00.html
http://eclipse.sys-con.com/read/47671.htm

--
HTH,

Kevin Spencer
Microsoft MVP
Ministry of Software Development
http://unclechutney.blogspot.com

Never trust a dunderhead with a blunderbuss.
 
M

Michael Nemtsev

Hello Brent,

B> OK i downloaded the new/addon framework 3 and downloaded the VS 2005
B> addon. I started with XAML. So far im like mehhhhhhhh. Anyone else
B> have the same opinion? When i first heard about xaml i got excited as
B> you could put a lot of 3d effects in your apps. Who is with me in
B> thinking that xaml is kind of green right now. Maybe tools will be
B> added in the future that will make it an excellent technology but
B> right now its not that great.

It's great as technology, but it's too young.
Many steps were undertaked to support XAML - there are flash2xaml converters,
adobe editors export to xaml, xaml editors, and etc. It only needs time to
be popular.

B> There are so many great technoligies in
B> .Net now and its very hard to profficient in all of them. Who thinks
B> (unless you have special needs) that effort learning xaml should wait
B> until better tools are available and your learning should be applied
B> elsewhere.

the same things can be said about anything else :)
for example about SQL2005 :) because there are majority of Oracle/SQL2000
DBs around

The current problem of XAML is intertwined with .NET 3.0 so to use it (or
XBAP) your client needs to have .NET 3.0

So just wait to see that XAML be popular and it becames more popular when
WPF/E will be released, coz it allows to build your webApps without .NET
3.0 on your client machine

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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

Top