| |
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.
|
13 Articles match "Runtime","Silverlight"
| Related DevelopMentor Courses | MORE | | 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 Guerrilla.NET (UK) Training Understand the new features of the core.NET runtime services including the garbage collector. Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! Workflow 4, ASP.NET MVC and Silverlight. How do I develop cutting-edge UIs with Silverlight 4.0? couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 Foundations of C# Programming and the.NET Framework Training Discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment. How much overhead do CLR services like runtime compilation and garbage collection add? We look at platform support for execution (Common Language Runtime, garbage collection, exceptions). We finish with some of the most useful topics from the.NET Framework class library (string handling, Silverlight GUI, and SQL Server database access). dll files, and the Common Language Runtime execution engine. less code!) NET 101" for developers moving to.NET. DevelopMentor Courses - Wednesday, February 22, 2012 |
21 Articles match "Runtime","Silverlight"
| The Latest from DevelopMentor | MORE | | 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. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. Silverlight Podcast DotNed dotnetmagEr is weer een nieuwe DotNed podcast online. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. enjoy! The Problem Solver - Friday, January 27, 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. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. Silverlight Podcast DotNed dotnetmagEr is weer een nieuwe DotNed podcast online. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. enjoy! The Problem Solver - Friday, January 27, 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. Links: Blog: [link] First Floor Software: [link] Silverlight Spy: [link] Balder - 3D engine for Silverlight: [link] enjoy! Silverlight Podcast DotNed dotnetmagEr is weer een nieuwe DotNed podcast online. TheProblemSolver DotNetEvents. The Problem Solver - Friday, January 20, 2012 | -
| 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. 14: {. The Problem Solver - Tuesday, April 7, 2009 - 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. Silverlight Spy: [link]. Balder - 3D engine for Silverlight: [link]. Silverlight Podcast DotNed dotnetmagEr is weer een nieuwe DotNed podcast online. Hij kondigt ook nog even aan dat hij druk bezig is met een Spy voor Metro applicaties op Windows 8. enjoy! The Problem Solver - Friday, January 27, 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. If you were to change the property name and forget to update the string, the bindings would break without even the benefit of a runtime exception. 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. null ). Body).Member.Name; Tony and Zuzana's World - Tuesday, January 25, 2011 - 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. If you were to change the property name and forget to update the string, the bindings would break without even the benefit of a runtime exception. 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. csharpcode,csharpcode pre. {. Tony and Zuzana's World - Tuesday, January 25, 2011 - WPF MVVM Helper Library (WPF + MVVM = testability)
There's been a lot of talk about the Model-View-ViewModel pattern recently and it's usage around the WPF and Silverlight technology stack. to find the service at runtime in any view. When teaching WPF, I always introduce students to MVVM as part of the Essential WPF class, it's an incredibly useful pattern that really separates the UI from the code behind behavior. One of the things I give the students is a library to do MVVM - I also use it in my consulting work. With all the focus on it lately, I figured maybe it's time to release it to the public. that I tend to use a lot. - Six Things That’ll Surprise You About.NET 4.0
that the WPF and Silverlight designers in VS 2010 are greatly improved. that.NET 4 ships with an entirely new runtime. runtime. For the first time since 2005,NET 4 we'll have a completely updated runtime with new GC modes, side-by-side in-process execution of the 2.0 runtime, the loosening of COM interop rules with the No PIA feature (no Primary Interop Assemblies required). I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. by Michael Kennedy. as well as Visual Studio 2010. " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - HTML5 sessie bij 4DotNet in Utrecht
En dan hebben we natuurlijk nog de vraag wat ik moet doen als ik tussen Silverlight en HTML5 moet kiezen voor een nieuwe applicatie? HTML5 is niet alleen belangrijk als web-taal, maar ook in de nieuwste versie van Windows zal het maken van applicaties op de Windows Runtime met HTML5 een belangrijke optie worden. Op donderdag 5 januari 2012 beginnen we het nieuwe jaar met een herhaling van de sessie van Maurice de Beijer over HTML5. Deze avond wordt gehost door 4dotnet en zal plaats vinden in Utrecht. Er wordt al tijden veel over de nieuwe HTML5 standaard gesproken. The Problem Solver - Thursday, December 15, 2011 %>
| | |