Blend 5 and Visual Studio 11 feedback - The Future of Windows 8 Development
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 includes some "metro application style" templates. one first things we can notice is that vs11 is very similar to vs10... microsoft added useful features detailed below.
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 can embed 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 quickly access all available commands.
visual studio provides a few templates and shows us how "metro style applications" will look.
2 - blend 5
blend 5 is provided for testing javascript/html5 solutions for windows 8. i used to work with blend 4 for silverlight and lots of features that were available which allowed me to produce a fast/clean solutions are not available for the 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 ...
these are 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 bolt 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 tested under multiple formats. this is a good point in 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.
conclusion
i am worried about a silverlight/wpf/xaml-based future for many reasons.
the original blog post is here :
http://www.alphablog.org/2011/09/17/blend-5-and-visual-studio-11-feedback-the-windows-8-development-future/
feel free to leave some comments :)
1 - visual studio 11
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 can embed 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 quickly access all available commands.
some "metro style application" samples




visual studio provides a few templates and shows us how "metro style applications" will look.
2 - blend 5
blend 5 is provided for testing javascript/html5 solutions for windows 8. i used to work with blend 4 for silverlight and lots of features that were available which allowed me to produce a fast/clean solutions are not available for the 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 ?

these are 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 bolt 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 tested under multiple formats. this is a good point in 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 worried about a silverlight/wpf/xaml-based future for many reasons.
- i have seen lots of silverlight developers that don't know how to use blend... (too many ...)
-
microsoft only talks 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 :)
the original blog post is here :
http://www.alphablog.org/2011/09/17/blend-5-and-visual-studio-11-feedback-the-windows-8-development-future/
feel free to leave some comments :)
Topics:
Opinions expressed by DZone contributors are their own.
Comments