Results 1 to 2 of 2

Thread: How complex would this be..

  1. #1
    Join Date
    Jul 2006
    Posts
    1

    How complex would this be..

    Hello, I had recently come up with an idea for a website and was wondering if anyone could give me an idea on how complex the development side of it might be. Im fine on the design aspects of the site but Im pretty much a noob when it comes to the serverside parts. The idea is basically this...It would basically be an online community type deal. But the profiles would be sort of an individuals own little product page where they could upload product pics, info, etc. Customers could then use a basic shopping cart system to purchase whatever that seller had to offer via paypal. The transaction would be completely between the customer and the seller. Im looking to do something along those lines but very basic and small scale. What language(s) would be best to look into for a project like that? Thanks for any help!

  2. #2
    Join Date
    Jan 2006
    Location
    Manchester England UK
    Posts
    225
    you could do this very easily in ASP.net 2.0 using the free visual studio express and an access database or an SQL server.

    The good thing about asp.net 2.0 is that it abstracts data access into simple to use objects that are ideal for small sites. There are even some starter packs... one for selling online and another for creating a simple memberships site. That's all you need by the sounds of it!

    www.asp.net

    of course you can go a lot further with asp.net than using these datacontrols and develop your site further. but unlike php, asp, etc, you arn't going to have to do much if any coding because of the abstraction and the site simplicity.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •