Tagged Questions
2
votes
4answers
131 views
XHTML 1.0 Transitive, is there a tool that can refactor HTML?
I have a Asp.net web application running with the following config setting.
<xhtmlConformance mode="Legacy"/>
This limits use of AJAX and compatibility with multiple browser.
If my ...
0
votes
1answer
81 views
How to refactor <link href=“ ” /> references in ASP.NET pages/views using ReSharper?
I moved a set of ASPX pages to a different folder using ReSharper's Refactor->Move command.
From ReSharper we have:
Move to Folder
This refactoring helps move a class, a file, or a selection ...
0
votes
3answers
678 views
Is there an application that can convert PHP code to ASP.Net?
I'm tired. I have ~30 really messy PHP files in my project. Hearing people say that Asp.net is more structured , that it is better (I'm mostly relying on Jeff's advice @codinghorror here) and that it ...