Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just recently upgraded from Visual studio 2008 to 2019, and I am having a hard time getting started and I could use some advice. I have an ASP.net webpage that executes a Javascript fetch that will pass FormData to a "servicing webpage" (on the same webpage server), which will modify the FormData and then return the modified FormData back to the Javascript fetch. The problem is I don't know what the "servicing webpage" should be. Should I look into "ASP.net Core Web API", "ASP.net Core Web App" or "ASP.net Web Application" or something else. I know c#, vb.net and a working knowledge of Javascript. If you could just point me in the right direction it would be very helpful and then I could take it from there.

What I have tried:

Just research and going thru minimally useful tutorials.
Posted
Updated 15-Jul-21 9:24am

1 solution

If you are building a new app today, Microsoft recommends going with ASP.Net Core.
 
Share this answer
 
Comments
Richard Deeming 16-Jul-21 4:02am    
Technically, ASP.NET Core using .NET 5, as opposed to .NET Core.

Which is not to be confused with ASP.NET MVC 5, which uses .NET Framework 4.x.

Nobody ever said Microsoft names weren't confusing! :)
[no name] 19-Jul-21 14:44pm    
Thanks for the reply. You pointed me in the right direction which led me to the webpage https://docs.microsoft.com/en-us/dotnet/standard/net-standard which I found very helpful.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900