Sign in
IRhetoric - Karsten Januszewski
Avalon: Convergence in the Simulacrum
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET Framework 2.0 (Whidbey)
3D
Action Script
Avalon
Expression Blend
Facebook
Flash
MIX07
Pages
Philosophy
sxsw
Twitter
Vista
WCF
weblive
Windows Communication Foundation
Windows Presentation Foundation (Avalon)
WPF
WPF TWITTER
WPF/e
Archive
Archives
August 2007
(1)
June 2007
(6)
May 2007
(7)
April 2007
(2)
March 2007
(7)
February 2007
(5)
January 2007
(8)
December 2006
(5)
November 2006
(6)
October 2006
(9)
September 2006
(2)
August 2006
(3)
July 2006
(3)
June 2006
(12)
May 2006
(8)
April 2006
(7)
March 2006
(4)
February 2006
(8)
January 2006
(9)
December 2005
(4)
November 2005
(9)
October 2005
(10)
September 2005
(4)
August 2005
(1)
July 2005
(5)
June 2005
(19)
May 2005
(9)
April 2005
(4)
March 2005
(1)
February 2005
(2)
January 2005
(3)
December 2004
(1)
November 2004
(4)
August 2004
(2)
July 2004
(3)
June 2004
(3)
May 2004
(3)
April 2004
(5)
March 2004
(3)
February 2004
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
IRhetoric - Karsten Januszewski
Healthcare Prototype Source Code Posted
Posted
over 7 years ago
by
karstenj
6
Comments
The healthcare prototype source code, which we have demo'ed in one way or another many times, is now posted. It is a very compelling prototype as far as how a particular vertical -- healthcare -- could take advantage of WPF. Perhaps most interesting is...
IRhetoric - Karsten Januszewski
Beware Of Intellisense: Some Methods are Hidden like Dispatcher.CheckAccess and Dispatcher.VerifyAccess
Posted
over 7 years ago
by
karstenj
1
Comments
Just recently came across the fact that some methods are hidden from intellisense through the use of the [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] attribute. Two that are hidden are System.Windows.Threading...
IRhetoric - Karsten Januszewski
Inter Process Communication Between Applications and Vista Gadgets Using WCF (Part 2)
Posted
over 7 years ago
by
karstenj
1
Comments
Once I got WCF working in a gadget, another scenario came up: wouldn't it be nice if the gadget and the application shared a data model? The gadget could remotely databind to the same data that the application was databound to. As such, there would be...
IRhetoric - Karsten Januszewski
Inter Process Communication Between Applications and Vista Gadgets Using WCF (Part 1)
Posted
over 7 years ago
by
karstenj
5
Comments
I recently faced the design challenge of getting an application and gadget to communicate. How to solve the problem? Well, what better way to talk between applications than Windows Communication Foundation (WCF). After all, it is the inheritor of the...
IRhetoric - Karsten Januszewski
WPF 3D Performance Troubleshooting
Posted
over 7 years ago
by
karstenj
3
Comments
I was recently involved in some analysis of a WPF application which used 3D heavily that wasn't hitting its performance goals. The application was pegging the CPU and acted incredibly sluggish. What didn't make sense was that the CPU was getting pegged...
IRhetoric - Karsten Januszewski
WPF Vista Gadgets - Part 2: Using ActiveX
Posted
over 7 years ago
by
karstenj
9
Comments
In my earlier post , I talked about WPF in the Sidebar by using the IFRAME to host XBAPs. In this post, I'll talk about another technique: using ActiveX. For an in depth discussion of using ActiveX in gadgets, see Jaime Rodriguez's blog post . He's got...
IRhetoric - Karsten Januszewski
Yahoo .NET Developer Center -- With XAML Code Sample!
Posted
over 7 years ago
by
karstenj
0
Comments
Check out the page on the Yahoo .NET Developer Center that shows how to databind to the Yahoo Weather Service in XAML!
IRhetoric - Karsten Januszewski
WPF Vista Gadgets - Part 1: Using XBAP and IFRAME
Posted
over 7 years ago
by
karstenj
18
Comments
If you are following Vista, you are probably aware of the Sidebar, real estate on the desktop that can be used to host gadgets. And, if you are aware of Sidebar, you might be aware that the platform for gadgets is DHTML + Javascript. And, if you are a...
IRhetoric - Karsten Januszewski
Limitations of Multiple AppDomains in WPF and The Challenges of Creating a Plug-in Architecture
Posted
over 7 years ago
by
karstenj
1
Comments
AppDomains In doing some recent prototype work, the fact that WPF does not support multiple AppDomains came up. For most people, this is not an issue, but for certain scenarios, it causes some design challenges. The most common scenario for multiple...
Page 1 of 1 (9 items)