|
|
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 "Templates","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. These include the LinqDataSource (for LINQ support), the ListView (for flexible two-way data-bound templates), and the DataPager (for flexible paging). 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
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
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
|
23 Articles match "Templates","WPF"
|
The Latest from DevelopMentor
|
MORE
|
|
NativeActivity – A Tricky Beast
about) but to expand a little: The Activity is really just a template containing
the It holds the state for this instance of the activity template. need a way to bind the template code to the currently running instance of the activity
and with this (designers in WF4 are WPF based). I’m writing Essential
Windows Windows Workflow Foundation 4.0
.NET Meanderings
- Tuesday, February 9, 2010
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 The template decides
how 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
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WPF Data Providers
One of the nifty new features of the WPF platform is the pluggable data providers.
template will give us the format we are looking for:
>
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
-
Using MVVM with Menus in WPF
they support data templating and binding like any other ItemsControl. 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".
-
Correcting the WPF Themes
I'm a big fan of themes in WPF -- and I think it's great that Microsoft has released
a whole set of themes for Silverlight and WPF at www.codeplex.com/wpf
However, template - specifically, the checked state doesn't always show up initially.
Looking Looking at the template, it turns a However, in using some of those themes, I've run into an annoying bug in the RadioButton
template
-
Focusing on WPF: How to deal with Focus() in the WPF world
looked at the Navigation support in WPF (which is nice) but ultimately decided to
model that are new to WPF might be surprised that it does not assign initial focus to any
particular frustrations with focus and how WPF manages it have resulted in this set of blog posts
Part 4: Recently I was involved in a project
where where we needed to build a multi-step input application where each step showed progress
and
-
Focusing on WPF: How to deal with Focus() in the WPF world
looked at the Navigation support in WPF (which is nice) but ultimately decided to
that are new to WPF might be surprised that it does not assign initial focus to any
frustrations with focus and how WPF manages it have resulted in this set of blog posts
Part
focus to the first focusable Recently I was involved in a project
where we needed to build a multi-step input application where each step showed progress
-
MVVM: Introducing the message visualizers
I start with the project template and remove all the ViewModel
and NET MVVM WP In this post, I will go over the simple message visualizers available in the MVVM
Helpers Helpers toolkit. Essentially the idea is that it is fairly common to want to
display
-
MVVM: Binding RadioButton groups
Ultimately, this problem is really an expected behavior from WPF – when a set of Radio
Buttons Now that I have an idea of what I want to build, I created a blank Windows WPF application
and quick start you could also just use the JulMar MVVM project template and delete
the A question I got recently was how to manage Radio Buttons with bindings – in this
instance, instance, the sample code was trying to map a single value to a set of Radio Buttons
based
|
|
|