|
-
May 22nd, 2010, 02:42 AM
#1
Thread Starter
Fanatic Member
Microsoft Expression blend
What is microsoft expression blend all about?Somebody explain please
thank you
-
May 22nd, 2010, 03:52 AM
#2
Re: Microsoft Expression blend
-
May 22nd, 2010, 06:29 AM
#3
Re: Microsoft Expression blend
Hey,
Put simply, it is the IDE for developing XAML User Interfaces.
When Microsoft started WPF and Silverlight, the intention was that the developer would work in Visual Studio, doing what he/she does best, i.e. working on the code. The designer on the other hand, would work in Expression Blend, doing what they do best, i.e. designing the user interface.
They could both happily work in these two separate IDE's, touching the same files on the file system. The idea was great, but in practice, it didn't quite work out as well as they expected.
Gary
-
May 22nd, 2010, 06:42 AM
#4
Thread Starter
Fanatic Member
Re: Microsoft Expression blend
It means blend is only for creating xaml user interfaces(i.e;only design);no coding(VB or C#).
If so then why did microsoft allowed the programmers to design the user interfaces also in the wpf applications of the visual studio?
Why dont they allowed only the coding part in the visual studio and the design part in the expression blend?I think if they would have done this then expression blend would have gained more popularity
Everyone will prefer an IDE where they can do both design as well as coding......hence visual studio get more popularity than expression blend........am i correct?
-
May 22nd, 2010, 07:25 AM
#5
Re: Microsoft Expression blend
Coders rarely do design too. So a designer can create the interface in Blend without having to either install (or buy) Visual Studio to do it, and the coder can later use the design.
-
May 22nd, 2010, 07:45 AM
#6
Thread Starter
Fanatic Member
Re: Microsoft Expression blend
Just for giving a try,i installed blend 2 and i already had vs 2010 and vs 2005 installed in my system.Now vs 2005 dont have the wpf ; but vs 2010 do have.
So i opened the blend 2 IDE ; click File -> Open -> Project/Selection -> then i selected a vs 2010 wpf project .sln file and clicked ok to get it in the IDE of the blend but i did not get the same.........
Is it such that vs 2010 wpf projects are not compatible with the blend 2 ?
please help
thank you
-
May 22nd, 2010, 07:47 AM
#7
Thread Starter
Fanatic Member
Re: Microsoft Expression blend
 Originally Posted by baja_yu
Coders rarely do design too. So a designer can create the interface in Blend without having to either install (or buy) Visual Studio to do it, and the coder can later use the design.
i want to ask microsoft wants the designer to use the expression blend and the developers to use the visual studio then why did microsoft let the designers also design in visual studio IDE?
Designers can design in both visual studio as well as expression blend.....why?
why not only in blend?
-
May 22nd, 2010, 08:11 AM
#8
Re: Microsoft Expression blend
If you were a designer that doesn't do any coding, what would you choose of these two
Visual Studio 2010, cheapest option $799, can only design interfaces.
Expression Studio 3 (Blend comes with it), cost $599, can design interfaces (Blend), website design and programming (Expression Web), graphics editing/drawing (Expression Design) and video editing/encoding (Expression Encoder)?
And why can you design interfaces with Visual Studio? What if you are making an application that requires a simple interface that you (the coder) can do yourself? Would you like it if you, just for that, had to buy a new application for it?
-
May 22nd, 2010, 08:32 AM
#9
Thread Starter
Fanatic Member
Re: Microsoft Expression blend
 Originally Posted by baja_yu
If you were a designer that doesn't do any coding, what would you choose of these two
i would choose the blend since just a moment before i saw that in several cases i dont need to write any XAML code in blend(such as rendering transformation to a control,etc which i can do in the design without writing a single line of XAML code)
 Originally Posted by baja_yu
What if you are making an application that requires a simple interface that you (the coder) can do yourself? Would you like it if you, just for that, had to buy a new application for it?
So you want to say that for simple application interfaces,microsoft integrated the designer IDE in visual studio wpf projects ......did i get you correct?
can you reply my thread #6 please?
-
May 22nd, 2010, 12:52 PM
#10
Re: Microsoft Expression blend
 Originally Posted by HowTo
Just for giving a try,i installed blend 2 and i already had vs 2010 and vs 2005 installed in my system.Now vs 2005 dont have the wpf ; but vs 2010 do have.
So i opened the blend 2 IDE ; click File -> Open -> Project/Selection -> then i selected a vs 2010 wpf project .sln file and clicked ok to get it in the IDE of the blend but i did not get the same.........
Is it such that vs 2010 wpf projects are not compatible with the blend 2 ?
please help
thank you
Correct. As far as I am aware, WPF/Silverlight projects created in VS 2010, will not work in the current version of Blend, you need to wait for the next release.
Gary
-
May 22nd, 2010, 12:54 PM
#11
Re: Microsoft Expression blend
 Originally Posted by HowTo
i want to ask microsoft wants the designer to use the expression blend and the developers to use the visual studio then why did microsoft let the designers also design in visual studio IDE?
Designers can design in both visual studio as well as expression blend.....why?
why not only in blend?
They are two very different spaces, and Microsoft is trying to give the end user as much choice as possible. Blend has far more features in terms of design, compared to though available in Visual Studio. The designer got a lot better in VS 2010, but it still isn't quite there. If you are going to be doing serious design work, then in all likelihood, you are going to find yourself using Blend.
Gary
-
May 22nd, 2010, 08:44 PM
#12
Thread Starter
Fanatic Member
Re: Microsoft Expression blend
so gep did you used the expression studio?
-
May 23rd, 2010, 09:06 AM
#13
Re: Microsoft Expression blend
Hey,
Yes, I have used it, but not to any great extent. Let's put it this way, a designer I am not 
My colleague is a far better designer than I am, and I know he used it a lot, and likes using it.
Gary
-
May 23rd, 2010, 08:35 PM
#14
Thread Starter
Fanatic Member
Re: Microsoft Expression blend
one more thing i would like to ask........is=f i design i blend then i need to do the coding similar like wpf applications;right?
or i can also do the coding similar to what i do in the win app?
I am asking this since there are several differences between the code of a win app(which have form) and the code of a wpf(which have window)
please help
-
May 24th, 2010, 01:26 AM
#15
Re: Microsoft Expression blend
Hey,
Which differences are you referring to?
Essentially, you will write very similar code, i.e. code to use the file system, or to connect to a database etc, will all be the same, but the code that you write to talk to the user interface, will be completely different as this is using a completely different set of controls.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|