VS 2005 - The road to the (Dark | Client) Side
While toying around with Beta 1 of the VS 2005, I found myself get intrigued more about the client side apps new features, rather than the new web features.
Specifically - I really don't find the new Datasource controls of much help. Since no one (I hope) is going to put an SQL DataSource on an ASPX page, and the Object DataSource is simply thin layer of coupling form fields and object properties (a feature which was developed by almost every IT shop using .NET), and since most of the new server controls can be found as third party controls, usually with better features, for more than two years, I really couldn't make myself excited about this.
BUT - the new Visual Studio Tools for Office definitely caught me. The first version of VSTO was, IMHO, wrong step in the right direction. I mean - common, why do I need to implement 26(!) methods in an applet-like fashion just to display a single button in the task pane? But the new version is really good. To have the word designer integrated directly into the VS designer - yes, this is how things should be done! A real masterpiece.
Furthermore - the ClickOnce mechanism is another revelation. Now there is really no real reason to develop a web inter-organization application.
I guess my focus will have to shift from web based to (office | winforms) based application in the near future.
Good thing we still have Java, which has no any other viable alternative to the web...