PreviousNext

Migrate existing ASP.Net Core 2.0 application to ASP.Net Core 2.1

by bill-s, 2018-03-07T00:50:31.921Z

ASP.NET Core 2.1 preview 1 is already out and available for everyone. Read this post to find out how to get started with it. ASP.NET Core 2.1 comes with lots of new features like HTTPS by default, HTTPClientFactory, SignalR, and others. To know all the new features, you can read this post. So now it’s a good time to migrate existing ASP.NET Core 2.0 application to ASP.NET Core 2.1.

Read More