Browse by Tags

All Tags » SubSonic (RSS)
Tedious coding sucks. SubSonic saves lots of time. But I want it to save me more. So I've started working on a method that will fill out the controls for me so I don't have to. It's simple really. I just new() up a the model I will use and pass it to...
Posted by kevinisom | 6 comment(s)
Filed under: , ,
I think SubSonic is simply amazing. It has saved me so much time and effort of writing. One little trick that it's got is the LoadFromPost method the Models inherit from the SubSonic.AbstractRecord<T> class. What LoadFromPost does is iterate over...
Posted by kevinisom | 10 comment(s)
Filed under: ,
SubSonic is such a time saver. Fresh out of the box it gives you so much goodness that it makes you wonder how you developed without it. However one feature I find lacking is that it doesn't have a paging method from the get go. However it's easy enough...
Posted by kevinisom | 3 comment(s)
More Posts