| |
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.
|
3 Articles match "Sample","Silverlight"
| 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 Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 assuming Silverlight 5.0 MVVM : Learn advanced WPF / Silverlight design patterns and techniques including MVVM (Model-View-ViewModel). iOS : Build multi-touch enabled applications on platforms such as WPF, Silverlight, and Apple's iPhone / iPad. Learn to write code using new.NET class libraries like LINQ and Silverlight. assuming Silverlight 5.0 Main Topic Day 1 Introduction to WPF and Silverlight (version 4.0 and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Essential Expression Blend Training Learn how to use Blend and share the project format with Visual Studio Manage Styles, resources and special effects inside Blend Use the Visual State Manager to apply animations, transitions and effects to controls Customize the look and feel of controls by creating Control Templates Use Blend Behaviors and Triggers to apply runtime behavior Essential Expression Blend provides practical and hands-on experience with the preferred designer tool for the Silverlight, WPF and Windows 7 Phone platforms. What are the guidelines for UX design for the different target platforms? DevelopMentor Courses - Tuesday, March 1, 2011 |
30 Articles match "Sample","Silverlight"
| 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 2011 Recap My first client was a pharmaceutical distribution company that was porting two applications, one a Windows Forms app and the other an ASP.NET app, over to a single Silverlight app that would run both in-browser and out-of-browser. Then I picked up an ASP.NET MVC project in Plano, Texas, creating a web portal hosting several ASP.NET and Silverlight apps. It was at that time that I decided to write my own MVVM Toolkit, which I called “ Simple MVVM Toolkit ,” first targeting it for Silverlight, and then adding support for both WPF and Windows Phone. Cheers, Tony. Personal Tony and Zuzana's World - Tuesday, January 31, 2012 Digging into WCF REST The client will issue an HTTP GET request to the service to retrieve XML representing a list of sample items. Typing the sample URI into the address of your browser will result in the following output: In addition, the template illustrates support in WCF 4 for using the ASP.NET url routing engine, in lieu of an.svc file. Last Thursday evening I presented a talk to the Dallas.NET User Group on support in WCF 4 for building REST-ful services. Here is a summary of the talk: To REST or Not To REST? But what’s it good for? WCF 3.5 REST White Paper. WCF 4.0 Enjoy. Technical WCF Tony and Zuzana's World - Saturday, September 10, 2011 | -
| The Best from DevelopMentor | MORE | - Using Model – View – ViewModel with Silverlight
have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. Even thought the UI technology used doesn't change the basic MVVM pattern there are some subtle differences, like not easily being able to use ICommand in Silverlight, so I decided to create a small Silverlight sample. The basic structure goes like this: The user interacts with a View, implemented as a Silverlight user control. Tags: NET DevCenter WPF Silverlight 11: {. 13: set. The Problem Solver - Tuesday, April 7, 2009 - Easier Async for Silverlight Apps using MVVM
WPF and Silverlight have Dispatcher.CheckAccess / Dispatcher.BeginInvoke. Check out the sample app by downloading the Simple MVVM Toolkit and opening the SimpleMvvm-Async project. Technical MVVM SilverlightIt makes sense to execute long-running tasks on a background thread, in order to keep the UI responsive by not tying up the main thread. However, as is the case with other UI frameworks such as Windows Forms or WPF, you should not touch UI elements from worker threads. Windows Forms has the Control.InvokeRequired / Control.BeginInvoke API. Tony and Zuzana's World - Saturday, January 29, 2011 - Tackling the Problem of Modal Dialogs in MVVM
This plays nice with the asynchronous nature of dialogs in Silverlight, which are not truly model as they are in WPF or Windows Forms (this is because you can’t rely on the Windows message pump in a cross-platform framework such as Silverlight). For the full source code to this example, just download the latest version of my Simple MVVM Toolkit and open up the solution in the SimpleMvvm-Main folder in the Samples directory. Technical MVVM SilverlightOne of the main benefits of MVVM is better application maintainability. Another benefit is testability. null). Tony and Zuzana's World - Friday, January 28, 2011 - More Workflow 4 Services and duplex communications
Unfortunate because this rules out scenarios like Silverlight. This way the workflow service is still usable from clients, like Silverlight, where creating a ServiceHost is not an option. Sample project SimpleDuplexDemo.zip. Tags: NET Workflow WCF Silverlight WF4 VS2010 Yesterday I posted a long blog post explaining how to do duplex communications in a Workflow service. So what is the problem with this? There is no real problem per se except that it takes quite a bit of doing to set this up, both on the client and in the workflow service. As it turns out it is! The Problem Solver - Tuesday, May 4, 2010 - Access Control Service: Passive/Active Transition Sample
Here you can find my updated ACS2 sample. In addition to the existing front ends (web [WS-Federation], console [SOAP & REST], Silverlight [REST]) and error handling , it now also includes a WPF client that shows the passive/active transition with a SOAP service as illustrated here. All the ACS interaction is encapsulated in a WPF user control that: retrieves the JSON feed. displays a list of supported identity providers. triggers the sign in via a browser control. retrieves the token response. All you need to supply is the ACS namespace and the realm. Have fun! www.leastprivilege.com - Thursday, June 23, 2011 - 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. And many of those other toolkits are woefully lacking in the way of documentation and code samples. 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. Sample applications with step-by-step instructions. Tony and Zuzana's World - Sunday, January 23, 2011 - Access Control Service: Walkthrough Videos of Web Application, SOAP, REST and Silverlight Integration
Over the weekend I worked a little more on my ACS2 sample. The sample app also exposes a WCF SOAP service. Part 4 – Silverlight and Web Identity Integration. The Silverlight Client shows ho to sign in to the application using a registered identity provider (including web identities) and using the resulting SWT token to call our REST service. Instead of writing it all down, I decided to quickly record four short videos that cover the relevant features and code. Have fun ;). Part 1 – Overview. watch. Part 2 – SOAP Service and Client. watch. But it is working. watch. www.leastprivilege.com - Tuesday, May 24, 2011 %>
| | |