I have several legacy web controls (ascx) that contain a huge amount of inline C #. Forms contain several repeating and repeating codes. Our first plan is to move the code to the code behind each file, then refactoring, etc. .... did this to update the client to the latest version of their cms
At the moment, we will have to manually copy and paste hundreds of files, create the code behind, copy the code, add namespaces based on import on the client side, and then do some tricks
Does anyone PLEASE know about a tool that can do most of this work for us?
thanks
source share