|
-
Mar 21st, 2006, 07:28 PM
#1
Thread Starter
No place like 127.0.0.1
What I Like About VB .NET (Add your comments)
I just started learning VB .NET (as you may already know), but as I was learning it, I made a list of all the things I liked and found cool. I thought I would share them and maybe you guys could chime in with your favorite .NET things. I knew VB6 before moving to .NET, so most of my favorites come from things that were missing in VB6.
- AndAlso, OrElse
- Is keyword (Select Case MyInt : Case 1 to 20 : Case Is > 20 : End Select)
- *=, /=, +=, -= operators. I love these and always missed them in VB6.
- Assignment and declaration can occur on the same line. (Dim MyInt As Integer = 20)
- Making a comment like 'TODO automatically adds a line to your task list saying whatever you put on that comment line.
- All the IDE changes
- Bigger arrays. They can now hold 2^64 instead of 2^32.
- Arrays with properties.
- XP Styles are very easy to do. There a few bugs still, but those can be fixed with Skybound.
- Menus are easy to make!
Feel free to share your favorite features of the IDE/language/whatever.
Last edited by eyeRmonkey; Mar 21st, 2006 at 07:33 PM.
-
Mar 21st, 2006, 07:41 PM
#2
Re: What I Like About VB .NET (Add your comments)
No more stupid Set for object assignment 
The Is keyword was also in VB6 I think?
Edit: Threading support (although that comes with the framework...)
-
Mar 21st, 2006, 08:25 PM
#3
Re: What I Like About VB .NET (Add your comments)
Last edited by jmcilhinney; Mar 21st, 2006 at 08:29 PM.
-
Mar 22nd, 2006, 01:15 PM
#4
Re: What I Like About VB .NET (Add your comments)
Moved to General Developer
-
Mar 22nd, 2006, 07:27 PM
#5
Re: What I Like About VB .NET (Add your comments)
 Originally Posted by jmcilhinney
It's OO.
Yeah howdy! That's a biggun'
You left out this operator, though:
&=
My usual boring signature: Nothing
 
-
Mar 22nd, 2006, 08:03 PM
#6
New Member
Re: What I Like About VB .NET (Add your comments)
I appreciate the stringbuilder and arraylist classes.
-
Mar 22nd, 2006, 08:09 PM
#7
Re: What I Like About VB .NET (Add your comments)
 Originally Posted by eyeRmonkey
your favorite .NET things
-
Mar 23rd, 2006, 07:49 PM
#8
Addicted Member
Re: What I Like About VB .NET (Add your comments)
I love the integration of C#, Vb, J#.
Using Framework 1.1, VB.Net 2003 unless I
state otherwise 
-
Mar 24th, 2006, 03:14 AM
#9
Re: What I Like About VB .NET (Add your comments)
- Attributes
- Serialisation
- databinding that actually works
- Overloaded constructors
-
Mar 24th, 2006, 03:26 AM
#10
Re: What I Like About VB .NET (Add your comments)
I like VB.NET because it is "VENT B." Jumbled....
-
Mar 24th, 2006, 04:23 AM
#11
Re: What I Like About VB .NET (Add your comments)
Definitely Object Oriented and Cross Language Interoperability. 
Same IDE for multiple languages.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Mar 24th, 2006, 02:44 PM
#12
Hyperactive Member
Re: What I Like About VB .NET (Add your comments)
it pays my bills
--"Tap Dancing On The Brittle Edge Of Sanity"--
-
Mar 24th, 2006, 04:17 PM
#13
Hyperactive Member
Re: What I Like About VB .NET (Add your comments)
 Originally Posted by DirtyHowi
it pays my bills 
Amen to that!
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
-
Mar 24th, 2006, 04:25 PM
#14
Re: What I Like About VB .NET (Add your comments)
-
Mar 24th, 2006, 04:58 PM
#15
Re: What I Like About VB .NET (Add your comments)
Yes, #Region and the collapsable editor in the IDE.
User Controls are much more easy to create and more advanced.
The Property Grid control 
Visual Styles
GDI+
Overloadding and Overridding
and OOP
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 24th, 2006, 05:07 PM
#16
Re: What I Like About VB .NET (Add your comments)
Delegation
-
Mar 24th, 2006, 05:29 PM
#17
Addicted Member
Re: What I Like About VB .NET (Add your comments)
I love my userbar that I made 

But .NET is pretty fancy. I am having a hard time migrating to it though.
-
Mar 24th, 2006, 08:20 PM
#18
Thread Starter
No place like 127.0.0.1
Re: What I Like About VB .NET (Add your comments)
I like Ctrl+Alt+Enter. It makes your code window full screen. I feel like much less cluttered when I use it. It is refreshing.
-
Mar 24th, 2006, 10:06 PM
#19
Re: What I Like About VB .NET (Add your comments)
I like VB.NET because I dont have to feed it....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|