up vote 4 down vote favorite
1
share [g+] share [fb]

Should I learn NHaml?

What does it provide me over a classic ASP.NET MVC view? What are the pros and cons?

Are you using it via the MVC Contrib project?

I have been seeing more and more about it. For example... I saw a blog post by Matthew Podwysocki using ASP.NET MVC, NHaml, and F#!

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

It should only take a few hours if you're familiar with the MVC framework, so I'd say yes, learn it. NHaml is a compact way to write HTML code. It is pretty easy to read and write once you get used to it. The downsides are that you lose the ASP.NET controls, so server-side processing is more difficult. Your team may be resistant, too.

link|improve this answer
feedback

Absolutely, learning NHAML is really easy and it is much easier to write than the web forms syntax.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.