Online Shopping Mall Platform

2011-02-16 Thread Grant Molloy
Hi everyone, Just wondering whether anyone knows of a platform or product which will cater for the creation of an online shopping mall, allowing my customers to setup a shop, and sell their goods for a fee? Effectively.. an Ebay clone platform.. thanks

Re: Online Shopping Mall Platform

2011-02-16 Thread David Connors
On 16 February 2011 21:42, Grant Molloy graken...@gmail.com wrote: Just wondering whether anyone knows of a platform or product which will cater for the creation of an online shopping mall, allowing my customers to setup a shop, and sell their goods for a fee? Effectively.. an Ebay clone

Re: Online Shopping Mall Platform

2011-02-16 Thread Noon Silk
On Wed, Feb 16, 2011 at 10:42 PM, Grant Molloy graken...@gmail.com wrote: Hi everyone, Just wondering whether anyone knows of a platform or product which will cater for the creation of an online shopping mall, allowing my customers to setup a shop, and sell their goods for a fee? Depends what

Re: Online Shopping Mall Platform

2011-02-16 Thread David Connors
On 17 February 2011 09:37, David Connors da...@codify.com wrote: I know the guy who built this and it seems pretty comprehensive: http://www.shopping-cart-reviews.com/ I can't recall ever seeing a 'meta' shopping cart/mall solution in my travels to be honest. Which goes to show how little

Re: Online Shopping Mall Platform

2011-02-16 Thread Grant Molloy
thanks for the tips guys.. I've found this mob http://www.cs-cart.com which have a full MALL version of their software.. On Thu, Feb 17, 2011 at 9:58 AM, David Connors da...@codify.com wrote: On 17 February 2011 09:37, David Connors da...@codify.com wrote: I know the guy who built this and

Re: LINQ extensions

2011-02-16 Thread Tristan Reeves
That's true, but you never would, with or without linq. That is because IEnumerable does not have such a property. On Wed, Feb 16, 2011 at 4:55 PM, James Chapman-Smith ja...@enigmativity.com wrote: LINQ doesn't cause `.Length` to disappear, but if you assign the array to an `IEnumerableT`

Re: Online Shopping Mall Platform

2011-02-16 Thread David Burela
If you are creating an online shopping mall, then you probably need to put VRML into the technology stack also On 17 February 2011 11:34, Grant Molloy graken...@gmail.com wrote: thanks for the tips guys.. I've found this mob http://www.cs-cart.com which have a full MALL version of their

RE: LINQ extensions

2011-02-16 Thread David Kean
Not true - try this in VB. Sent from my Windows Phone From: Tristan Reeves Sent: Wednesday, February 16, 2011 5:24 PM To: ozDotNet Subject: Re: LINQ extensions That's true, but you never would, with or without linq. That is because IEnumerable does not have such

RE: LINQ extensions

2011-02-16 Thread Bill McCarthy
That's only if you have Strict Off and use late binding. |-Original Message- |From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet- |boun...@ozdotnet.com] On Behalf Of David Kean |Sent: Thursday, 17 February 2011 1:18 PM |To: ozDotNet |Subject: RE: LINQ extensions | |Not true - try this

RE: LINQ extensions

2011-02-16 Thread David Kean
Hmm...that wasn't to my recollection. I could have sworn that it allowed indexing and length checks even if the underlying implementations didn't support it (ie not via late binding). Unfortunately VS stopped working on my phone so I'll need to wait until I get in back in the office to play

Re: LINQ extensions

2011-02-16 Thread Peter Gfader
VS stopped working on my phone David, you are not really running VS on your WP... are you? .peter.gfader. http://blog.gfader.com On Thu, Feb 17, 2011 at 1:49 PM, David Kean david.k...@microsoft.comwrote: Hmm...that wasn't to my recollection. I could have sworn that it allowed indexing and

Re: LINQ extensions

2011-02-16 Thread David Burela
Last year when I was presenting on WP7, I did have someone in the audience ask me once when Microsoft would get VS2010 running on Windows Phone 7. I can't even imagine what it would be like trying to write code with a touchscreen and predictive text. Or how he'd want to debug code. On 17

RE: LINQ extensions

2011-02-16 Thread David Kean
Ah, Bill's right. My recollection was incorrect. I was actually thinking about the indexing, and thought that also applied to length checks. With regards the indexing, for example, this will work with Option Strict On (excuse if there is a more concise syntax, I couldn't work it out):

RE: LINQ extensions

2011-02-16 Thread David Kean
Yeah debugging is a bit of a pain - there's no F5, so to start a debugging session you shake the phone in anger. :) From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Burela Sent: Wednesday, February 16, 2011 8:42 PM To: ozDotNet Subject: Re: LINQ