Search Results

4
votes
1answer
210 views

Preventing ASP.NET MVC from Replacing period with underscore in Html Helper IDs

Having just upgraded to the latest ASP.NET MVC Release Candidate I noticed that, when using Html Helpers, any name with a period "." in it will have this replaced by an underscore "_" when the elem …
0
votes

Automated Unit Testing with JavaScript

For .Net using NUnit or MbUnit you could use WatiN to run a JSUnit Runner and check the results... like this guy: …