| |
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.
|
8 Articles match "Design Patterns","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). Learn about IaaS, PaaS, and design patterns for scalable cloud-based applications. 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. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training 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! Guerrilla.NET provides a rapid exploration of.NET design philosophy and practical advice. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. DevelopMentor Courses - Tuesday, March 1, 2011 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). Build N-Tier applications using Entity Framework 4.0 Exploring.NET 3.5 & 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
14 Articles match "Design Patterns","Silverlight"
| The Latest from DevelopMentor | MORE | | 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. good example is the SimpleMvmRiaServices project template shown in the first screenshot, which generates a Visual Studio solution with three projects: an ASP.NET Web project, a Silverlight client project, and a Test project for unit tests. What you get is a nice designer for editing the.vsixmanifest file, where you can set properties and add content. Enjoy. Tony and Zuzana's World - Wednesday, September 14, 2011 Simple MVVM Toolkit versus MVVM Light Toolkit MVVM, which stands for Model-View-ViewModel , is a UI design pattern that provides better maintainability, testability and designability.) At the other end there are toolkits that are very lightweight, with the basic features you need to build apps using the MVVM design pattern. It is designed with the idea that a design based on simplicity reduces the time spent learning a framework and makes your apps easier to develop and maintain. Both Simple MVVM and MVVM Light toolkits support WPF, Silverlight and Windows Phone clients. Platforms. Tony and Zuzana's World - Saturday, April 23, 2011 Keep Dependency Injection Simple with MEF One of the main benefits of using the MVVM (Model, View, ViewModel) design pattern is to support better testability. There are a number of DI containers out there, including Unity (MS Patterns) and Ninject , and Windsor. and Silverlight right out of the box and is focused on the simple task of providing instances based on an agreed-upon contract. For that we’ll leverage the Silverlight Unit Testing Framework , which ships with the Silverlight Toolkit. Technical MEF MVVM SilverlightThis keeps the tests simple, focused and fast. Have fun! Tony and Zuzana's World - Tuesday, March 8, 2011 | -
| The Best from DevelopMentor | MORE | - Using Model – View – ViewModel with Silverlight
The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. 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. Tags: NET DevCenter WPF Silverlight The Problem Solver - Tuesday, April 7, 2009 - Keep Dependency Injection Simple with MEF
One of the main benefits of using the MVVM (Model, View, ViewModel) design pattern is to support better testability. There are a number of DI containers out there, including Unity (MS Patterns) and Ninject , and Windsor. and Silverlight right out of the box and is focused on the simple task of providing instances based on an agreed-upon contract. For that we’ll leverage the Silverlight Unit Testing Framework , which ships with the Silverlight Toolkit. Technical MEF MVVM SilverlightThis keeps the tests simple, focused and fast. Have fun! Tony and Zuzana's World - Tuesday, March 8, 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. The emphasis of the toolkit is simplicity – not in the sense that it’s rinky-dink – but in the sense that simple designs are a) concise and elegant, b) easier to learn and understand, c) easier to build and maintain, and d) more robust because there are fewer moving parts. Technical MVVM SilverlightAnd many of those other toolkits are woefully lacking in the way of documentation and code samples. Tony and Zuzana's World - Sunday, January 23, 2011 - Simple MVVM Toolkit: Feature Rich with WPF and WP7 Support
d like to emphasize once again that, while the toolkit includes every feature you need to develop robust UI applications using the MVVM design pattern , the approach I’ve taken focuses on simplicity and ease of use. In other words, I’ve designed the toolkit to help you get up and running with MVVM as quickly as possible without chasing your tail pursuing things like zero code-behind or completely concealing the model from the view. Technical MEF MVVM Silverlight WP7 WPFve also updated the online documentation to cover these features. What’s next? Tony and Zuzana's World - Friday, February 4, 2011 - Call for speakers: 3rd Dutch Code Camp
Een lijstje van onderwerpen waar deelnemers ondermeer om vragen: Architectuur/Design patterns Frameworks Surface.NET 4/3.5 Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Laat het ons weten! The Problem Solver - Monday, October 26, 2009 - Simple MVVM Toolkit versus MVVM Light Toolkit
MVVM, which stands for Model-View-ViewModel , is a UI design pattern that provides better maintainability, testability and designability.) At the other end there are toolkits that are very lightweight, with the basic features you need to build apps using the MVVM design pattern. It is designed with the idea that a design based on simplicity reduces the time spent learning a framework and makes your apps easier to develop and maintain. Both Simple MVVM and MVVM Light toolkits support WPF, Silverlight and Windows Phone clients. Platforms. Tony and Zuzana's World - Saturday, April 23, 2011 - 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. good example is the SimpleMvmRiaServices project template shown in the first screenshot, which generates a Visual Studio solution with three projects: an ASP.NET Web project, a Silverlight client project, and a Test project for unit tests. What you get is a nice designer for editing the.vsixmanifest file, where you can set properties and add content. Enjoy. Tony and Zuzana's World - Wednesday, September 14, 2011 %>
| | |