Marcelo's WebLog
Improving the world one entity at a time
Browse by Tags
All Tags
»
WPF
(RSS)
ADO.NET Data Services
Astoria
Development
Entities
Performance
SQL
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
More Posts
Next page »
Search
Go
This Blog
Home
About
Email
Tags
ADO.NET Data Services
Astoria
Development
Entities
PDC05
Performance
Silverlight
SQL
WPF
Archives
August 2008 (10)
July 2008 (8)
June 2008 (6)
May 2008 (5)
April 2008 (9)
March 2008 (5)
February 2008 (5)
January 2008 (11)
December 2007 (3)
October 2007 (7)
September 2007 (3)
August 2007 (1)
July 2007 (5)
June 2007 (2)
May 2007 (1)
April 2007 (2)
March 2007 (5)
February 2007 (4)
January 2007 (6)
December 2006 (3)
November 2006 (3)
October 2006 (3)
September 2006 (2)
July 2006 (2)
May 2006 (1)
March 2006 (9)
January 2006 (1)
November 2005 (1)
October 2005 (1)
September 2005 (10)
August 2005 (5)
July 2005 (6)
June 2005 (4)
May 2005 (4)
April 2005 (8)
March 2005 (2)
February 2005 (1)
January 2005 (3)
December 2004 (6)
November 2004 (1)
Bloggy Stuff
ADO.NET team blog
Josh Williams
Maoni's Weblog
Microsoft SQL Server Support Blog
Rico Mariani
Michael Kaplan's Sorting It All Out
The Old New Thing
Windows PowerShell
Astoria Team
Handy Stuff
Enumerating modules
Install .NET Fx 3.0
Spell check
OpCodes reference
Syndication
RSS 2.0
Atom 1.0