decarufe

Stories submitted by decarufe

How to Databind to ListBox’s SelectedItems property (Silverlight)(blog.decarufel.net)

submitted by decarufedecarufe(959) 10 months, 15 days ago

This article reveals a quick an easy way to bypass the SelectedItems data binding of ListBox in silveright read more...

add a comment |category: |Views: 18

tags: another

Urban Turtle–The best add-in to VS2010 for Agile development (blog.decarufel.net)

submitted by decarufedecarufe(959) 1 year, 1 month ago

Urban Turtle–The best add-in to VS2010 for Agile development Everyone wants to do agile software development these days but without the right tool its near to impossible. read more...

add a comment |category: |Views: 17

tags: another

Agile finally made right for Visual Studio 2010(blog.decarufel.net)

submitted by decarufedecarufe(959) 1 year, 6 months ago

After 35 years, 840 sprints, two generations of product owners, the team is proud to finally ship Urban Turtle with support for the new Visual Studio Scrum Template. It has been a long journey that seemed very short. It feels like this story began 35 days ago and not 35 years ago. Time flies. read more...

add a comment |category: |Views: 10

tags: another

Improving performance of DataBinding, patience is gold(blog.decarufel.net)

submitted by decarufedecarufe(959) 1 year, 10 months ago

I came across a performance problem lately. I have a WPF Smart Client application connected to a Dynamics CRM back end. At some point in my application I have add a lot of lines in a data table held by an ObservableCollection class. The problem was each time I add a line into the collection a CollectionChanged event was raised and that triggered the update of some other fields, approximately 10 in my case. read more...

add a comment |category: |Views: 4

tags: another

Canadian Developer Connection : Windows Phone 7 Session Videos and Sli(blog.decarufel.net)

submitted by decarufedecarufe(959) 1 year, 10 months ago

It’s only been a couple of days since MIX10 wrapped up, but as promised, we recorded videos of all the sessions and they’re now available online. It doesn’t matter if you missed a session or missed the entire conference, you can now catch (or re-catch) them all. The videos are all “two-shots”; that is, they feature two views: one of the speaker, shown in a window on the left, and one of the current slide, shown in a view on the right. They’re all in Windows Video (WMV) format, and for many of the presentations, the speakers have also made the slides available in PowerPoint (PPTX) format. read more...

add a comment |category: |Views: 1

tags: another

How to use strongly-typed name with INotifyPropertyChanged(blog.decarufel.net)

submitted by decarufedecarufe(959) 1 year, 10 months ago

You may already have read my posts about how to use INotifyPropertyChanged in a type-safe way (here and here), but sometime you don’t want to modify all your classes to use this method. All you want is avoid the use of a magic string to define the property. Your code will be refactoring proof. read more...

add a comment |category: |Views: 10

tags: another

Business Logic Validation and the Decorator Design Pattern » UpperStra(upperstrata.com)

submitted by decarufedecarufe(959) 2 years, 2 months ago

How to use the Decorator pattern to implement validation read more...

add a comment |category: |Views: 67

tags: another

Firefox Windows Authentication(dotnetforthoughts.com)

submitted by decarufedecarufe(959) 2 years, 3 months ago

How to activate Windows Authentication in Firefox read more...

add a comment |category: |Views: 21

tags: another

Using Decorator Design Patterns to add Validation to an object(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 4 months ago

In most cases when someone write about the Decorator pattern it is usually related to UI stuff. The most common example is adding “decoration” to a control, for example a scroll bar. But in my humble opinion, this is not the most useful usage of Decorator. read more...

add a comment |category: |Views: 34

tags: another

TechDays 2009 Sessions Announced, and Other News(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 6 months ago

The sessions for TechDays 2009, Microsoft's cross-Canada conference taking place in seven cities this fall, have been posted on the TechDays site. read more...

add a comment |category: |Views: 1

tags: another

How to use INotifyPropertyChanged, the type-safe way (no magic string)(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 6 months ago

How to remove string from RaisePropertyChanged event read more...

add a comment |category: |Views: 37

tags: another

Type-safe INotifyPropertyChanged and derived classes(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 6 months ago

See how you can use this technique with derived classes read more...

add a comment |category: |Views: 21

tags: another

How to use INotifyPropertyChanged, the type-safe way (no magic string)(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 6 months ago

Implementation of the INotifyPropertyChanged interface is quite simple. There is only one event to implement, but how can we avoid using string? read more...

add a comment |category: |Views: 60

tags: another

Learning new technologies, who should pay the price?(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 6 months ago

Sometimes I’m wondering, what am I doing in computer science? I’m good at it, or I think I am, but there always something new to learn. read more...

add a comment |category: |Views: 11

tags: another

How to implement “lock” with timeout?(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 8 months ago

See a good practice on how to implement you own "lock" with a timeout. Full implementation code provided. read more...

add a comment |category: |Views: 23

tags: another

Starting a new user group in Montreal area(blog.decarufel.net)

submitted by decarufedecarufe(959) 2 years, 8 months ago

Join the wave! Come and see waht you can do to improve your .NET skills. read more...

add a comment |category: |Views: 3

tags: another