Showing results for 2007 - Page 2 of 2 - Developer Support

Sep 6, 2007
0
0

Where are the InfoCard sites?

Andrew Arnott
Andrew Arnott

InfoCard is the greatest invention since the web browser!  In my opinion anyway.  If you don't agree or you haven't heard of InfoCard, please read from the www.identityblog.com, and in particular the post on the Laws of Identity.  It's really quite impressive what engineering problems InfoCard has been able to solve. I'm just gett...

andarnoIdentity
Sep 5, 2007
0
0

How to find the focused ListBoxItem in WPF

Andrew Arnott
Andrew Arnott

One would expect that the WPF ListBox control would have some kind of FocusedIndex property to find out which item has the keyboard focus (and that dashed border around it) -- but it's not there.  It seems the workaround requires a few lines of code, which I present here. ListBox.SelectionMode = Single In a ListBox's default mode that all...

andarnoWPF
Aug 27, 2007
0
0

Reflections on having multiple versions of NetCF on your device

Andrew Arnott
Andrew Arnott

The .NET Compact Framework has had several releases: V1 + 3 service packs, V2 + 2 service packs, V3.5 (to date just betas).  Which of these are installed on your device?  Can you have multiple versions installed simultaneously?  Which version will run your NetCF app if multiple versions are installed?  This post addresses all th...

andarnoMobile devicesNetCF
Aug 20, 2007
0
0

The WCF subset supported by NetCF

Andrew Arnott
Andrew Arnott

[Updated: 21Nov07 to clarify that custom headers are supported, but not in NetCFSvcUtil proxy generation] [Updated: 27Aug07 to correct Gzip sample, and clarify on transports & extensibility] [Updated: 23Aug07 to add SecurityAlgorithmSuite enumerable]Many people have been asking about what subset of .NET 3.0's Windows Communication Foundati...

andarnoMobile devicesNetCF
Aug 2, 2007
0
0

Gmail interface clone in 4 hours using WPF

Andrew Arnott
Andrew Arnott

I used Visual Studio 2008 Beta 2 to try WPF for very nearly the first time.  I discuss how I managed to clone an interface I admire in four hours over on my JMPInline blog.

andarno
Jul 9, 2007
0
0

How to sort the console output of a hashtable in PowerShell

Andrew Arnott
Andrew Arnott

Hashtables are inherently unsorted, but when you're printing a hashtable's contents to the console, it can certainly be helpful to sort its contents by key.  Although it's not obvious, the way to do it is pretty easy. Let's start with defining a hashtable and play with it until it's obviously unsorted. Great. Now let's sort it: Ergh! Wh...

andarnoPowerShell
Jul 9, 2007
0
0

Getting doskey macros to work in PowerShell

Andrew Arnott
Andrew Arnott

As much as I love to work with PowerShell, it was hard to give up the doskey macros I had defined for CMD.exe.  But I just found out that doskey can work all its magic for PowerShell too, so here's the trick... Doskey defaults to working only with cmd.exe, but by passing the /exename= parameter to it, you can set macros for PowerShell as we...

andarnoPowerShell
Jul 2, 2007
0
0

How to (not) write an especially precarious app on .NET (Compact Framework)

Andrew Arnott
Andrew Arnott

As the .NET Compact Framework developers work to add features, fix bugs, and refactor code, we often have to determine whether a given change could break existing customer code.  The ideal is that NetCF 3.5 will run all apps that ran on NetCF 2.0 and 1.0.  We run hundreds of apps and many, many tests before shipping each product to check ...

andarno.NETNetCF
Jun 15, 2007
0
0

Identity crisis

Andrew Arnott
Andrew Arnott

I now have three blogs that I post to: this one, JMPInline, and NetCFTeam.  Which posts will I put where?  I think I'll post everything software-related to both JMPInline and this one, then for those that specifically relate to NetCF I will post a link to the NetCFTeam blog as a small post.  Rather than copying posts I've already wri...

andarno