Friday, July 8, 2016

Migrating from ASP.NET Web API to ASP.NET Web API Core

If you are interested in migrating to .NET Core for your ASP.NET Web API application, Microsoft has provided a very nice tutorial on just how to do that:  https://docs.asp.net/en/latest/migration/webapi.html

Overall, the changes from ASP.NET Web API 2.2 to ASP.NET Web API Core are pretty minimal and the revisions make working with ASP.NET Web API considerably cleaner and more understandable than before. 

If  you want to just get started working with ASP.NET Web API Core from scratch, Microsoft provides a handy tutorial for that as well!  https://docs.asp.net/en/latest/tutorials/first-web-api.html

No comments:

Post a Comment