| |
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.
|
2 Articles match "2008","Silverlight"
| Related DevelopMentor Courses | MORE | | 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). Day 4: WPF and Silverlight WPF Architecture WPF is the GUI technology of the future. & 4.0 DevelopMentor Courses - Wednesday, February 22, 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). Day 4: WPF and Silverlight WPF Architecture WPF is the GUI technology of the future. & 4.0 DevelopMentor Courses - Tuesday, March 1, 2011 |
21 Articles match "2008","Silverlight"
| The Latest from DevelopMentor | MORE | | Screencast: Real-World MVVM with WCF RIA Services This tutorial and screencast will help you quickly get up to speed on using the Simple MVVM Toolkit together with WCF RIA Services to build a real-world MVVM Silverlight application. Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. WCF RIA Services projects entity classes to a Silverlight client app, where they are change-tracked so inserts, updates and deletes can be sent to the service where they are persisted in a single transaction. The Silverlight and Web projects have a WCF RIA Services link. Tony and Zuzana's World - Thursday, April 28, 2011 MVVM: Views and ViewModels Copy the project template into your Visual Studio 2008 templates directory located off your user documents - mine is at %UserProfile%DocumentsVisual Studio 2008TemplatesProjectTemplatesVisual C#Windows. Views are the UI presentation of data - in the case of a WPF/Silverlight application this is most commonly the XAML and XAML code behind files (they are considered a single element together). In the previous post, I provided a link to the project template you can use to start a new MVVM project using the JulMar MVVM library. Project Template. Dependencies. ViewModels. Views. Views. Mark's Blog of Random Thoughts - Friday, January 22, 2010 MVVM Helpers 1: Views and ViewModels Copy the project template into your Visual Studio 2008 templates directory located off your user documents - mine is at %UserProfile%DocumentsVisual Studio 2008TemplatesProjectTemplatesVisual C#Windows. Views are the UI presentation of data - in the case of a WPF/Silverlight application this is most commonly the XAML and XAML code behind files (they are considered a single element together). In the previous post, I provided a link to the project template you can use to start a new MVVM project using the JulMar MVVM library. Project Template. Dependencies. ViewModels. Views. Views. Mark's Blog of Random Thoughts - Friday, January 22, 2010 | -
| The Best from DevelopMentor | MORE | - Screencast: Real-World MVVM with WCF RIA Services
This tutorial and screencast will help you quickly get up to speed on using the Simple MVVM Toolkit together with WCF RIA Services to build a real-world MVVM Silverlight application. Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. WCF RIA Services projects entity classes to a Silverlight client app, where they are change-tracked so inserts, updates and deletes can be sent to the service where they are persisted in a single transaction. The Silverlight and Web projects have a WCF RIA Services link. Tony and Zuzana's World - Thursday, April 28, 2011 - Call for speakers: 3rd Dutch Code Camp
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. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen? The Problem Solver - Monday, October 26, 2009 - Six Things That’ll Surprise You About.NET 4.0
For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. that the WPF and Silverlight designers in VS 2010 are greatly improved. I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. You can read the entire article (republished just below this introduction) or if you’d rather see it as a quick set of 6 sides, you can see those here: Six Things That’ll Surprise You About.NET 4.0. by Michael Kennedy. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - MVVM: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located off your user documents - mine is at %UserProfile%DocumentsVisual Studio 2008TemplatesProjectTemplatesVisual C#Windows. Views are the UI presentation of data - in the case of a WPF/Silverlight application this is most commonly the XAML and XAML code behind files (they are considered a single element together). In the previous post, I provided a link to the project template you can use to start a new MVVM project using the JulMar MVVM library. Project Template. Dependencies. ViewModels. Views. Views. - Implementing Drag/Drop with TabControl
It's been a long time since I blogged anything specific on WPF -- I've been doing a lot of it lately, along with some Silverlight. My end goal is really to implement it with Silverlight 2, but I've found it's much easier to prototype things in WPF and then port them over because the debugging experience is easier with WPF. Recently I was experimenting with dragging tabs around on a TabControl at runtime. didn't want to create derived implementations of any classes - I wanted something that was non-intrusive to my code so I decided to use an attached property. - MVVM Helpers 1: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located off your user documents - mine is at %UserProfile%DocumentsVisual Studio 2008TemplatesProjectTemplatesVisual C#Windows. Views are the UI presentation of data - in the case of a WPF/Silverlight application this is most commonly the XAML and XAML code behind files (they are considered a single element together). In the previous post, I provided a link to the project template you can use to start a new MVVM project using the JulMar MVVM library. Project Template. Dependencies. ViewModels. Views. Views. - Using T4 templates with Silverlight
Everyone who has Visual Studio 2008 also has T4 templates that can be used to generate code, or anything else textual for that matter. And that is exactly what I tend to do in my Silverlight line of business applications. So I decided to try using T4 with a Silverlight project. And While the System.CodeDom.Compiler namespace exists in Silverlight the required classes like CompilerError and CompilerErrorCollection do not. This really is a shame as there is really no good reason that T4 templates do not work for Silverlight. 10: {. 11: public class Demo. 12: {. The Problem Solver - Saturday, March 21, 2009 %>
| | |