Browse by Tags
All Tags »
.NET Framework 1.1 (
RSS)
I'm wrapping up the last features for the first beta of VisualBlogger 2004. Wanted to give a brief status report on where I am at, what features it has, and what features are left to be done before the final release. Beta 1 Features: Full WYSIWYG Editing...
The WinForms adventure continues. The CheckedListBox control has been giving me all sorts of problems. For one thing, if you put one in a TabControlPage, and then switch pages, it doesn't hold its state. It took me a little bit of experimentation, but...
Scott Hansleman talks about page instantiation while designing ASPX pages in the IDE [via Daniel Fisher ]. Good stuff.
I've come to the conclusion that .NET doesn't really make coding easier (yet), because most Framework classes are incomplete, and use Inheritance as an excuse to leave them that way. Case in point: XmlTextWriter. I'm changing GenX.NET's XML formatter...
For several weeks now, I've been talking about various issues in regards to component versioning and Framework compatibility. A few months ago, I got so frustrated by the issues that were raised, that I said I was going to start a task force to solve...
In my previous post , I talked a lot about the new Framework 1.1 and VS.NET 2003, and how they deal with the old stuff. After reading the first comments of my last post, I realized it might take more explaining than I thought. This may be a hard thing...
I've seen post all over the net about people nervous about installing VS.NET 2003. Having worked with it for several months now, let me allay your fears. First off, put it out of your head that this is an upgrade. Upgrade infers replacing the current...
Just to let you guys know, the build numbers haven't changed between the Framework 1.1 Final Beta and the Release. (v1.1.4322). I'm going to assume that this means that Paul Wilson's bug goes unfixed in the final release, but I'll let Rob Howard or Scott...
More Posts