spoon16

6,430
Reputation
717 views

Registered User

Name spoon16
Member for 1 year
Seen Nov 16 at 6:43
Website
Location Snohomish, WA, USA
Age 26

Architect and technical generalist focused on emerging Semantic Web ideas and technologies. Specialize in rapidly developing enterprise class collaboration and knowledge discovery applications.

Currently, I incubate ideas for Bing.

10h
accepted Is there a multiplatform framework for developing iPhone / Android applications?
Nov
17
awarded  Popular Question
Nov
16
awarded  Popular Question
Nov
16
comment Bind WPF DataGrid ItemsSource to method, IEnumerable<TableRow> GetRows(), of custom Table object?
It is strange that you can't bind to the return value of a method on an object that was not created via XAML.
Nov
16
revised Bind WPF DataGrid ItemsSource to method, IEnumerable<TableRow> GetRows(), of custom Table object?
edited title; edited title
Nov
16
revised Bind WPF DataGrid ItemsSource to method, IEnumerable<TableRow> GetRows(), of custom Table object?
edited tags
Nov
16
revised Need example of using CounterDelta32 PerformanceCounter
deleted 35 characters in body
Nov
16
accepted Need example of using CounterDelta32 PerformanceCounter
Nov
16
asked Bind WPF DataGrid ItemsSource to method, IEnumerable<TableRow> GetRows(), of custom Table object?
Nov
14
comment Who blogs on software?
not programming related
Nov
13
revised Start a program in active user session with PowerShell remoting
added 242 characters in body; edited tags
Nov
13
comment Start a program in an active user session from a service?
I believe this only works on the /CONSOLE session though and doesn't allow you to target a specific active user session.
Nov
13
comment Start a program in an active user session from a service?
Definitely a possible approach. Not very interesting to me though. I am just looking for a quick way to recycle an application on my own session across multiple machines using Windows Remoting (.NET). If I can't do it easily, than the best thing to do is just make the app run as a service and I can restart the service and not worry about it being run on a specific sessions desktop.
Nov
13
comment Start a program in an active user session from a service?
I want to be able to target it at a specific user on a specific machine and I want to be able to detect the state of the session. It's not really that big of a deal if the user is not active or doesn't see it right away just so long as the next time they connect to the server the dialog is up. If they get logged off or their session gets killed it's ok if the message doesn't appear next time they login.
Nov
13
comment Start a program in an active user session from a service?
"Run As" is not the same as what I am trying to do here. It just runs an application in the current session using a specific users credentials.
Nov
13
comment Start a program in an active user session from a service?
No worries Chris, I appreciate your time.
Nov
13
revised Start a program in an active user session from a service?
added 199 characters in body; added 13 characters in body; added 1 characters in body
Nov
13
comment Enterprise Library: Logging Block and Email
Use the EntLibConfig.exe tool for a friendly UI that will simplify the configuration of the EmailTraceListener (and the rest of Enterprise Library).
Nov
13
asked Start a program in an active user session from a service?
Nov
13
asked Start a program in active user session with PowerShell remoting
Nov
11
comment Is XSLT worth it?
Fair, that doesn't mean it's not useful sometimes
Nov
9
comment Creating a PowerShell job that executes a SQL command every 5 minutes
is Thread.Sleep the best way to wait in PowerShell?
Nov
9
asked Creating a PowerShell job that executes a SQL command every 5 minutes
Nov
9
comment PowerShell -match operator and multiple groups
I tried simplifying the regex as you described (previous to creating the nasty one I have there) and powershell doesn't generate any matches.
Nov
9
answered PowerShell -match operator and multiple groups
Nov
9
asked PowerShell -match operator and multiple groups
Nov
5
awarded  Popular Question
Nov
5
answered Enterprise grade databases that can handle large RDF datasets?
Oct
31
accepted What are the best programming puzzles you came across?
Oct
28
accepted Difference between Cmdlet.EndProcessing and Cmdlet.StopProcessing
Oct
27
answered Difference between Cmdlet.EndProcessing and Cmdlet.StopProcessing
Oct
23
asked Visual Studio 2010 and 2008 mixed development environment possible?
Oct
19
answered Need example of using CounterDelta32 PerformanceCounter
Oct
19
revised Need example of using CounterDelta32 PerformanceCounter
added 146 characters in body
Oct
18
comment Need example of using CounterDelta32 PerformanceCounter
Yeah, I did all that. The counter is showing up in my category. I just can't seem to get any values to display by incrementing the counter. I am guessing that counter.Increment is not the right thing or the only thing that I need to call in this case but I don't see any examples for this counter type available.
Oct
18
asked Need example of using CounterDelta32 PerformanceCounter
Oct
17
asked Is HttpClient from WCF REST Starter Kit Silverlight compatible?
Oct
16
revised Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
added 106 characters in body
Oct
16
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
worked... just had to add one line to your script to make sure System.Windows.Forms was loaded
Oct
15
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
I'll give this a shot when I get to work. Great idea though.
Oct
15
revised Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
added 30 characters in body
Oct
15
awarded  Popular Question
Oct
14
revised Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
added 28 characters in body
Oct
14
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
good thinking !
Oct
14
asked What is the appropriate initial value for a ElapsedTime Performance Counter?
Oct
14
revised Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
added 1 characters in body
Oct
14
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
At that point I might as well just go with the C# cmdlet. Seems like the best approach given the threading limitations. Is there a way to start a job on an STA thread?
Oct
14
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
This doesn't work with large values for $text. Program 'powershell.exe' failed to execute: The filename or extension is too long
Oct
14
asked Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
Oct
10
asked How to use AverageTimer32 and AverageBase performance counters with System.Diagnostics.Stopwatch?