I was using T4MVC in my MVC projects to avoid as much magic string as possibile.
I would like to know if there is something similar for ASP.Net Web Forms that generates strongly typed links to the aspx pages and ascx controls.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this previous question: Is there an equivalent of T4MVC for webforms?.
Basically, check out http://blogs.msdn.com/b/davidebb/archive/2009/07/12/asppathguru-a-little-t4-love-for-asp-net-webforms.aspx, which I did a few years ago. I haven’t tried it in a while, so I can’t guarantee it’s in good shape, but give it a try!