Pardon me if I get most of the terminologies wrong but I'll try my best to explain the scenario and what I have researched and done so far.
We had a developer that developed a software, which is an ASP.NET MVC web application with API's included in the project but he has left the company, and we cannot find the source code and I need to manage and maintain the software. I have read up on Intermediate Language and Decompilers (ILSpy).
I was able to decompile the dll and gotten all the codes however, all the articles I read stopped short at only decompiling the dll to generate the source code but none seem to have successfully been able to explain how to generate the other files and folders (e.g Views > Home > Index e.t.c ). Or is the only solution a manual process, where I have to manually create all the cshtml files within all the View(s) folder. Is there a better way to achieve this? Thank you