Browse by Tags

Mutability in the .NET Framework
18 June 08 02:49 PM | marcelolr | 1 Comments   
Long on prose and short on code, this post just explores some patterns involving mutable/immutable objects in the .NET Framework (mutability from an external point-of-view, at least). The punch line comes at the end, for all of those interested in how Read More...
XAML Snippets in XamlPad
17 April 08 10:50 AM | marcelolr | 0 Comments   
One somewhat obscure feature of XamlPad is the ability to insert snippets in the text editor area. Right-clicking on this area shows a number of items you can insert, such as "Comment Selection" or "Multiline TextBox" (note that "Animated Background" Read More...
Filed under:
Vacations and connecting dots
12 March 08 10:31 AM | marcelolr | 0 Comments   
I'll be leaving on vacations for a couple of weeks soon, so it's very unlikely that you'll see updates in that time frame here. Vacations are a good time to recharge batteries and spend time broadening horizons, which also helps connect dots sometimes... Read More...
Windows Performance Tools Kit available
10 February 08 11:26 AM | marcelolr | 2 Comments   
The Windows Performance Tools Kit is now shipping along with Windows SDK for Windows Server 2008 and .NET Framework 3.5 . A mouthful both, to be sure, but if you use either regularly it won't be long before they become just "xperf" and "the SDK". The Read More...
Filed under: ,
Drag and Drop with shell-style previews
02 February 08 11:43 AM | marcelolr | 0 Comments   
Adam Root has posted a step-by-step post on how to enable nice preview images across windows when implementing drag and drop. I haven't written on the topic in a while, but it's turned out to be a very popular source of emails even today, so I'm sure Read More...
Filed under: ,
VS 2008 Beta 2 available
27 July 07 09:12 AM | marcelolr | 0 Comments   
The announcement is right here . ScottGu has a recap of the articles he's posted so far here . For those who fell like they can't wait for the download, the "What's New" page is available on MSDN here . As you can see, there's a lot of developer love Read More...
Filed under: , ,
Rich Visualizations with Silverlight and Astoria
13 July 07 03:38 PM | marcelolr | 1 Comments   
How we get here I found myself wanting to have a nicer way of looking at a bunch of data I reference every now and then. Often I will whip up a quick HTML application to do this - it's ultimately a simple text file I can quickly edit and tweak, and the Read More...
Filed under: , ,
Basics of data-bound drag-drop in WPF
09 June 07 06:56 PM | marcelolr | 1 Comments   
Also known as "how do I perform drag-drop between two data-bound list boxes"? Well, excellent question - here's a first shot at the answer, although there is much polish that could be added. This really isn't all that different from the series that was Read More...
Filed under:
A nice printable XAML reference page for DataColumn.Expression syntax
19 March 07 03:03 PM | marcelolr | 0 Comments   
I always found the text layout on the DataColumn.Expression page a bit odd. So, in the spirit of my last post , I decided to go ahead and do something similar for it - here is a reformatted version, which will print out in columns and should fit on a Read More...
Filed under: ,
Attachment(s): expressions.xaml
A XAML-based System.Reflection.Emit.OpCodes reference
16 March 07 12:31 PM | marcelolr | 1 Comments   
So, I've been doing a bit of work with System.Reflection.Emit lately, and I've found that just having the list of the OpCodes fields around is pretty useful. I navigate to the page, but there are really a lot of opcodes, and I keep scrolling back and Read More...
Filed under: ,
Attachment(s): xaml.xaml
Quick online spell checker with WPF
01 February 07 06:03 PM | marcelolr | 0 Comments   
You can use the spell-checking functionality provided by the RichTextBox to quickly correct those pesky typos! Just navigate to something like the following, and you're done. <DockPanel xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation Read More...
Filed under:
Attachment(s): xaml.xaml
Turning the pages with WPF
30 January 07 11:34 AM | marcelolr | 2 Comments   
Wicked cool application at http://www.bl.uk/ . The application allows you look at two notebooks from Leonardo da Vinci (the original stuff!), plus a few other very interesting, precious books. All powered by WPF - note that the application is an .xbap, Read More...
Filed under:
XAML snippet to trigger WPF installation on IE7
22 January 07 12:03 PM | marcelolr | 0 Comments   
This is probably my blog post with the most acronyms in it. In any case, on to the contents. If a user navigation to a .xaml file using Internet Explorer 7 and .NET Framework 3.0 is not installed, then it will offer the user to install it. This is very Read More...
Filed under:
Attachment(s): xaml.xaml
Drag & Drop with attached properties? Must see to believe!
15 November 06 09:50 AM | marcelolr | 0 Comments   
Pavan has a post about a framework to implement drag & drop with attached properties in Windows Presentation Foundation - most nifty. This is just the first post of a series, so be on the lookout for future posts. He actually has a large number of Read More...
Filed under:
GiveFeedback event in Windows Presentation Foundation Drag/Drop
30 October 06 09:33 AM | marcelolr | 2 Comments   
Although the documentation may not make it clear, GiveFeedback is an event that happens on the source side of a drag/drop operation. If you look at http://windowssdk.msdn.microsoft.com/en-us/library/system.windows.givefeedbackeventargs.effects.aspx , Read More...
Filed under:
More Posts Next page »
Page view tracker