|
|
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.
|
3 Articles match "Sample","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Advanced Windows Communication Foundation
In this course, you learn to: Understand the motivation and architecture behind SOA & WCF Create clients and services with WCF Expose your services using SOAP and REST Choose between different channels, bindings, and configuration options Host a service as a Windows service or in IIS/WAS Authenticate and authorize access to services Federate services using tokens and claims Span transactions across service boundaries Add reliability using transport and message mechanisms Extend WCF by writing custom behaviors and creating custom channels Advanced Windows Communication Foundation presents
DevelopMentor Courses
- Monday, March 1, 2010
Essential Windows Communication Foundation
In this course, you learn to: Understand the motivation and architecture behind SOA & WCF Create clients and services with WCF Expose your services using SOAP and REST Choose between different channels, bindings, and configuration options Host a service as a Windows service or in IIS/WAS Deal with concurrency and sessions in WCF Handle errors in services Authenticate and authorize access to services Federate services using tokens and claims Span transactions across service boundaries Add reliability using transport and message mechanisms Extend WCF by writing custom behaviors and creating
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Advanced Windows Presentation Foundation
Advanced Windows Presentation Foundation provides a deep exploration into the latest in Microsoft UI technologies. Come get familiar with the dynamic and creative application development that Windows Presentation Foundation (WPF) enables. Learn how to best utilize WPF for building new projects and for porting existing Windows Forms, Microsoft Foundation Class, or traditional Win32 applications over to this new platform. Get an in-depth look at the core classes that make up the WPF platform. Learn how to build custom panels and when it is necessary.
DevelopMentor Courses
- Thursday, March 4, 2010
|
33 Articles match "Sample","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
image application ala photoSuru, it’s really more of a sample of MVVM practices with
the Here’s some of the coding examples present in the sample:
It Download the sample from In this post, we will look at the IUIVisualizer , and bring together
some viewer:
The
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
MVVM: Binding RadioButton groups
instance, the sample code was trying to map a single value to a set of Radio Buttons
based Sample Application Description
Our Now that I have an idea of what I want to build, I created a blank Windows WPF application
and ll populate it with some sample data:
{rtf1ansiansicpglang1024noproof65001uc1 A question I got recently was how to manage Radio Buttons with bindings – in this
instance, based on an enumeration set.
Mark's Blog of Random Thoughts
- Friday, January 29, 2010
MVVM: Views and ViewModels
2008TemplatesProjectTemplatesVisual C#Windows .
Ok, fs28 cf1 par ??}
-->
< Window x : Class ="WpfMVVMApplication1.Views.MainWindow" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns : julmar ="http://www.julmar.com/wpfhelpers" xmlns : ViewModels ="clr-namespace:WpfMVVMApplication1.ViewModels" xmlns : Converters ="clr-namespace:WpfMVVMApplication1.Converters" DataContext ="{ julmar : ViewModelCreator { x :
Mark's Blog of Random Thoughts
- Friday, January 22, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations.
It Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216
KB) Testing Activities with Windows Workflow Foundation by
Ron and Windows Workflow Foundation by Ron Jacobs
It is not a framework like HarnessIt , NUnit ,
or
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
ASP.NET Routing in Windows Azure Using WebForms
But what about Windows Azure ?
What The sample
project For example, in the sample
project I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET
MVC MVC which channels requests for a given URL to the right controller action.
-
Online Workflow 4 presentation
Attached are the PowerPoint sheets and samples from my online Window Workflow Foundation 4 presentation today. Let me know if you have any questions. WF4Demo.zip www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu
...Tags: Tags: .NET NET Workflow WCF webcast WF4 VS201
The Problem Solver
- Tuesday, December 1, 2009
-
It's been such a long time.. [WPF + Windows 7]
I've been busy working with Windows 7 and Microsoft Surface touch-computing. end, I needed to get access to some of the new Windows 7 APIs in managed code ...
which Scenic Ribbon (native Win32 ribbon) in Windows Forms
Windows 7 Beta 1 Interop Library
for Well, it's been a while since I posted anything, I'm sorry!
I've To that
end,
-
Flowcharts in Workflow 4 and the Switch activity
Flowcharts are a nice addition to Windows Workflow Foundation 4. That worked but they weren't really state machines or event driven and things could get a bit tricky. Enter the flowchart in Windows Workflow Foundation 4 One of the good things is that a flowchart is not another workflow type. When I ran the sample I would only get Default printed to the console. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. In WF 3 we used to model these complex behaviors as state machine workflows.
The Problem Solver
- Tuesday, October 27, 2009
-
WF4&WCF and message correlation
This same some more about sending multiple messages to the same workflow, AKA Workflow Correlation. One of the ugly parts of Windows Workflow Foundation 3 was the message correlation part when you used WCF to send multiple messages to the same workflow. When using WF3 you where forced to use one of the context bindings like BasicHttpContextBinding or WSHttpContextBinding. This is done in the CreateCorrelationQuery() function as follows:
private static CorrelationQuery CreateCorrelationQuery()
{
var result = new CorrelationQuery();
The Problem Solver
- Wednesday, September 2, 2009
-
Unit Testing Coming to a Workflow Near You
Advances in Unit Testing Windows Workflow" ]
If you've been working with Windows Workflow, you'll find it has some cool features
for In fact the architecture that makes Windows Workflow powerful
(strict There has been some work done on unit testing Windows Workflows. [Update: See the follow up post "Significant
Advances If
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
|
|
|