|
|
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 "Class","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. is Language Integrated Query (LINQ), making query a first-class feature of the programming language. This allows you to derive a class from multiple source tables and to represent object inheritance based on different table mappings. 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
DevelopMentor Courses
- Friday, June 12, 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
Virtual Advanced Windows Presentation Foundation
Get an in-depth look at the core classes that make up the WPF platform. Design and debug your applications with available Microsoft and 3rd-party tools Understand the differences between a control template, a custom control, and a user control Performance tips on writing solid WPF applications. Come get familiar with the dynamic and creative application development that Windows Presentation Foundation (WPF) enables. Learn how to build custom panels and when it is necessary. Leverage the MVVM pattern for testable, maintainable applications.
DevelopMentor Courses
- Thursday, March 4, 2010
|
52 Articles match "Class","WPF"
|
The Latest from DevelopMentor
|
MORE
|
|
NativeActivity – A Tricky Beast
code and there are three options for your base class when writing an activity in code:
the PDC CTP first came out (that’s what the reference to some base class called WorkflowElement
is class then most of this is hidden from you except that you have to access arguments
by I’m writing Essential
Windows Windows Workflow Foundation 4.0
.NET Meanderings
- Tuesday, February 9, 2010
MVVM: IUIVisualizer and event management with behaviors
the ViewModel class. 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 class and then injecting my behavior into the element where the attached property
is 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
MVVM: Introducing the message visualizers
public class TitledCommand
{
///
/// Title
to public class MainViewModel : ViewModel
{
private string _title;
///
/// Title
for public class MainViewModel : ViewModel
{
...
///
/// Visualization
Command In this post, I will go over the simple message visualizers available in the MVVM
Helpers Helpers toolkit.
Mark's Blog of Random Thoughts
- Monday, February 1, 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 utility classes, helpers, wrappers, etc. 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.
-
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
First, there is a Keyboard class
in WPF which exposes several methods and properties. 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
-
WPF Data Providers
One of the nifty new features of the WPF platform is the pluggable data providers.
Both of these derive from the abstract class System.Data.DataSourceProvider which
of the UI until the data is fully available.
Another interesting thing about this class is that we can define
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
-
(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 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
-
Playing with WPF Behaviors - a WatermarkText behavior
WPF (and Silverlight) development. This can be UIElement for anything WPF, or more restrictive if necessary
based public
class WatermarkTextBehavior : Behavior >
Next, nicely with WPF. One of the coolest new features of Blend 3 is the inclusion of behaviors. This
new
-
Using MVVM with Menus in WPF
public class MenuItem
{
public string Text
{ get ; set ;
}
public List
Children 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".
|
|
|