I thought as I start the NgValidationFor project I'd journal my progress. I'm writing this with someone particular in mind: me. Specifically, me in 2 years who will no doubt wonder why I made some of the choices I did. Everyone else, move along now - nothing to see. Unless the inner workings of someone else's mind are interesting to you... In which case: welcome!
10 posts tagged with "asp.net mvc"
View All Tags · 4 min read
Tonight I'll Start an Open Source Project...
· 6 min read
Further posts on this topic
PartialView.ToString()
· 4 min read
In the name of DRY I found myself puzzling how one could take a PartialViewResult
and render it as a string
. Simple, right?
How I'm Using Cassette part 1:Getting Up and Running
· 9 min read
Backing into the light
Unit testing ModelState
· 6 min read
- Me: "It can't be done"
- Him: "Yes it can"
- Me: "No it can't"
- Him: "Yes it can, I've just done it"
- Me: "Ooooh! Show me ..."
Twitter.Bootstrap.MVC4 meet Bootstrap Datepicker
· 4 min read
Globalize and jQuery Validation
· 6 min read
Updated 05/10/2015
If you're after a version of this that works with Globalize 1.x then take a look here.
Updated 27/08/2013
To make it easier for people to use the approach detailed in this post I have created a repository for jquery.validate.globalize.js
on GitHub here.
This is also available as a nuget package here.
To see a good demo take a look here.
How to attribute encode a PartialView in MVC (Razor)
· 4 min read
This post is plagiarism. But I'm plagiarising myself so I don't feel too bad.
Rendering Partial View to a String
· 5 min read
Well done that man!
Optimally Serving Up JavaScript
· 14 min read
I have occasionally done some server-side JavaScript with Rhino and Node.js but this is the exception rather than the rule. Like most folk at the moment, almost all the JavaScript I write is in a web context.