From what I gather, the beta 1 just came out.
Anyone get it yet? Anything strike you as really useful or neat?
Well I copied a project Ive been working on into a test2005 directory and converted the solution over smoothly, but here is what Ive noticed so far:
1. Things seem like they take a second longer to do than in 2003. Maybe its just me though.
2. Control Placement seems more fluent. The controls seem to almost slide around as you place them.
3. The "Error List" seems much nicer. Its broken into 3 tabs: "Errors", "Warnings" and "Messages". Each tell you a description, have a helpful icons (you know its warning by the yellow caution sign), Tell you which file the error is in, which line and which column. Of course you can click to go there.
4. Warnings. VB.Net seems to warn you of possible errors in the warning window. It tells you of unused variables ( ) and possible side effects code could have.
So far Ive managed to clear out about a dozen unused but declared and instantuated variables because of Warning Window
Anyone get it yet? Anything strike you as really useful or neat?
Well I copied a project Ive been working on into a test2005 directory and converted the solution over smoothly, but here is what Ive noticed so far:
1. Things seem like they take a second longer to do than in 2003. Maybe its just me though.
2. Control Placement seems more fluent. The controls seem to almost slide around as you place them.
3. The "Error List" seems much nicer. Its broken into 3 tabs: "Errors", "Warnings" and "Messages". Each tell you a description, have a helpful icons (you know its warning by the yellow caution sign), Tell you which file the error is in, which line and which column. Of course you can click to go there.
4. Warnings. VB.Net seems to warn you of possible errors in the warning window. It tells you of unused variables ( ) and possible side effects code could have.
So far Ive managed to clear out about a dozen unused but declared and instantuated variables because of Warning Window
Last edited by a moderator: