T4 generated JavaScript constructor from a .Net Type -


sometimes may need generate javascript constructor in order apply strong typing/intellisense in javascript in javascript developer tool. possible generate javascript constructor function normal .net type using t4? there utility class this? thanks!

there's no utility class, , if types in different assembly t4 make easier.

you have use system.reflection or envdte in cases.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -