1 00:00:00,460 --> 00:00:02,408 We covered a lot of ground in this workshop. 2 00:00:02,408 --> 00:00:07,424 But there's a lot that we didn't cover, including how to publish and 3 00:00:07,424 --> 00:00:12,210 deploy ASP.NET Core apps or how to use Docker with ASP.NET Core. 4 00:00:12,210 --> 00:00:15,214 There's also a new version of Entity Framework, 5 00:00:15,214 --> 00:00:19,018 Entity Framework Core that shipped alongside ASP.NET Core. 6 00:00:19,018 --> 00:00:23,806 Entity Framework Core is a complete rewrite of Entity Framework that is 7 00:00:23,806 --> 00:00:26,209 both lightweight and extensible. 8 00:00:26,209 --> 00:00:31,061 We also didn't discuss at all how ASP.NET Core embraces popular 9 00:00:31,061 --> 00:00:36,460 client-side development tools and technologies, like MPM and Gulp. 10 00:00:36,460 --> 00:00:38,580 There's also a new version of Identity, 11 00:00:38,580 --> 00:00:43,090 which can be used to add authentication and authorization to your apps. 12 00:00:43,090 --> 00:00:48,520 And there are new features, such as View Components and JavaScript services. 13 00:00:48,520 --> 00:00:51,219 While ASP.NET Core 1.0 has been released, 14 00:00:51,219 --> 00:00:55,200 the tooling around ASP.NET Core is still in preview. 15 00:00:55,200 --> 00:00:59,200 The final version of the tooling should be available when Visual Studio 15 16 00:00:59,200 --> 00:01:00,750 is released. 17 00:01:00,750 --> 00:01:02,850 Don't confuse Visual Studio 14, 18 00:01:02,850 --> 00:01:07,750 otherwise known as Visual Studio 2015 with Visual Studio 15. 19 00:01:07,750 --> 00:01:12,360 Visual Studio 15 is the next version that is currently in preview. 20 00:01:13,440 --> 00:01:16,815 Microsoft has announced that they'll be going back to an MS 21 00:01:16,815 --> 00:01:20,380 build-based approach for ASP.NET Core projects. 22 00:01:20,380 --> 00:01:25,089 This means that the project.json file that ASP.NET Core apps use 23 00:01:25,089 --> 00:01:28,940 today will be replaced by a .csproj file. 24 00:01:28,940 --> 00:01:32,370 That being said, developers are being told not to worry. 25 00:01:32,370 --> 00:01:36,300 All of the great features of project.json will survive. 26 00:01:36,300 --> 00:01:41,182 Microsoft gave an early demo of the new project system at the 2016 .NET Fringe 27 00:01:41,182 --> 00:01:42,410 conference. 28 00:01:42,410 --> 00:01:44,540 And it looked very promising. 29 00:01:44,540 --> 00:01:46,890 See the teacher's notes for a link to the video. 30 00:01:47,920 --> 00:01:50,110 To learn more about ASP.NET Core, 31 00:01:50,110 --> 00:01:53,820 check out the official documentation at docs.asp.net. 32 00:01:53,820 --> 00:01:59,130 You can also tune in to the Community Standups that are streamed live 33 00:01:59,130 --> 00:02:01,770 at live.asp.net. 34 00:02:01,770 --> 00:02:04,570 Microsoft has published a high level Roadmap for 35 00:02:04,570 --> 00:02:10,463 the next two releases of ASP.NET Core versions 1.1 and 1.2. 36 00:02:10,463 --> 00:02:17,060 Browse to github.com/aspnet/Home/wiki/Roadmap for 37 00:02:17,060 --> 00:02:18,999 more information.