Aspnet vnext is still in beta version, and we are about to start a new application, and we considering to using aspnet vnext, i would like to know if it is a good a idea, someone is already running application in production with vnext?
Aspnet vnext仍然处于测试版,我们即将开始一个新的应用程序,我们考虑使用aspnet vnext,我想知道这是一个好主意,有人已经在生产中使用vnext运行应用程序?
1 个解决方案
#1
1
Depends on whether you can wear the risk of implementing a project on an unfinished framework. Items that affect this risk include;
取决于您是否可以承担在未完成的框架上实施项目的风险。影响这种风险的项目包括:
- Expected size of your application
- 预期的应用程序大小
- Other libraries you intend to use
- 您打算使用的其他库
- Platform you intend to target
- 您打算定位的平台
- Whether you can afford the learning curve (there are changes)
- 是否能负担学习曲线(有变化)
- Whether you are happy to spend time upgrading when its finally released
- 你是否乐意在最终发布时花时间升级
- Whether you want to deal with implementing workarounds when you find features that are not working as expected.
- 当您发现无法按预期工作的功能时,是否要处理实施变通方法。
#1
1
Depends on whether you can wear the risk of implementing a project on an unfinished framework. Items that affect this risk include;
取决于您是否可以承担在未完成的框架上实施项目的风险。影响这种风险的项目包括:
- Expected size of your application
- 预期的应用程序大小
- Other libraries you intend to use
- 您打算使用的其他库
- Platform you intend to target
- 您打算定位的平台
- Whether you can afford the learning curve (there are changes)
- 是否能负担学习曲线(有变化)
- Whether you are happy to spend time upgrading when its finally released
- 你是否乐意在最终发布时花时间升级
- Whether you want to deal with implementing workarounds when you find features that are not working as expected.
- 当您发现无法按预期工作的功能时,是否要处理实施变通方法。