| |
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.
|
22 Articles match "Silverlight","Windows"
| Related DevelopMentor Courses | MORE | | Silverlight 5 release Silverlight 5 got released this weekend and can be downloaded here: [link]. from the Silverlight 5 download package). Silverlight 5 performance improvements. Multiple window support. Visual Studio Team Test support.NET SilverlightSummary of the features. Improved media support. Low Latency Audio Playback. Variable Speed Playback. W Decode of H.264 media. DRM Key Rotation/LiveTV Playback. Application-Restricted Media. Improved Text support. Text Tracking & Leading. Linked Text Containers. OpenType and Pixel Snapped Text. Postscript vector printing. DevelopMentor Courses - Monday, December 12, 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 and Windows Phone 7.1 ! 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. 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). WCF : Develop network services with Windows Communication Foundation. 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 DevelopMentor Courses - Tuesday, March 1, 2011 |
62 Articles match "Silverlight","Windows"
| The Latest from DevelopMentor | MORE | | Installing RavenDB 2 Adding them is easy, just open the NuGet Package Manager Console window from the Visual Studio Tools menu and issue the following two command: 1: Install-Package RavenDB.Server. This will open a console window showing the server debug messages. This Management Studio is a Silverlight application that will let us manage different aspects of the server. Before we get started with RavenDB we need to install the required parts. Which package to install? As should be obvious from the screenshot above there are quite a few NuGet packages to choose from. What is next? Enjoy! The Problem Solver - Friday, January 4, 2013 Maurice de Beijer: Installing RavenDB 2 Adding them is easy, just open the NuGet Package Manager Console window from the Visual Studio Tools menu and issue the following two command: 1: Install-Package RavenDB.Server -Pre. This will open a console window showing the server debug messages. This Management Studio is a Silverlight application that will let us manage different aspects of the server. Before we get started with RavenDB we need to install the required parts. Which package to install? As should be obvious from the screenshot above there are quite a few NuGet packages to choose from. What is next? Enjoy The Problem Solver - Friday, January 4, 2013 | -
| The Best from DevelopMentor | MORE | - Easier Async for Silverlight Apps using MVVM
However, as is the case with other UI frameworks such as Windows Forms or WPF, you should not touch UI elements from worker threads. This has to do with how Windows apps process messages, which are always handled on the thread that created the visual element. Windows Forms has the Control.InvokeRequired / Control.BeginInvoke API. WPF and Silverlight have Dispatcher.CheckAccess / Dispatcher.BeginInvoke. Technical MVVM SilverlightThere are various mechanisms available for you to marshal a call from a worker thread back to the main thread. Tony and Zuzana's World - Saturday, January 29, 2011 - Tackling the Problem of Modal Dialogs in MVVM
The way to accomplish this is with a callback parameter in NotificationEventArgs where you can process the user response, which could be anything from a boolean (for example in the case of a delete confirmation) to the result of a child window. 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). Technical MVVM SilverlightAnother benefit is testability. null). Tony and Zuzana's World - Friday, January 28, 2011 - DotNed podcast: Laurent Bugnion over de toekomst met Silverlight 5, Windows 8 en de MVVM Light Toolkit
Ze hebben het onder meer over de toekomst van Silverlight 5 en het ontwikkelen voor Windows 8 en met web technologieën. Silverlight Futures DotNedIn deze podcast spreekt Thomas Huijer met Laurent Bugnion over zijn TechDays presentaties. Uiteraard hebben ze het ook over de zeer populaire MVVM Light Toolkit vab Laurent. Links: TechDays presentaties: [link] Blog: [link] MVVM Light Toolkit: [link] [link]. The Problem Solver - Friday, June 1, 2012 - DotNed Podcast: Koen Zwikstra over Silverlight 5 en de toekomst van Silverlight
In deze podcast spreekt Maurice de Beijer met Koen Zwikstra over de recente Silverlight 5 release en hoe de toekomst er voor Silverlight ontwikkelaars uitziet. Verder vertelt hij over Silverlight Spy een runtime inspector waarmee je willekeurige Silverlight applicaties kan inspecteren. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. Silverlight Podcast DotNed dotnetmagEr is weer een nieuwe DotNed podcast online. enjoy! The Problem Solver - Friday, January 27, 2012 - DotNed podcast: Jeff Prosise about the future with Silverlight, HTML5/JavaScript and Windows 8
link] Enjoy TheProblemSolver DotNetEvents.NET Silverlight ASP.NET Futures DotNed HTML5In this podcast Dennis Vroegop speaks with Jeff Prosise about the future of software development for the.NET developer. Links: Blog: [link] TechDays presentation : [link] Thanks to out sponsor RedGate. The Problem Solver - Friday, March 23, 2012 - Type-Safe Two-Way Data Binding with INotifyPropertyChanged
Anyone who’s developed a UI application using Windows Forms, WPF or Silverlight is probably aware that you have to implement the INotifyPropertyChanged interface to get two-way data binding between UI elements and an underlying data source. Technical MVVM SilverlightThe problem is that you have to pass the name of the property as a string when you fire the event from each property setter. In this post I will show you a better way, namely, how you can use lambda expressions instead of strings to pass the property name. You can download the code for this blog post here. Tony and Zuzana's World - Tuesday, January 25, 2011 - Books on Windows Phone 7 development
Here are some books for people that are looking to get into Windows Phone 7 development (some are pre-order only at this time): Microsoft XNA Framework Programming for Windows Phone 7. Microsoft Silverlight Programming for Windows Phone 7. Windows Phone 7 Plain & Simple. Developing Windows Phone 7 Applications. Windows Phone 7 The Blomsma Code - Thursday, December 2, 2010 %>
| | |