| |
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.
|
9 Articles match "2010","WPF"
| 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 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. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. Main Topic Day 1 Introduction to WPF and Silverlight (version 4.0 and jQuery. and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Presentation Foundation - WPF Training Use VS.NET 2008 (or 2010) and Expression Blend together to build your user interface. Use new technologies such as LINQ and XLINQ with WPF. Utilize your existing controls, forms and resources from Windows Forms with WPF. Come and get familiar with the dynamic and creative application development that WPF enables. Learn how to best utilize WPF for both new projects as well as porting existing Windows Forms, MFC or traditional Win32 application over to this new platform. What are the new features in WPF 3.5 It covers all versions - from WPF 3.0 DevelopMentor Courses - Wednesday, February 22, 2012 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training 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). and Visual Studio 2010. Day 4: WPF and Silverlight WPF Architecture WPF is the GUI technology of the future. We examine how WPF works and the various ways to take advantage of it within your applications. Exploring.NET 3.5 & 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
33 Articles match "2010","WPF"
| The Latest from DevelopMentor | MORE | | 2011 Recap 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. In June of 2010, when I migrated my blog to WordPress.com , I was receiving about 3,000 hits per month. After a rather long break from blogging, it’s time for me to jump back in! thought I would start by taking a look back at 2011 and recapping some of my experiences, with a sneak peek at blogging topics I plan to cover in the next several weeks. He is the youngest of our three children. Tony and Zuzana's World - Tuesday, January 31, 2012 Mijn agenda voor de DevDays 2011 Op donderdag: DevDays Keynote Wie zou die nu willen missen Expression Blend voor Developers Omdat nog veel te veel ontwikkelaars Blend niet gebruiken bij hun Silverlight en WPF werk. NuGet In Depth: Empowering Open Source on the.NET Platform Omdat ik meer wil weten over een van de nuttigste uitbreidingen van Visual Studio 2010. Nog een paar dagen en het is weer DevDays tijd. Maar waar ben ik te vinden tijdens de DevDays? Ten eerste sta ik als op de web development stand voor Ask The Expert voor de sessions. Enjoy! www.TheProblemSolver.nl The Problem Solver - Monday, April 25, 2011 Mijn agenda voor de DevDays 2011 Op donderdag: DevDays Keynote Wie zou die nu willen missen Expression Blend voor Developers Omdat nog veel te veel ontwikkelaars Blend niet gebruiken bij hun Silverlight en WPF werk. NuGet In Depth: Empowering Open Source on the.NET Platform Omdat ik meer wil weten over een van de nuttigste uitbreidingen van Visual Studio 2010. Nog een paar dagen en het is weer DevDays tijd. Maar waar ben ik te vinden tijdens de DevDays? Ten eerste sta ik als op de web development stand voor Ask The Expert voor de sessions. Enjoy! www.TheProblemSolver.nl The Problem Solver - Monday, April 25, 2011 | -
| The Best from DevelopMentor | MORE | - MVVM: Views and ViewModels
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). That way, my ViewModel sticks with base (non-WPF) types. This is necessary under WPF 3.5 Tags: NET Code MVVM WPF 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. Here's the two links in case you didn't get them before: MVVM Helpers Distribution. Project Template. Dependencies. ViewModels. - Rehosting the Workflow Designer in WF4
Both these properties point to ready to use WPF UIElement’s so, as long as the host used WPF, adding them to a form is easy. The toolbox on the left if another standard WPF control called the ToolboxControl. Again easy to add to any WPF form. So who still needs Visual Studio 2010? Tags: NET Workflow WPF WF4 VS2010 Beta2 Note: This blog post is written using the.NET framework 4.0 Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. Now that is more like it! new DesignerMetadata().Register(); The Problem Solver - Wednesday, December 23, 2009 - Links to some MVVM resources
While working on my slides for tomorrow’s MVVM talk I compiled a short list of useful resources for people interested in getting started with MVVM and Sliverlight/WPF: Introduction. Tags: C# Silverlight WPF http :// openlightgroup.net/Blog/tabid/58/EntryId/84/Silverlight-MVVM-The-Revolution-Has-Begun.aspx. link] msdn.microsoft.com/en-us/magazine/dd458800.aspx. link] www.nikhilk.net/Why-ViewModel.aspx. http :// jmorrill.hjtcentral.com/Home/tabid/428/EntryId/432/MVVM-for-Tarded-Folks-Like-Me-or-MVVM-and-What-it-Means-to-Me.aspx. Advanced. link] www.julmar.com/blog/mark/default.aspx. The Blomsma Code - Monday, May 24, 2010 - NativeActivity – A Tricky Beast
have written a designer to go with this (designers in WF4 are WPF based). I’m writing Essential Windows Workflow Foundation 4.0 with Maurice for DevelopMentor. One of the things that I think is less than obvious is the behavior of NativeActivity. What is NativeActivity I hear you ask? Well there are a number of models for building custom activities in WF4. Most “business” type custom activities will be built using a declarative model in XAML by assembling building blocks graphically. However, what if you are missing a building block? AsyncCodeActivity. This is new to WF4. NativeActivity. .NET Meanderings - Tuesday, February 9, 2010 - Changing the Icon on a custom activity designer
Tags: NET Workflow WPF WF4 VS2010 Beta2 The Problem Solver - Monday, January 25, 2010 - Presentations from last weeks Augusta Developer Event
02-24-2010 MDN - Choosing between WinForms, WPF, ASP.NET, Silverlight.pptx. Here are the two presentations I did at last weeks Augusta Developer Event. 02-24-2010 MDN - Silverlight and Section 508 compliance.pptx. The Blomsma Code - Tuesday, March 2, 2010 - Understanding WCF RIA Services
There is a client (Silverlight now, but WPF in the future), a middle tier (the domain service), and a back end (entity data model, or custom DAL). think RIA Services offers a great deal of features that will make your life easier when developing n-tier applications using Silverlight and (in the future) WPF. When I first looked at WCF RIA Services , I have to admit I was a bit mystified at what I was seeing. Some ambiguity may have been created by positioning RIA Services as a Silverlight-based technology. There is a white paper , but it’s just a brief high-level overview. Tony and Zuzana's World - Sunday, November 21, 2010 %>
| | |