decarufe

Stories kicked by decarufe

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

submitted by decarufedecarufe(959) 1 year, 1 month 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: 29

tags: another

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

submitted by decarufedecarufe(959) 1 year, 4 months 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, 10 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) 2 years, 2 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) 2 years, 2 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) 2 years, 2 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, 6 months ago

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

add a comment |category: |Views: 71

tags: another

Firefox Windows Authentication(dotnetforthoughts.com)

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

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

add a comment |category: |Views: 22

tags: another

Fun with Func<T,TResult> Delegates, Events and Async Operations(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 7 months ago

Delegates are powerful for event handling, highly useful in LINQ and a core requirement for async operations. Func<T> makes using delegate based logic a lot easier by providing a generic implemenation that in many cases allows you to skip creation of a separate delegate and instead just point at the Func<T> definition which can be a big timesaver and a nice way to remove delegate defintions from your namespaces. read more...

add a comment |category: |Views: 343

tags: another

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

submitted by decarufedecarufe(959) 2 years, 7 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: 36

tags: another

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

submitted by decarufedecarufe(959) 2 years, 9 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, 10 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, 10 months ago

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

add a comment |category: |Views: 24

tags: another

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

submitted by decarufedecarufe(959) 2 years, 10 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: 63

tags: another

Introducing CodePaste.NET(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 10 months ago

As a learning experience for taking ASP.NET MVC for a spin I recently created a new site that has now gone live: Codepaste.NET which provides a public location to post code snippet and link them from social network sites that have limited input lengths and make code discussions otherwise difficult. The site's a work in process, but I hope it's useful to some of you for sharing and discussing small blocks of code online. read more...

2 comments |category: |Views: 407

tags: another

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

submitted by decarufedecarufe(959) 2 years, 10 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