ScottW

Stories submitted by ScottW

16 Ways To Create IObservables without implementing IObservable(weblogs.asp.net)

submitted by ScottWScottW(320) 2 years, 4 months ago

The Reactive Extensions for .Net offers plenty of ways to create IObservables read more...

add a comment |category: |Views: 59

tags: another

CEP Style Sliding windows in the RX(weblogs.asp.net)

submitted by ScottWScottW(320) 2 years, 5 months ago

A step-by-step implementation of CEP style sliding windows in the Reactive Framework read more...

add a comment |category: |Views: 26

tags: another

DIY Stream Processing in C# with Events, Lambdas, DataTables, and Stop(weblogs.asp.net)

submitted by ScottWScottW(320) 3 years, 5 months ago

an attempt at provding a Linq like solution for streaming data sources read more...

add a comment |category: |Views: 11

tags: another

Scheduling PowerShell tasks without a console window(weblogs.asp.net)

submitted by ScottWScottW(320) 3 years, 5 months ago

Have you every wanted to use Windows Task Scheduler to run a PowerShell script on a frequent schedule, but hated how the console window would flash on the screen every time the script ran? Yeah, me too read more...

add a comment |category: |Views: 16

tags: another

The WPF ah-ha Moment(weblogs.asp.net)

submitted by ScottWScottW(320) 3 years, 8 months ago

In nearly every bit of WPF training material or weblog there is some reference to the "ah-ha" moment. The point at which all the new concepts you've been learning gel into a cohesive unit. For me, that moment was one or two months after I started developing WPF in earnest (by which I mean for users other than myself). The task was to display two different indicators of a business metric, a green up arrow and a red down arrow. read more...

1 comment |category: |Views: 499

tags: another

op 5 Secrets of .Net Desktop Deployment Wizards(weblogs.asp.net)

submitted by ScottWScottW(320) 3 years, 9 months ago

To install to the desktop, use ClickOnce. ClickOnce support for URLs and multiple envs read more...

add a comment |category: |Views: 7

tags: another

Dealing with the Configuration Nightmare(weblogs.asp.net)

submitted by ScottWScottW(320) 3 years, 9 months ago

How to manage config files and multiple environments read more...

add a comment |category: |Views: 16

tags: another

Fuzzy Task List in WPF released to CodePlex(weblogs.asp.net)

submitted by ScottWScottW(320) 4 years, 1 month ago

Fuzzy task lists are useful for kinds of tasks that don't have fixed times, such as: getting a hair cut scheduling your dentist appointment keeping in touch with old friends Unlike the actual appointment for the dentist - 4:45pm on Tuesday, the reminder to schedule the appointment doesn't really work for these kind of activities. There's no impact if you miss the date by a few days and often there are more important things to do. The fuzzy task list solves that problem. Code released to codeplex read more...

add a comment |category: |Views: 144

tags: another

Static analysis to win business and influence others(weblogs.asp.net)

submitted by ScottWScottW(320) 5 years, 1 month ago

How static analysis tools can give a crucial competitive advantage read more...

add a comment |category: |Views: 4

tags: another

Driving Powershell adoption at the workplace(weblogs.asp.net)

submitted by ScottWScottW(320) 5 years, 1 month ago

How to encourage a development team to adopt powershell read more...

add a comment |category: |Views: 5

tags: another