Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generate same password in the same second
Message
From
11/11/2008 12:41:33
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
11/11/2008 12:29:21
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01360833
Message ID:
01361126
Views:
12
>>
>>My mistake Gregory, I primarily use C# also but occaisonaly VB. I was thinking of static (C#) vs Shared (VB). That was interesting reading however. Thanks
>>Tim
>
>No problem - for classes Shared would apply
>
>(I don't know a lot about vb). Read the other day that vb can have 'public' methods, ie methods that do not belong to any class whilst C# cannot

I worked on a project for a few months that was strictly VB. I really prefer C# as it seems like it takes alot less typing but VB has some nice features that would be good in C#. ( NO smack intended for those who use VB)
string MyMethod(int numAllowed, string message)

Seems so much shorter than

Private Function MyMethod(ByVal numAllowed As Integer, byVal message As String) As String
anyway, I use both at times, but not real technical on the VB side.
Regards
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform