22,018 reputation
23140293
bio website streetadvisor.com
location Melbourne, Australia
age 37
visits member for 4 years, 7 months
seen 3 hours ago
stats profile views 3,947

Just another djork trying to ply his art in this mad mad world.


Apr
17
accepted Does Azure Worker Roles get charged $$ when they are Sleeping?
Apr
17
comment Does Azure Worker Roles get charged $$ when they are Sleeping?
I was hoping to segregate the tasks into seperate units/services of work .. and have them only run when required. This is what IronMQ does. Run process. finish. you only pay for the CPU used in that brief period of time. I was hoping to do the same thing on Azure (so we can easily leverage some other azure services).
Apr
17
comment Does Azure Worker Roles get charged $$ when they are Sleeping?
Ouch - this is not good :( I was hoping Azure Workers might be a bit like IronMQ where each role is 'fired off' and then closed asap after, reducing the 'working $$ time' to a bare minimum.
Apr
17
asked Does Azure Worker Roles get charged $$ when they are Sleeping?
Apr
17
awarded  Popular Question
Apr
15
revised Kind of #if (Debug Symble) but for web.config file
edited title
Apr
13
accepted How can I set the window text of an application using .NET Process.Start()?
Apr
13
revised How can I set the window text of an application using .NET Process.Start()?
added 404 characters in body
Apr
13
comment How can I set the window text of an application using .NET Process.Start()?
any clues how to do this via p/Invoke?
Apr
13
comment How can I set the window text of an application using .NET Process.Start()?
I know - but i was curious to see if can do it without that.
Apr
13
asked How can I set the window text of an application using .NET Process.Start()?
Apr
12
awarded  Good Answer
Apr
11
comment Authentication with Asp.Net, RavenDB and OAuth support
@Monkieboy fixed link.
Apr
11
revised Authentication with Asp.Net, RavenDB and OAuth support
deleted 37 characters in body
Apr
10
awarded  Popular Question
Apr
10
revised How can I know if a process is running?
added 2 characters in body
Apr
10
awarded  Nice Question
Apr
10
awarded  Notable Question
Apr
9
awarded  Notable Question
Apr
9
comment Do I need to do a PIVOT in this Sql Server 2012 Query?
-Perfect- I changed the subquery to include an inner join because it's a relationship table .. and it's got the answers. Ta mate!