Converting old web services to .NET Core - is it worth it?
We are in the process of converting an old .NET web forms application. The plan for the front end is React with the data being supplied by web services. Some pages in the web forms project already get data from asmx web services. The web services are simple entity framework linq queries and return their data as JSON. What advantages would be gained by rewriting these old web services in .NET Core rather than just having the new front end use them as is?
0 comments:
Post a Comment