Posts Tagged ‘planning’

ASP.Net and MVC

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 [...]

Share
Read the rest of this entry »

Knit Project Update

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 [...]

Share
Read the rest of this entry »

Next Step

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 [...]

Share
Read the rest of this entry »

Next step.

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 [...]

Share
Read the rest of this entry »