|
|
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.
|
23 Articles match "Behavior"
|
Related DevelopMentor Courses
|
MORE
|
|
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
Foundations of C# Programming and the .NET Framework
We discuss how to use dynamic binding to achieve polymorphic behavior. Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e.,
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Design Patterns
This pattern shows that an object's behavior and responsibilities can be extended at runtime, as opposed to design time using inheritance. This allows us to combine a variety of behaviors far more efficiently that normal inheritance. State In many cases object behavior depends on the state an object is in. In this course, you learn to: Understand the rationale behind design patterns Understand the basics of Unified Modeling Language (UML) Understand how best to apply design patterns to .NET NET to effectively leverage the framework. (e.g.,
DevelopMentor Courses
- Tuesday, March 2, 2010
|
66 Articles match "Behavior"
|
The Latest from DevelopMentor
|
MORE
|
|
WCF, WIF and Load Balancing (and a bit of Azure)
change the default behavior – you basically have two options:
Turn The standard WIF behavior is to the
DPAPI Pablo wrote a post yesterday
giving giving some background information on how session tokens are protected in WIF – here
some some additional info for WCF:
The
www.leastprivilege.com
- Thursday, February 18, 2010
NativeActivity – A Tricky Beast
One of the things that I think is less than obvious is the behavior of NativeActivity.
What I’m writing Essential
Windows Windows Workflow Foundation 4.0 with Maurice for DevelopMentor .
One What is NativeActivity I hear you ask?
.NET Meanderings
- Tuesday, February 9, 2010
Error handling in a NativeActivity
This behavior reminds me of the infamous VB6 On Error Resume Next where an error would just be ignored and the next statement executed. Note: This blog post is written using the .NET NET framework 4.0 RC 1 Using Workflow Foundation 4 the NativeActivity is the powerhouse when it comes to building native activities.
The Problem Solver
- Tuesday, February 9, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Playing with WPF Behaviors - a WatermarkText behavior
One of the coolest new features of Blend 3 is the inclusion of behaviors. new feature formalizes the "attached behavior" model that has become so prevelant
in http://blogs.msdn.com/expression/archive/2009/05/19/link-round-up-behaviors-related-posts.aspx
To I've included this new behavior
into This
new in
-
Blend Behaviors in Styles: DragPositionBehavior
This behavior allows any UIElement to be dragged
and the behavior onto an element):
{rtf1ansiansicpglang1024noproof65001uc1 This is the simplest way to use this, however it doesn’t work when the behavior is
to alternative syntax to apply the same behavior:
{rtf1ansiansicpglang1024noproof65001uc1 In the last post, I referred to the DragPositionBehavior in the JulMar
MVVM MVVM library.
-
Getting started with Windows Workflow Foundation 4
NET 4 so old workflows will still run but the new classes have no relation with the old classes. So basically forget all you knew about the behavior of WF 3 So lets take a brief look at creating a new workflow 4 style workflow. When we start Visual Studio 2010 and select File/New/Project we get the new project tab. As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET
The Problem Solver
- Monday, June 22, 2009
-
Flowcharts in Workflow 4 and the Switch activity
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. 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.
The Problem Solver
- Tuesday, October 27, 2009
-
Windows Workflow Foundation 4 and persistence
sqlexpress;Initial Catalog=WorkflowInstanceStore;Integrated Security=True;Pooling=False" ;
var behavior = new SqlWorkflowInstanceStoreBehavior(connStr);
behavior.InstanceCompletionAction = InstanceCompletionAction.DeleteNothing;
behavior.InstanceLockedExceptionAction = InstanceLockedExceptionAction.AggressiveRetry;
behavior.InstanceEncodingOption = InstanceEncodingOption.None;
host.Description.Behaviors.Add(behavior);
The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008.
The Problem Solver
- Thursday, November 19, 2009
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
rule that during this stage you do not change the behavior, only the implementation.
This refactoring before changing (Fixing) this behavior, but this discpline has paid off
many, English, we were able to create unit tests that described the expected behavior. our tests for the behavior rather Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter
entitled entitled Avoiding 5 Common Pitfalls in Unit Testing .
You
Michael C. Kennedy's Weblog
- Thursday, August 6, 2009
-
MVVM: IUIVisualizer and event management with behaviors
provides drag support through a behavior on the style.
Let’s enforces numeric text box behavior.
Both Both of these are accomplished with Blend Behaviors. you add the behavior to the visual element in question, for example, the watermarked
textbox 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:
|
|
|