| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
10 Articles match "Silverlight","Templates"
| Related DevelopMentor Courses | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training Create Silverlight business applications that run out-of-the-browser with elevated trust on multiple operating systems (Windows, Mac, etc) with automatic updates. Design WPF and Silverlight applications using the MVVM design pattern to separate application logic from presentation and facilitate Test Driven Development (TDD). Windows Presentation Foundation (WPF) and Silverlight (SL), Windows Communication Foundation (WCF), Entity Framework (EF) and WCF Data Services (OData). You'll also learn how to use T4 templates to take complete control over the code-generation process. DevelopMentor Courses - Wednesday, February 22, 2012 Essential Silverlight 5 Training Microsoft Silverlight 5 packages a scaled-down.NET runtime engine and library into a cross-platform, cross-browser plug-in, enabling you to create Rich Internet Applications (RIAs) and compelling Line of Business (LoB) applications using familiar tools and languages. NOTE: This class runs using the latest Release Candidate build of Silverlight 5. It is applicable to all Silverlight developers, including those targeting Silverlight 4 (our Silverlight 4 course is still available for delivery at your site). ? How do I apply the M-V-VM pattern to Silverlight? DevelopMentor Courses - Wednesday, February 22, 2012 |
25 Articles match "Silverlight","Templates"
| The Latest from DevelopMentor | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 How to get started with Knockout.js Using templates. The next step people tend to take is using templates. There are lots of different templating libraries out there with more coming but in this example I am using the JavaScript Micro-Templating function John Resig wrote. Using templates we separate the code from the template to generate the required HTML. html(html); }); }); }); However this comes at a cost as we also need a template and that is a mixture of markup and expressions. The expressions syntax varies depending on the templating engine, in this case it’s. Enjoy! The Problem Solver - Monday, February 6, 2012 How to get started with Knockout.js Using templates. The next step people tend to take is using templates. There are lots of different templating libraries out there with more coming but in this example I am using the JavaScript Micro-Templating function John Resig wrote. Using templates we separate the code from the template to generate the required HTML. html(html); }); }); }); However this comes at a cost as we also need a template and that is a mixture of markup and expressions. The expressions syntax varies depending on the templating engine, in this case it’s. Enjoy! The Problem Solver - Monday, February 6, 2012 | -
| The Best from DevelopMentor | MORE | - Getting T4 templates to work with Silverlight
In a previous blog post I mentioned that T4 templates didn’t quite work with Silverlight development. The reason being that Visual Studio decides to load the Silverlight version of System.dll which doesn’t contain all the required classes. All you need to do is include the following line at the top of the T4 template. 1: This way the T4 template engine loads the regular System.dll instead of the CoreCLR version and all is well. So now the complete template looks like: 1: 2: 3: 4: <#. T4 template editor. 11: {. 13: {. 14: <#. The Problem Solver - Monday, March 23, 2009 - Build a Multi-Project Visual Studio Template
Earlier this year I authored an open-source toolkit, called Simple MVVM Toolkit , to help developers build Silverlight, WFP and Windows Phone applications based on the Model-View-ViewModel design pattern. To enhance developer productivity, the toolkit combines a set of helper classes with code and xml snippets, as well as Visual Studio item and project templates. After installing the toolkit, all a developer needs to do to get started is open Visual Studio and create a new project by selecting one the project templates that appear under the Mvvm category. Enjoy. Tony and Zuzana's World - Wednesday, September 14, 2011 - Book review: Silverlight 4 in Action
Some weeks ago I received a review copy of Silverlight in Action by Pete Brown. Reviewing this book took some time as it weighs in at a hefty 798 pages, who ever said that Silverlight was a small products? That is a lot of material but then the book doesn't assume any prior knowledge of Silverlight at all. The first part, consisting of 10 chapters, is titled "Introducing Silverlight" As the name suggests this covers the basics of Silverlight development. All in all I would recommend getting this book if you are serious about Silverlight 4 development! The Problem Solver - Wednesday, September 29, 2010 - Keep Dependency Injection Simple with MEF
and Silverlight right out of the box and is focused on the simple task of providing instances based on an agreed-upon contract. When creating an app using the toolkit, add an “Injected” ViewModel Locator using the supplied Visual Studio item template. For that we’ll leverage the Silverlight Unit Testing Framework , which ships with the Silverlight Toolkit. We add a new project to the solution by selecting the Silverlight Unit Test Application project template. Technical MEF MVVM SilverlightThis keeps the tests simple, focused and fast. Have fun! Tony and Zuzana's World - Tuesday, March 8, 2011 - Life Just Got Easier: Simple MVVM Toolkit for Silverlight
If you’ve made a decision to start using the Model-View-ViewModel pattern (abbreviated as MVVM) for Silverlight development, you’re faced with a rather steep learning curve and a scarcity of of accepted standards and best practices. ve read no less than three Silverlight books. What’s needed is a simple MVVM toolkit that comes with a tutorial to take you from square one to building a basic Silverlight application based on the MVVM pattern. Oh and by the way, it would be nice if it included Visual Studio templates and code snippets to make your life easier. Enjoy. Tony and Zuzana's World - Saturday, January 1, 2011 - Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1
I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. and Windows Phone 7.1 ! Enjoy DevelopMentor Courses - Friday, March 2, 2012 - Simple MVVM Toolkit Improvements: Documentation, Features, Sample Apps
I’ve released a new version of my Simple MVVM Toolkit for Silverlight that has improved documentation, a bunch of new features and additional sample applications. My toolkit is also targeted to Silverlight applications (although I plan to add Windows Phone support shortly), because Microsoft has positioned Silverlight as it primary platform for business application development. The initial version of my toolkit includes the following features: Helper classes , Visual Studio templates , code snippets. Technical MVVM SilverlightModel and ViewModel base classes. Tony and Zuzana's World - Sunday, January 23, 2011 %>
| | |