MVC:PHP Laravel 与 Asp.NET
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/31757028/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
MVC : PHP Laravel Vs Asp.NET
提问by Saad Bhutto
I am starting to build an E learning platform, Application will be expected to cater whole amount of user , there would be some automated jobs, and the vast range of learning material to be stored on server. moreover i will also be dealing with APIs & third party Library.
我开始建立一个E学习平台,应用程序将要满足所有用户的需求,会有一些自动化的工作,大量的学习资料要存储在服务器上。此外,我还将处理 API 和第三方库。
I am a bit confuse in selection of framework, to build, with having two different Options i.e. PHP Laravel & ASP.NET MVC. I also had research on internet regarding the pros and cons of Both but the major Criteria are :
我在选择框架和构建时有点困惑,有两个不同的选项,即 PHP Laravel 和 ASP.NET MVC。我也在互联网上研究过两者的优缺点,但主要标准是:
- Performance
- License. (Open Source or PAID)
- flexibility (easily maintainable) -
- 表现
- 执照。(开源或付费)
- 灵活性(易于维护) ——
Would Laravel make a better choice given the nature of our workflow in the circumstances?
鉴于我们在这种情况下工作流程的性质,Laravel 会做出更好的选择吗?
Thanks in Advance
提前致谢
回答by Ahmed Shamel
I think that this is not the correct question. PHP and ASP.NET provide good performance and can be flexible. It is depend on you when selecting. Good code can cover any issue. Focus on your programing techniques and developing your code will result in good outcome regardless of the framework you use.
我认为这不是正确的问题。PHP 和 ASP.NET 提供了良好的性能并且可以很灵活。这取决于您选择时。好的代码可以解决任何问题。无论您使用何种框架,专注于您的编程技术并开发您的代码都会产生良好的结果。