Last post May 11, 2020 10:38 PM by manoj629
Member
4 Points
19 Posts
May 08, 2020 09:13 PM|manoj629|LINK
I have seen migration steps for .Net Framework to .Net Core at https://docs.microsoft.com/en-us/dotnet/core/porting/
Do anyone have other approach for Web API migration from .Net Framework 4.5 to .Net Core 3.0
Thanks in advance!!
All-Star
53081 Points
23649 Posts
May 08, 2020 09:43 PM|mgebhard|LINK
manoj629 I have seen migration steps for .Net Framework to .Net Core at https://docs.microsoft.com/en-us/dotnet/core/porting/ Do anyone have other approach for Web API migration from .Net Framework 4.5 to .Net Core 3.0 Thanks in advance!!
It's the same.
I recommend playing with ASP.NET Core and reading the fundamental documents so you understand how Core works before trying to port an application.
Contributor
2070 Points
606 Posts
May 10, 2020 02:03 AM|Sherry Chen|LINK
Hi manoj629 ,
Microsoft documentation demonstrates the steps required to migrate from ASP.NET 4.x Web API to ASP.NET Core.
https://docs.microsoft.com/en-us/aspnet/core/migration/webapi?view=aspnetcore-3.1
For migrating ASP.NET Core 2.2 to ASP.NET Core 3.0 , you could refer to the below article:
https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio
Best Regards,
Sherry
May 11, 2020 10:38 PM|manoj629|LINK
Member
4 Points
19 Posts
Web API : .Net Framework 4.5 to .Net Core 3.0 Migration
May 08, 2020 09:13 PM|manoj629|LINK
I have seen migration steps for .Net Framework to .Net Core at https://docs.microsoft.com/en-us/dotnet/core/porting/
Do anyone have other approach for Web API migration from .Net Framework 4.5 to .Net Core 3.0
Thanks in advance!!
All-Star
53081 Points
23649 Posts
Re: Web API : .Net Framework 4.5 to .Net Core 3.0 Migration
May 08, 2020 09:43 PM|mgebhard|LINK
It's the same.
I recommend playing with ASP.NET Core and reading the fundamental documents so you understand how Core works before trying to port an application.
Contributor
2070 Points
606 Posts
Re: Web API : .Net Framework 4.5 to .Net Core 3.0 Migration
May 10, 2020 02:03 AM|Sherry Chen|LINK
Hi manoj629 ,
Microsoft documentation demonstrates the steps required to migrate from ASP.NET 4.x Web API to ASP.NET Core.
https://docs.microsoft.com/en-us/aspnet/core/migration/webapi?view=aspnetcore-3.1
For migrating ASP.NET Core 2.2 to ASP.NET Core 3.0 , you could refer to the below article:
https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio
Best Regards,
Sherry
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
4 Points
19 Posts
Re: Web API : .Net Framework 4.5 to .Net Core 3.0 Migration
May 11, 2020 10:38 PM|manoj629|LINK