Moving Back To ASP.NET (For now…)
I’ve been busy with converting PJB.Janus and PJB.Vulcan to WPF the past few months and in-between work, study and life it’s been quite a drawn-out process and I wish I could have some cloned versions of me take care of those various aspects so I can actually get to accomplishing more but, at least as far as work and PJB.Janus goes things are looking good.
Work has gotten to a point where if all the planets fall in line I may just lead the project I have been wanting to tackle for YEARS!!! It involves a great deal of what I’ve been interested in and developing on the side except now I’ll actually get paid to do it. Watch this space for more feedback.
PJB.Janus has reached a point of finality and I’ve gotten quite far in making PJB.Vulcan run inside it. Still… I’m not so sure that I’m enjoying working with WPF. Maybe the added freedom is just too much. When I create a tree control I just want it to work and not worry about the fact that I can make it look any way I want to. Frankly, I care less about the look and feel than I do about simply checking the Checked property and having check-boxes appear than digging through code project to figure out how to do it through templates etc.
I think when I have the Screen Builder for PJB.Vulcan done I’ll look at WPF again but from the perspective of simply generating the UI code rather than having to hand-craft it.
I’ve decided to stop maintaining the project on CodePlex, at the moment it’s just myself working on it and what I’d rather do is just do a release here whenever something changes which will also MAKE me focus on more tutorials and documentation.
Now, where does the ASP.Net fit in? Well, I was building a reservation system for a friend of mine when another friend of mine indicated the need for the same kind of app only they needed theirs online. So, the logical step would be to develop a Web-based version and supply the same app to both people one running on the web and one as an intranet site.
I haven’t done any web development for about four years now so I am rusty but at least I’ve conquered splitter bars that allows my navigation tree to be sizable to the left and right.
Another motivation, other than that the app can actually go places is that it gives me a good indication as to what I’ll need to build as far as my APS.Net compiler for PJB.Vulcan goes. It’s so much easier to build an application generator with a working model than to simply build bits and pieces and hack together a test app.
