Question

Is it a good idea to create a website using C# and .Net? I thought of using PHP and codeignator but I would have to learn two new things.

  1. Is it possible to do this fully in C#?
  2. Could I do it completely inside Visual Studio?
  3. What kind of problems should I expect?
  4. Is it a good idea or should I be looking at PHP and Phython (the only opinionated part so please use your own experience as example to prove this point).

The bold points are the ones I care most about. I understand #4 is very opinionated but if you can provide me with your own experience it would help, something like "I tried and my website was really slow/fast because of [this]." would help.

Was it helpful?

Solution

Yes. It's a good idea. The entire StackExchange network is developed in .Net

  1. yes
  2. yes
  3. A lot, performance, hosting, responsiveness, scalabilty.
  4. It's possible, of course. I prefer .Net.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top