Posted in June 9, 2009 ¬ 10:30 amh.Chris Richards
I’m not sure how long this has been around, but ASP.Net now supports MVC with a framework. It’s about time! Not having MVC as always been a big disadvantage in my option (That and no real ORM until Linq). So I’m going to spend some time hopefully in the next few weeks playing around with [...]
Read the rest of this entry »
Posted in May 7, 2009 ¬ 10:42 pmh.Chris Richards
My girlfriend has suggested a very important update to the Knit Project program. She needs to be able to draw lines, It just takes to long to click each cell individually. It would also be nice if she could draw circles or squares as well. Another update is to allow adding/removing rows/columns of the current [...]
Read the rest of this entry »
Posted in March 4, 2009 ¬ 3:05 pmh.Chris Richards
Well I guess the next thing to do is to allow an object to relate to another object. For work I use tags for objects (as I discussed earlier) so that’s going to be my starting point. So I have two objects. User and Tag. A single User record can have an unlimited number of [...]
Read the rest of this entry »
Posted in March 2, 2009 ¬ 2:05 pmh.Chris Richards
I have two thoughts of what the next step should be. The first is the ability to return a collection of objects (maybe LINQ computable, but I’m not worried about that right now.) The other is that the object should be able to fetch it’s own tags. In my system, each object has tags associated [...]
Read the rest of this entry »