Blend 5 & Visual Studio 11 Feedback on Windows 8
Join the DZone community and get the full member experience.
Join For Freehere is a little feedback on visual studio 11 & blend 5...
visual studio 11 is provided in the windows 8 developer version. it is provided with some "metro application style" templates. one first thing we can notice is that vs11 is very similar to vs10... microsoft added usefull features detailed below. i am quite disapointed about microsoft political point of view about xaml language and html5/javascript...
you may know that visual studio is multi-tab layered. but, when you "simple-click" on a file in the file treeview, a new tab stacked on the left will appear. it will provide you a quick preview of the file content.
visual studio embed now a search field just above the file treeview. you can now look for a file, a class, a method or a field in few seconds. it will enhance our productivity incredibly.
you can also search for a command through the search field in the visual studio toolbar and access quickly for all available commands.
visual studio provide us few templates and show us how "metro style application" can be.
blend 5 is provided for testing javascript/html5 solution for windows 8. i used to work with blend 4 for silverlight and lots of features that was available and allow me to produce a fast/clean solution is not available for html5/javascript solution... for example, binding states to an enum property... but in the javascript/html5, there is no state or even storyboard. blend is a javascript/html5 wysiwyg editor in this specific case ...
this is the only tools you have in the javascript/html5 version of blend :(
here is a sample of a rating "control" in blend 5. as you can see, the rating control will create a div and "generate elements inside" (elements with a lightning near the eye). you can access the div and do your stuff on the javascript side.
once unfolded, css properties are numerous...
your application can be tester under multiple format. this is a good point of blend 5. you can also activate an emulator for directly seeing the result. here is the result in the emulator :
here is the project content created for an html5/javascript project.
some good features are added inside blend 5... you can fly over a css style and see where it is applied.
i am worry about silverlight/wpf/xaml-based future for many reasons.
1 - visual studio 11
visual studio 11 is provided in the windows 8 developer version. it is provided with some "metro application style" templates. one first thing we can notice is that vs11 is very similar to vs10... microsoft added usefull features detailed below. i am quite disapointed about microsoft political point of view about xaml language and html5/javascript...
fast file preview

you may know that visual studio is multi-tab layered. but, when you "simple-click" on a file in the file treeview, a new tab stacked on the left will appear. it will provide you a quick preview of the file content.
quick search in solution

visual studio embed now a search field just above the file treeview. you can now look for a file, a class, a method or a field in few seconds. it will enhance our productivity incredibly.
quick search command

you can also search for a command through the search field in the visual studio toolbar and access quickly for all available commands.
some "metro style application" samples




visual studio provide us few templates and show us how "metro style application" can be.
2 - blend 5
blend 5 is provided for testing javascript/html5 solution for windows 8. i used to work with blend 4 for silverlight and lots of features that was available and allow me to produce a fast/clean solution is not available for html5/javascript solution... for example, binding states to an enum property... but in the javascript/html5, there is no state or even storyboard. blend is a javascript/html5 wysiwyg editor in this specific case ...
where are my tools ?

this is the only tools you have in the javascript/html5 version of blend :(
assets, generated parts & javascript

here is a sample of a rating "control" in blend 5. as you can see, the rating control will create a div and "generate elements inside" (elements with a lightning near the eye). you can access the div and do your stuff on the javascript side.
long long long css train ...

once unfolded, css properties are numerous...
plateform testing

your application can be tester under multiple format. this is a good point of blend 5. you can also activate an emulator for directly seeing the result. here is the result in the emulator :

files created in a new html5/javascript

here is the project content created for an html5/javascript project.
good features nevertheless ...

some good features are added inside blend 5... you can fly over a css style and see where it is applied.
conclusion
i am worry about silverlight/wpf/xaml-based future for many reasons.
- i have seen lots of silverlight developers that doesn't know how to use blend... (too many ...)
- microsoft only talk about html5 and javascript in their meetings...
but, we have a
big advantage
. true silverlight developers can create more shiny application in a shorter time than with html5/javascript ...
and c# will always be smarter than javascript :)
application
JavaScript
Command (computing)
dev
Template
Lightning (software)
Productivity
Advantage (cryptography)
Opinions expressed by DZone contributors are their own.
Comments