Microsoft Ajax Templates

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/21/2010 8:57:53 PM
Gravatar
Total Posts 156

Microsoft Ajax Templates

What are your thoughts on using MicrosoftAjax and MicrosoftAjaxTemplates for the client-side templating?

They seem a bit bulky and I'm actually having trouble getting them to work in a user control with ScriptManagerProxy.

Have you personally had any luck with them?  Would you say it's a bit bulky? 

Any suggestions would be greatly appreciated.

9/22/2010 7:54:53 AM
Gravatar
Total Posts 18439

Re: Microsoft Ajax Templates

I have not tried them myself and don't plan to. Microsoft is actually contributing development effort of a templating system for jQuery that will become part of jQuery and that will probably be the best one once it is included in jQuery.

Until then, there are some decent approaches to templating reviewed in this blog post by Rick Strahl. You could work with the stuff Microsoft is developing by getting it from github, but it is subject to change which may make it a less ideal choice for now.

Best,

Joe

9/22/2010 12:51:18 PM
Gravatar
Total Posts 156

Re: Microsoft Ajax Templates

Yes, I've read the article by Stephen Walther before.

 

I've decided to go with jquery-tmpl.

You must sign in to post in the forums. This thread is closed to new posts.