Jonathan Miles
BANNED
- Dec 23, 2025
- 36
- 10
Is anyone still using Visual Basic .NET for small tools or automation tasks? Interested in practical use cases, strengths, and limitations compared to other scripting options.
If File.Exists(path) Then
ProcessFile(path)
End If
VB.NET is supported, but C# is the future.
| Task | Better alternative |
|---|---|
| Simple scripts | PowerShell |
| Cross-platform automation | Python |
| Web APIs / services | C# / Node |
| DevOps | PowerShell / Bash |