Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a complex and huge website in asp.net webforms, I want to migrate it into an ASP.NET Core with Angular based site.I need some guidelines for the best way to move forward. 
Best way to start

Thanks in advance


What I have tried:

nothing yet, looking for best solutions
Posted
Updated 4-Jan-18 23:25pm
Comments
Richard MacCutchan 5-Jan-18 4:51am    
This is an impossible question to answer. You need to do your own research.
Dotnet_Dotnet 5-Jan-18 5:14am    
1)the data base is same
2)the code behind is taken to web api or web service or wcf
3)asp.design page conver to htm for view page and just controller code have to
do for connect to service
Kanwalsodha 6-Jan-18 0:52am    
yeah i think so, but in this rewrite code again, i have last option with webapi.

thanks for suggestion

1 solution

You'll need to rewrite it from scratch. How much of the existing site you can use depends on how modular you made it. If all your business logic is in services then hopefully you just need to rewrite mainly the front end. If your logic is in code-behind files then you'll need to rewrite everything.
 
Share this answer
 

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