本文介绍了是Asp.net 5(vnext)准备使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

时Asp.net 5(vnext)准备使用?我刚刚下载的VS社区版,我试图用asp.net 5 API,但它缺乏的文档。

Is Asp.net 5 (vnext) ready to use? I just downloaded the VS community version and I am trying to use the asp.net 5 API but it lacks on documentation.

有谁知道在哪里可以找到良好的文档有关创建asp.net 5 Web应用程序?

Does anyone know where to find good documentation about creating asp.net 5 web applications?

推荐答案

最新消息

您可能已经经历了痛苦,从RC1迁移其所有的重命名和重构,以RC2。

You might have already experienced the pain in migrating from RC1 to RC2 with all its renaming and refactoring.

即使你开始与RC2,你可能已经意识到未来的变化将影响你。例如:

Even if you started with RC2, you might have already become aware of coming changes that will impact you. For example:


  • 现在已经宣布作为未来工具版本的一部分。这导致了如并在GitHub上的讨论帖子的或的。

  • It has now been announced that project.json is gone and we are back to (improved) xml and msbuild as part of the future tooling release. This has lead to discussions on github like this one and posts like this one or this other one.

在短,还有那些谁认为它仍然是明智的等待,即使它被称为RC或有去住许可。见哈迪·哈里里的。做你的研究,并决定是否是你下一个项目已经足够成熟!

In short, there are those who think it is still wise to wait even if it is called RC or has a Go Live license. See Hadi Hariri's excellent post for example. Do your research and decide if it is mature enough for your next project!

候选发布版2和RTM

最初的计划是有RTM 1.0准备Q12016但一些根本性的变化是RC1和RC2,这对那个最初的计划产生影响之间发生的事情(例如,见斯科特Hanselman的的更新)。对于最新的信息查询。

The initial plans were to have RTM 1.0 ready for Q12016 but some fundamental changes are happening between RC1 and RC2, which has had an impact on that initial plan (See for example Scott Hanselman's update on RC2). For up to date info check their roadmap.

截至今日(2016年5月6日),他们有共同的 上了日程更新 。根据此更新,他们已经决定的从模具的分裂的.Net核心运行时/库的发布

As of today (6th May 2016) they have shared an update on the schedule. According to this update, they have decided to split the release of the .Net Core runtime/library from that of the tooling:


  • .NET Core和ASP.NET 1.0的核心运行时RC2和库将在五月中旬上市。

    • 模具将是preVIEW 1和此发行版捆绑。


    • 模具将是preVIEW 2和此发行版捆绑。

    这是相同的更新,我们可以预期的 RC2的.Net核心去住许可证和官方的支持,但模具不是在同一水平:

    From the same update, we can expect for RC2 .Net Core a Go Live license and official support, but the tooling isn't at the same level:


        
    • 在.NET 1.0核心运行RC2是一个真正的候选发布版。这是坚实的,稳定的,它不会改变RTM(除非东西
        关键的情况),我们感觉良好。这将有一个上线
        许可证,这意味着你可以从微软官方支持。

    •   
    • 支持.NET的核心和ASP.NET核心工具,包括新的命令行工具和比特插入到Visual Studio&安培;视觉
        工作室code,都还没有。这是怎么回事之前,它改变
        稳定。我们打​​算把这个工具发行preVIEW 1。

    •   

    发行候选版本1

    微软近日公布了ASP.Net 5候选发布版的发布1.公告的详细信息在这里的官方博客。

    Microsoft has recently announced the release of the ASP.Net 5 Release Candidate 1. Details of the announcement here in the official blog.

    现在包含一个开始直播许可证

    与RC1开始,我们都包括走活牌。这个
      许可,您可以部署ASP.NET 5 RC1编写的应用程序
      到生产环境,并利用Microsoft支持。该
      此许可证的RC1最后期限,直至下一个版本
      候选人或ASP.NET 5的释放完成(称为RTM
      发行版)是目前预定于2016年第一季度该许可证还
      包括在Windows,Linux和OSX运行ASP.NET。

    还有一个新的网站在这里你可以下载框架。 (这也将被纳入2015年VS更新1)

    There is also a new site http://get.asp.net/ where you can download the framework. (Which will also be included in VS 2015 Update 1)

    旧公测日

    ASP.NET的5尚未准备好进行生产,仍然是一个测试版。从<一个href=\"https://weblogs.asp.net/scottgu/released-today-visual-studio-2015-asp-net-4-6-asp-net-5-ef-7-$p$pviews\"相对=nofollow>最新的VS2015和.Net4.6发布斯科特Guthrie的公告:

    ASP .Net 5 is not yet ready for production, is still a beta. From Scott Guthrie's announcement on the latest VS2015 and .Net4.6 release:

    在ASP.NET 5测试版5运行包在preVIEW,而不是
      建议在生产中使用,所以请继续使用ASP.NET
      4.6建设生产级应用程序。

    您可以检查ASP.NET的5时间表和路线图,其,他们期望有1.0版本在准备2016年第一季度

    You can check the ASP .Net 5 schedule and roadmap on its github page, where they expect to have the 1.0 version ready in Q1 2016.

    文档

    这些是主要的地方找到更多的信息:

    These are the main places to find more information:


    • 主文档网站仍在工作,但对生长。 (而且是开源!)

    • 您还可以查看信息和教程。

    • 最后,您可以检查源$ C ​​$ C,它的测试和教程/演示项目在GitHub库位于。

    • The main documentation site is still under work but growing on docs.asp.net. (And is open sourced!)
    • You can also check asp.net/vnext for information and tutorials.
    • Finally, you can check the source code, its tests and tutorial/demo projects in its github repo located in github.com/aspnet.

    这篇关于是Asp.net 5(vnext)准备使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 03:55