|
|
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.
|
11 Articles match "Helper","Sample"
|
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 the helper library. Here’s some of the coding examples present in the sample:
It 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 and added the JulMar MVVM Helper library and created the directory structure I prefer
( 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
MVVM Helpers Distribution
classes in the MVVM helper library. cf0 cf3 ///cf4 Sample ViewModel that wraps a Directory.par ??cf0 MarkerDirectory };par ?? }par ?? }par ??}
-->
///
/// Sample
ViewModel cf0 messageVisualizer.Show(cf7 In the previous post, I provided a link to the project template you can use to start
a a
Mark's Blog of Random Thoughts
- Friday, January 22, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WPF MVVM Helper Library (WPF + MVVM = testability)
utility classes, helpers, wrappers, etc. helpers I've built and reused over the years doing WPF consulting and instruction.
When There are some helper classes implemented through interfaces
and sample for you to do whatever you like with.
>>
...Tags: There's been a lot of talk about the Model-View-ViewModel pattern recently and it's
usage usage around the WPF and Silverlight technology stack.
-
MVVM Helpers v1.03
I just put the latest version of the MVVM helpers online - mvvmhelpers.zip
There's I did update the sample to show how they get used.
In There's a bunch of new stuff in it - check the release notes for the highlights.
There's There's a set of breaking changes in it as well, specifically I've moved several of
the the attached
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
This will naturally lead us to write the following test method and helper method:
[TestFixture]
public public class AccountTests
{
private MockMailServer mockMailServer = new MockMailServer();
[Test]
public void WhoAreYouReceivingTheMostEmailFrom()
{
User you = User.CreateNew( "you" );
User mike = SendEmailHelper( CreateUser( "mike" ), you, 3 );
User mary = SendEmailHelper( CreateUser( "mary" ), you, 4 );
User joan = SendEmailHelper( CreateUser( "joan" ), you, 2 );
Assert.AreEqual( mary, you.GetGreatestEmailer() );
}
Michael C. Kennedy's Weblog
- Thursday, August 6, 2009
-
MVVM Helpers Project Template
To start off this new series, I have created a MVVM Helpers project template - this is a Visual Studio 2008 template which will create the starter project I will be using as an example. It shows off the primary usage of the MVVM library and has directories and references to required assemblies already established so it's a nice starting point for any MVVM WPF app using the helpers.
Download Download it from here and
copy copy the zip file into your template directory.
As
Mark's Blog of Random Thoughts
- Wednesday, January 20, 2010
-
EF 4.0 N-Tier Support: Take 2
On the service-side, I wrote a helper class which interrogated entities for changes and persisted changes to the database, using either LINQ to SQL or the Entity Framework.
uses the same basic approach, with entities tracking their own state and helper classes for change-tracking and persistence. The difference is that EF uses code-generation via T4 templates to create the helper classes instead of Following the release of Visual Studio 2010 and .NET NET 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
-
MVVM Helpers 1: Views and ViewModels
MVVM Helpers Distribution
classes in the MVVM helper library. cf0 cf3 ///cf4 Sample ViewModel that wraps a Directory.par ??cf0 MarkerDirectory };par ?? }par ?? }par ??}
-->
///
/// Sample
ViewModel cf0 messageVisualizer.Show(cf7 In the previous post, I provided a link to the project template you can use to start
a a
-
Using SAML as a Client Credential Type in WCF (with Geneva)
sample password check – don’t just copy&paste this code ;)
if (subjectName
!= For message security, there is no built-in binding element helper – you have to construct
You can then use this helper to construct a custom binding (see the download for the
Disclaimer
For the motivation for this article please read this here
www.leastprivilege.com
- Monday, March 9, 2009
|
|
|