Hi,
I didn't bother to search too much for this because there's not much chance someone else has run into this. Forgive me if I'm wrong.
I/we have an
asp.net mvc site that is mostly based on webforms with some razor views mixed into it. It's a typical microsoft mess. We've been updating a few places with Angular, and have gone ahead with a project to update the UI, using Angular. It looks nice, but the integration task falls to me. I have to take the Angular-based html examples and implement it on the existing site code. This means a new site.master file which should be re-used on the aspx pages. Several pages depend on post-backs to the server, and there are a LOT of
asp.net partials. My question is, how can I fit this new angular-based design onto a .Net webforms site without re-writing every line?
Please note, it also suffers from the common biz logic in aspx views common to .net webforms. This means re-writing the partials and views would be a giant undertaking, and I have 2 weeks left. Any and all suggestions are welcome.
Thanks!!!!!