![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have been using VBScript for some time in my Admin duties for login scripts, reports, and information gathering. I have recently started looking at VB.NET and have become interested in learning a more robust language than VBScript. Can I do everything in VB.NET that I can do in VBScript? What are the pros and cons of this? Thanks in advance. |

#3
| |||
| |||
|
|
"Primera" <Primera (AT) discussions (DOT) microsoft.com> wrote in message news:BFC465CC-38D4-4CEB-8C76-7A76ED7F35A6 (AT) microsoft (DOT) com... I have been using VBScript for some time in my Admin duties for login scripts, reports, and information gathering. I have recently started looking at VB.NET and have become interested in learning a more robust language than VBScript. Can I do everything in VB.NET that I can do in VBScript? What are the pros and cons of this? Thanks in advance. Yes, you can do everything in VB.Net that you can do in VBScript and then some ![]() Pros: VB.Net is a compiled language, so you gain performance benefits of that. VB.Net can do more than VBScript can. VB.Net is a managed language. VB.Net is easier than VBScript, IMO. VB.Net means you are learning a .Net language and will one day, hopefully, make the step to C# :P Cons: VB.Net is a compiled language, you have to compile the app for every change you make to the code. Umm, yeah...can't think of any other con's atm. Mythran |
#4
| |||
| |||
|
|
"Primera" <Primera (AT) discussions (DOT) microsoft.com> wrote in message news:BFC465CC-38D4-4CEB-8C76-7A76ED7F35A6 (AT) microsoft (DOT) com... I have been using VBScript for some time in my Admin duties for login scripts, reports, and information gathering. I have recently started looking at VB.NET and have become interested in learning a more robust language than VBScript. Can I do everything in VB.NET that I can do in VBScript? What are the pros and cons of this? Thanks in advance. Yes, you can do everything in VB.Net that you can do in VBScript and then some ![]() Pros: VB.Net is a compiled language, so you gain performance benefits of that. VB.Net can do more than VBScript can. VB.Net is a managed language. VB.Net is easier than VBScript, IMO. VB.Net means you are learning a .Net language and will one day, hopefully, make the step to C# :P Cons: VB.Net is a compiled language, you have to compile the app for every change you make to the code. Umm, yeah...can't think of any other con's atm. Mythran |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |