Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That's true but you also have to look at the users needs (i.e. what questions are they asking). Most of the questions that are being asked at the moment are fairly framework independant at the moment (i.e. 3 out of the last 40 on my page have been specific to 2005 - the rest could probably be answered without knowing).I think that, like any other good design philosophy, we have to think in terms of what's good for the system users and not so much about what's good for the developers or the system maintainers.
All of the answers that are given to version 1.0 and 1.1 of the framework are generally still applicable in 2.0. Yes, they might be different ways of doing things but it is backward compatible most of the time and VS will inform you if there is a new method so I don't really think it's a big deal.Its very inconvienent to have to search through questions asked for VB.Net 2002 and 2003 and hope that it applies to VB.Net 2005. Or to have to be sure to say "Now this is for this version".
Like I said before, this is the principle reason why the other flavors of VB aren't combined. Such as VBA, VB 6.0 and Access VB. They are all very similar but it would over complicate things to keep them together.
Yes they are both different object models but they use the same programming language (Visual Basic for Applications) which is why I said they were the same (we dont seperate all the object models that can be used in VB.NET do we?).I'm aware that Access is VBA. I was making a distinction between Excel VBA (which is what must people call VBA) and Access VBA. There very similar but use a different object model.