Re: ObjectDataSource SelectParameters to URL query string

2011-01-19 Thread Noon Silk
On Thu, Jan 20, 2011 at 9:46 AM, Arjang Assadi arjang.ass...@gmail.com wrote: Using C#,Asp.net What is the (non-string mocking around) way of turning ObjectDataSources Select Parameters to Url query string? Well, you'd just do it, right? There's no inbuilt method for that, AFAIK. I need it

.net | Frans Bouma releases Algorithmia

2011-01-19 Thread Noon Silk
FYI, some people may be interested in the following: http://weblogs.asp.net/fbouma/archive/2010/12/08/algorithmia-source-code-released-on-codeplex.aspx (I'm a bit late to the game, this was released in dec last year). Frans is also the author of LLBLLGen http://www.llblgen.com/ (and anyone

Re: [OT](ish) Interview Questions

2011-01-19 Thread djones147
I've interviewed hundreds of candidates over the years. I start with. There is no pass or fail here, I'm going to start simple and if you know the answers then I'll ask more difficult questions, if you don't know the answer just say so. I don't know everything about .net and I don't expect you

Re: [OT](ish) Interview Questions

2011-01-19 Thread Preet Sangha
Can I point out the obvious cultural bias the coffee question. On 20 January 2011 13:56, djones...@gmail.com wrote: I've interviewed hundreds of candidates over the years. I start with. There is no pass or fail here, I'm going to start simple and if you know the answers then I'll ask more

Re: [OT](ish) Interview Questions

2011-01-19 Thread Noon Silk
On Thu, Jan 20, 2011 at 11:48 AM, David Connors da...@codify.com wrote: On 20 January 2011 10:43, Noon Silk noonsli...@gmail.com wrote:  Anyone have any thoughts/lists on a update-to-date set of questions to ask people (senior .net). I'm preparing a list now (trying to find my old one from a

Re: [OT](ish) Interview Questions

2011-01-19 Thread David Richards
throw new NotSupportedException(cup of coffee); David If we can hit that bullseye, the rest of the dominoes  will fall like a house of cards... checkmate!  -Zapp Brannigan, Futurama On Thu, Jan 20, 2011 at 11:56, djones...@gmail.com wrote: I'm at your home and I want a cup of coffee,

RE: [OT](ish) Interview Questions

2011-01-19 Thread Greg Keogh
It' s not Friday but: Ask them Do you code in VB? If they answer yes, then you call security to frogmarch them to the front door. (name withheld)

RE: [OT](ish) Interview Questions

2011-01-19 Thread Michael Lyons
Hahaha love it. Or what about Throw new NotImplementedException(candidate not yet employed to make coffee); -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Richards Sent: Thursday, 20 January 2011 1:03 PM To:

Re: [OT](ish) Interview Questions

2011-01-19 Thread Noon Silk
On Thu, Jan 20, 2011 at 2:06 PM, Michael Minutillo michael.minuti...@gmail.com wrote: I've always been a fan of: Pick the project you have most enjoyed working on and describe in general terms it's architecture. Allow them to use a whiteboard and listen carefully to the terms they use. How well

Re: [OT](ish) Interview Questions

2011-01-19 Thread Michael Minutillo
That's correct. You're hired! On Thu, Jan 20, 2011 at 11:09 AM, Stephen Price step...@littlevoices.comwrote: My answer to that last one would be a simple Sorry. :) On Thu, Jan 20, 2011 at 11:06 AM, Michael Minutillo michael.minuti...@gmail.com wrote: I've always been a fan of: Pick the

Re: [OT](ish) Interview Questions

2011-01-19 Thread Noon Silk
On Thu, Jan 20, 2011 at 2:13 PM, Michael Minutillo michael.minuti...@gmail.com wrote: There's no right answer to the level of detail thing but it's still interesting to see. If they tailor the info to the audience then that's a good thing in general. If they just say it was a 3-tier app with a

Re: Cannot get GeoCode web service client to work.

2011-01-19 Thread Stephen Price
Have you had a look at whats happening using Fiddler? (or other suitable traffic monitoring tool) Might give you a hint as to whats being sent/returned. might even show you an error rather than just empty result On Thu, Jan 20, 2011 at 11:23 AM, Peter Maddin petermad...@aapt.net.au wrote: I am

RE: [OT](ish) Interview Questions

2011-01-19 Thread Alastair Waddell
We would have also accepted - My shout, I owe you beer. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Michael Minutillo Sent: Thursday, 20 January 2011 11:11 AM To: ozDotNet Subject: Re: [OT](ish) Interview Questions

RE: Mobile Camp Oz call for Presenters

2011-01-19 Thread Nick Randolph
Major Update: Dates have changed to May 7/8. Location still at Charles Sturt University (Bathurst) Nick Randolph | Built to Roam | Microsoft MVP - Windows Phone Development | +61 412 413 425 The information contained in this email is confidential. If you are not the intended recipient, you may

Re: [OT](ish) Interview Questions

2011-01-19 Thread mike smith
On Thu, Jan 20, 2011 at 11:56 AM, djones...@gmail.com wrote: I've interviewed hundreds of candidates over the years. I start with. There is no pass or fail here, I'm going to start simple and if you know the answers then I'll ask more difficult questions, if you don't know the answer

Re: [OT](ish) Interview Questions

2011-01-19 Thread mike smith
On Thu, Jan 20, 2011 at 1:33 PM, Greg Keogh g...@mira.net wrote: It' s not Friday but: Ask them Do you code in VB? If they answer yes, then you call security to frogmarch them to the front door. I thought of phrasing that in McCarthyism. Do you now, or have you ever... -- Meski Going to

Re: ObjectDataSource SelectParameters to URL query string

2011-01-19 Thread Hoss Ravanparsa
On Thu, Jan 20, 2011 at 11:09 AM, Noon Silk noonsli...@gmail.com wrote: On Thu, Jan 20, 2011 at 9:46 AM, Arjang Assadi arjang.ass...@gmail.com wrote: Using C#,Asp.net What is the (non-string mocking around) way of turning ObjectDataSources Select Parameters to Url query string? Well, you'd

Re: ObjectDataSource SelectParameters to URL query string

2011-01-19 Thread Tristan Reeves
Since the very first sentence of that wikipedia entry, A *comma-separated values* or *character-separated values* (*CSV*) file is a simple text format for a database http://en.wikipedia.org/wiki/Database table, is at best poorly worded (database table?!), I wouldn't necessarily give too much

RE: 500 - Internal server error (RESOLVED)

2011-01-19 Thread Greg Keogh
Thanks to everyone to replied on this tragic topic last week. I'll quickly note what happened just in case anyone else falls for this trap. When you buy a GoDaddy dedicated virtual server there are config options to say which control panel you want on the OS. If you choose Plesk