Results 1 to 5 of 5

Thread: Planning a rich functional website, should I use ASP.net or Linux based solutions?

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    6
    Thanks
    0
    Thanked
    0 times in 0 posts

    Planning a rich functional website, should I use ASP.net or Linux based solutions?

    Hi folks,

    I am planning to build a website for some personal purpose, which might grow bigger in future, just wondering whether I should use windows based solution, e.g. ASP.net + SQL express or should I use MySQL + Python? Which is more suitable for a small scale website to start with?

    I personally doing ASP.net job and also do some Python coding at home, have no experience hosting/doing own website, which makes me a bit worried about M$ license fees. Linux based solution might be harder to maintain in terms of my knowledge...

    Any suggestion would be appreciated...

  2. #2
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: Planning a rich functional website, should I use ASP.net or Linux based solutions

    you running the server yourself?

    generally speaking the cost of the hosting of the microsoft solution can be offset by the cost of the development. However it is getting better, MySQL is almost a suitable substitute for a real relational database! But document store and column store databases are now often a better fit.

    If its your day job and you want to specialise rather than diversify then going with ASP.Net but using the new MVC framework or trying the RX for javascript maybe even monorail might be an idea.

    Otherwise using something like Ruby on Rails might be a good idea.

    So how much is your time worth!
    throw new ArgumentException (String, String, Exception)

  3. #3
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: Planning a rich functional website, should I use ASP.net or Linux based solutions

    Whichever you're comfortable with, really. If you're already familiar with PHP/MySQL, and have a stack of pre-written and well tested code then you're wasting your time with ASP.net/MSSQL, and vice-versa. If you're just starting out and you're more pressed for cash than time, then LAMP is a very good way to go, and is more or less the standard. Either choice will give you good experience and there's *lots* of documentation for web app programming available online.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  4. #4
    Theoretical Element Spud1's Avatar
    Join Date
    Jul 2003
    Location
    North West
    Posts
    7,508
    Thanks
    336
    Thanked
    320 times in 255 posts
    • Spud1's system
      • Motherboard:
      • Gigabyte Aorus Master
      • CPU:
      • 9900k
      • Memory:
      • 16GB GSkill Trident Z
      • Storage:
      • Lots.
      • Graphics card(s):
      • RTX3090
      • PSU:
      • 750w
      • Case:
      • BeQuiet Dark Base Pro rev.2
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PG35VQ
      • Internet:
      • 910/100mb Fibre

    Re: Planning a rich functional website, should I use ASP.net or Linux based solutions

    If it's for personal use then you don't have to worry too much about Microsoft licence fees - you can host the websites with Windows 7 if you want to (depending on your version), and if you need a server version then home server is only about £50. If you are hosting with someone else then the costs are generally equivalent to good linux hosting these days, with database support.

    In my opinion it comes down to what you are most comfortable with - personally I would opt for ASP.NET every time, but thats because i'm a .net developer by trade, I like working with Visual Studio (still yet to find a better IDE, regardless of the language/platform involved) and I find it very quick and easy to develop on this platform.

    There are so many options..it may help to know a bit more about what you plan to do in the future, as certain things can definitely be easier with say Ruby, or with a lamp setup.

    For a small scale website though you probably don't need to consider either - just write your XHTML and get up and running. You can worry about which "web app" system to implement when you need it and know what you want to do with it.

  5. #5
    Registered User
    Join Date
    Aug 2008
    Posts
    6
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Planning a rich functional website, should I use ASP.net or Linux based solutions

    Thank you all for your information, I can understand that you generally suggest using the technology which is more familiar to me. And I do agree that Visual Studio 2010 is the best IDE I have used so far; ASP.net MVC 3 RC is pretty cool itself.

    I might use ASP.net MVC 3 and try integrating IronPython to get some dynamic scripting like Umbraco does. As I do not wish to be bind to certain technology nor one company (M$), thus I try to use some real open source thing like Python if possible.

    Thank you very much for your suggestion and time, do appreciate them.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Open source Firewal (GNU/GPL license), based on PC hardware solutions...
    By retroborg in forum Networking and Broadband
    Replies: 2
    Last Post: 08-03-2010, 06:02 PM
  2. We heard your feedback on Newegg....
    By DR in forum General Discussion
    Replies: 33
    Last Post: 05-03-2005, 08:13 PM

Posting Permissions

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