1087

ratings
Time:
38:31
More in
Science & Technology

Time:
38:31
More in
Science & Technology
This week on Channel 9, Dan and Clint discuss the week’s top developer news, including:
Picks of the week
Visual Studio 2010 introduces an entirely new set of architecture tools to aide in both understanding the code you already have and in defining how new systems will be built.
In this session, you will discover how you can use new tools like the Architecture Explorer to better understand and comprehend complex systems before making any changes to them. You will see how graphically modeling the code makes it easier to understand the impact of a potential change. We’ll also show you how you can use modeling tools for UML and layer diagramming to describe and communicate the design of a new system—including how these tools can be used to validate the software being developed against its intended architecture.
The IE9 Platform Preview includes the first release of the new JavaScript engine. This new engine compiles JavaScript source code into high-quality native machine code. It also has a new fast interpreter for sequentially executing script on traditional web pages and contains several improvements to the JavaScript runtime (including improvements in type representation, polymorphic inline caching and efficient implementation of machine types).
IE 9’s JS engine employs a dual execution pipeline architecture which enables very efficient interpreting of JS code while at the same time compiling JS code in the background (on a different thread), taking advantage of the processing power of modern hardware.
In terms of code analysis, IE 9’s JS engine analyzes hot functions and puts them into a queue for background compilation. There are other types of analysis that happen (or could happen). For example, the ability to change execution strategies based on power state (if a PC is on battery power, for example, then limit the amount of codegen).
In this episode of Going Deep, we meet the leaders of the team that builds this new high performance JavaScript engine: GM Shanku Niyogi, Architect Steve Lucco and GPM John Montgomery. If you’re interested in how IE 9’s JavaScript engine works, then you’ll certainly enjoy this great conversation.
Tune in. Enjoy.
In this video demo, Phil Newman, a program manager on the InfoPath team shows how you can write managed code in an InfoPath form to add items to a SharePoint list, and then publish this form as a sandboxed solution to SharePoint.
In InfoPath 2010, forms with code can now be published directly to SharePoint without requiring the farm administrator to approve and upload them! These forms run in a sandboxed environment which protects other resources on the SharePoint server from malicious code.
For more information and the sample code that was used in this demo, go to the InfoPath Team Blog.
What if you wanted to allow your business customers to modify the way their business processes work without resorting to custom code? Many products have this requirement, as does Microsoft Dynamics AX. In this episode, I’ll chat with Josh Honeyman, development lead on the team, about how they used WF4 along with a very cool looking flowchart design surface to give their product an edge in a competitive market.

Time:
01:13:28
More in
Science & Technology
Mike Harsh comes back to Silverlight TV to show John how easy it is to develop a real world application for Windows Phone 7 Series (WP7) using Silverlight. Within a matter of minutes, Mike has developed and started running a functional WP7 twitter application that makes cross domain calls. He demonstrates how to design the interface using the designer and tools in Visual Studio 2010 Express for Windows Phone, and writes the event handlers to hook into a Twitter API. The key point of this demo is how easy it is to develop for WP7 with Silverlight.
You can find the source code and other useful resources from these links:
Follow us on Twitter @SilverlightTV or learn more about Silverlight with the Silverlight Training Course on Channel 9.
While on campus for the MVP Summit in February, I had a chance to visit Henry Sowizral over in building 41. Henry Sowizral is a Principal Architect in Microsoft Expression, and he and his team did something really cool: they converted an existing C/C++/MFC application to have a WPF front-end, while still leveraging all that existing code.
If you have legacy code and are considering porting the UI to .NET, pick up some pointers from Henry.
Once you’ve finished, check out Henry’s presentation deck on how the team converted the Expression Design UI to WPF.
See more WPF at Pete’s site and blog http://10rem.net
Follow Pete on twitter at @pete_brown