asking for price info of a .net site

Discussion in 'ASP.NET / ASP.NET Core' started by coffeetime, Feb 3, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Does anyone know how much the market price fortransfering a traditional website (like class ASP) into ASP.NET? There is no design issues, only coding...but with about 1000 items in several SQL table. Anyone can tell me a rough number? I don't want to make BIG money, but also don't want to waste my energy. Thanks!
     
  2. I don't mean to be condescending - but the answer to that question is: "How long is a piece of string?"

    There's a lot of parameters you have to take into account when converting:
    1. How many pages/lines of code do you have to convert
    2. Does the site use third party components and/ can you re-use them or do you have to create new ones from scratch or do you have to purchase new ones
    3. Can you re-use the old structure or is it a good mix of spaghetti code
    4. How competent at .Net are you, is this your first site or have you used it for years
    That's just some of the most common things you have to look for when converting. As for basic pricing then it more or less would come down to an hourly rate and then you just have to figure out from the amount of coding/re-coding you have to do how long you expect it to take.

    ----
    Brian H. Madsen
    Microsoft SQL Server IG Perth - Organiser
    http://www.sqlserver.org.au
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page