|
|
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.
|
12 Articles match "WPF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Apply techniques for building real-world data-driven applications, including ASP.NET and WPF data binding. WPF Data Binding .NET In this course, you learn to: Leverage new features of C# 3.0, including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
You'll get answers to these questions: How does Silverlight compare to Flash, AJAX, and WPF? Well, Silverlight's keyboard handling is far less capable than that of WPF; it has to cope with multiple browsers running on multiple operating systems and has to be more constrained due to the security restrictions of the plugi. In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Mastering .NET 3.5 featuring LINQ, WPF, WCF & WF
Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates Write LINQ to XML queries to search XML documents and save them to disk Build rich client applications with XAML and WPF that run standalone or in a browser Use WPF data binding and XAML to separate your code and UI elements Build service-oriented WCF services, as well as REST-based services and RSS / ATOM feeds Manage concurrency and state with WCF and handle exceptions appropriately Design robust workflow-oriented programs with Windows Workflow
DevelopMentor Courses
- Friday, June 12, 2009
|
81 Articles match "WPF"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
The type must be a WPF Window-derived type (i.e. done a little differently if you’ve not done much WPF work.
WPF allows us to customize the visuals however we like, so here the
panel NET MVVM WP In this post, we will look at the IUIVisualizer , and bring together
some some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
Dr Rockman is IN!
design and coding problems – whether it be WCF, Workflow, Multithreading, WPF, Silverlight,
ASP.NET I’ve just noticed that Andy
has has blogged about our drop in clinic we are running at DevWeek
2010 2010 . All of the Rock Solid
Knowledge
.NET Meanderings
- Thursday, February 4, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WPF MVVM Helper Library (WPF + MVVM = testability)
usage around the WPF and Silverlight technology stack. When teaching WPF, I
always always introduce students to MVVM as part of the Essential WPF class, it's an incredibly
useful It's evolution owes a lot to various blog posts, WPF Disciples, and other WPF leaders;
I There's been a lot of talk about the Model-View-ViewModel pattern recently and it's
usage useful pattern that really separates the UI from the code behind behavior.
-
WPF Data Providers
One of the nifty new features of the WPF platform is the pluggable data providers.
Data binding in WPF is extremely powerful -- I am constantly amazed at how much procedural
NET;Code;WP It ships with two out of the box:
ObjectDataProvider: allows you to execute binding expressions
against an object and it's methods
XmlDataProvider: loads an XML data source and makes it available
Mark's Blog of Random Thoughts
- Wednesday, January 17, 2007
-
Part 2: Changing WPF focus in code
post , I wrote about how focus is generally managed in WPF - we have focus scopes
WPF thinks has focus in the window:
IInputElement
in WPF which exposes several methods and properties. common request is to set initial focus to a specific control - remember that WPF doesn't
In the last
to track a single element within that scope for logical focus, and then one of those
Mark's Blog of Random Thoughts
- Thursday, September 4, 2008
-
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. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. Josh Smith did an excellent screen cast for Pixel8 on using MVVM with WPF, you can find it here . 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,
The Problem Solver
- Tuesday, April 7, 2009
-
(Possibly) better validations in WPF
I've never cared much for the built-in validation mechanisms provided by WPF.
I just don't think any of them feel natural to the way we build WPF applications today.
Basically, there are essentially three mechanisms built into WPF for validations:
Validation Rules
Exceptions
IDataErrorInfo
Validation rules are checked prior to transferring the value from the bound control
to your source (typically the business object).
-
Using MVVM with Menus in WPF
NET WP One question I've fielded a couple of times is how to manage menus, primarily context
menus, menus, with the MVVM pattern. It turns out to be pretty easy once you know the
"trick". trick".
-
Part 3: Shifting focus to the first available element in WPF
thing I like to do with WPF is see how much of the repetitive or UI-specific code
out that you can't get WPF to do this directly from XAML - because the TextBox isn't
NET;WP We've seen how to programatically control focus and that's all great stuff, but one
I can move into the XAML and keep out of the code behind.
|
|
|