Visual Basic (VB), originally called Visual Basic .NET (VB.NET), is a multi-paradigm, object-oriented programming language developed by Microsoft and implemented...
43 KB (4,233 words) - 07:25, 24 April 2025
Visual Basic .NET was released by Microsoft in 2002 as a successor to the original Visual Basic computer programming language. It was implemented on the...
9 KB (1,045 words) - 03:38, 23 November 2023
Visual Basic is a name for a family of programming languages from Microsoft. It may refer to: Visual Basic (.NET), the current version of Visual Basic...
623 bytes (130 words) - 17:06, 23 December 2024
operating systems. Visual Basic .NET (VB.NET) is based on Classic Visual Basic. Because VB.NET was later rebranded back to Visual Basic, the name is ambiguous:...
38 KB (4,343 words) - 13:32, 24 April 2025
C# and Visual Basic (.NET) are the two main programming languages used to program on the .NET framework. C# and VB.NET are very different languages in...
36 KB (3,949 words) - 04:47, 22 July 2024
language-specific service exists. Built-in languages include C, C++, C++/CLI, Visual Basic .NET, C#, F#, JavaScript, TypeScript, XML, XSLT, HTML, and CSS. Support...
172 KB (15,394 words) - 04:59, 23 April 2025
Express (the Visual Basic .NET language) Visual C++ Express (the Visual C++ language) Visual C# Express (the C# language) Visual J# Express (the ill-fated...
22 KB (1,893 words) - 20:20, 26 January 2025
versions supported in old .NET Core). VB.NET compiles and runs on .NET, but as of .NET Core 3.1, the separate Visual Basic Runtime is not implemented...
27 KB (2,139 words) - 16:53, 26 April 2025
Component-based Scalable Logical Architecture (redirect from CLSA.NET)
originally targeted toward Visual Basic 6 in the book Visual Basic 6.0 Business Objects by Lhotka. With the advent of Microsoft .NET, CSLA was completely rewritten...
9 KB (1,079 words) - 15:31, 3 December 2024
of VB3, knowledge of Visual Basic had become a marketable job skill. Microsoft also produced VBScript in 1996 and Visual Basic .NET in 2001. The latter...
69 KB (8,169 words) - 08:01, 30 April 2025
automatically created and are extended by specifying a BUILD method. In Visual Basic .NET, the constructor is called "New". In Python, the constructor is split...
35 KB (4,257 words) - 15:27, 19 April 2025
Primitive data type (redirect from Basic type)
all primitives except undefined and null have object wrappers. In Visual Basic .NET, the primitive data types consist of 4 integral types, 2 floating-point...
20 KB (1,931 words) - 05:22, 23 April 2025
most desktop Microsoft Office applications. Although based on pre-.NET Visual Basic, which is no longer supported or updated by Microsoft (except under...
30 KB (3,758 words) - 22:08, 28 April 2025
of Visual Basic rebooted its popularity and it remains in wide use on Microsoft Windows platforms in its most recent incarnation, Visual Basic .NET. The...
27 KB (3,258 words) - 02:40, 2 May 2025
Modula-2, Seed7: repeat ... until Small Basic: If ... EndIf, For ... EndFor, While ... EndWhile Visual Basic (.NET): If ... End If, For ... Next, Do ......
51 KB (2,829 words) - 04:37, 26 March 2025
Anonymous type (section Visual Basic .NET)
Anonymous types are a feature of C# 3.0, Visual Basic .NET 9.0, Oxygene, Scala and Go that allows data types to encapsulate a set of properties into a...
3 KB (286 words) - 20:03, 22 January 2025
respectively). Rope (data structure) "Concatenation Operators in Visual Basic". .NET Visual Basic guide Language features: Operators and expressions. Microsoft...
9 KB (1,007 words) - 19:33, 8 April 2025
applications in .NET applications. Extensions to Office prior to Office 2003 only allowed the creation of COM add-ins using Visual Basic or Visual C++ and a...
10 KB (1,042 words) - 16:15, 19 October 2024
Variant type (COM) (category BASIC programming language family)
variables. Among the major changes in Visual Basic .NET, being a .NET language, the variant type was replaced with the .NET object type. There are similarities...
7 KB (672 words) - 06:37, 22 June 2023
Comparison of integrated development environments (redirect from List of BASIC IDEs)
VisualGDB Refactoring for Visual Studio C/C++ is supported natively since Visual Studio 2015 and via third-party plugins Visual Assist X http://www.wholetomato...
83 KB (894 words) - 17:44, 17 April 2025
Safe navigation operator (section Visual Basic .NET)
included in the Typescript 3.7 release: let x = foo?.bar?.[0]?.baz(); Visual Basic 14 and above have the ?. (the null-conditional member access operator)...
15 KB (1,426 words) - 20:59, 27 March 2025
released ".NET" branded updates to its works, including Visual Studio .NET, Visual Basic .NET, .NET Passport, .NET My Services, .NET Framework, ASP.NET and ADO...
3 KB (294 words) - 16:22, 5 July 2024
List of CLI languages (redirect from NET language)
Developer 6.0. Visual Basic.NET A redesigned dialect of Classic Visual Basic. Implementations provided by .NET Framework, .NET Core, and Mono. Visual COBOL An...
10 KB (1,024 words) - 07:23, 20 March 2025
and Octave use the syntax "[x y]" to concatenate x and y. Visual Basic and Visual Basic .NET can also use the "+" sign but at the risk of ambiguity if...
10 KB (388 words) - 07:21, 23 July 2024
languages such as Java, PHP, Python (multidimensional lists), Ruby, C#.NET, Visual Basic.NET, Perl, JavaScript, Objective-C, Swift, and Atlas Autocode are implemented...
4 KB (455 words) - 08:28, 10 January 2025
2001, the tenth anniversary of the release of Visual Basic, .NET Framework 1.0 Beta 2 was released. .NET Framework 1.0 is supported on Windows 98, ME,...
64 KB (6,766 words) - 15:58, 10 February 2025
must truly be a VB.NET Function - it must return a value. Dim foo = Function(x) x * x Console.WriteLine(foo(10)) Visual Basic.NET 2010 added support for...
61 KB (7,400 words) - 02:52, 31 October 2024
Kotlin, JavaScript, Objective-C 2.0, Python, Scala, Swift, Lua, and Visual Basic. Some object-oriented languages, such as Java and C++, do not support...
17 KB (1,742 words) - 17:45, 24 January 2025
MsgBox name & " = " & phoneBook(name) Next Visual Basic .NET uses the collection classes provided by the .NET Framework. The following code demonstrates...
87 KB (10,793 words) - 02:54, 22 August 2024
Null object pattern (section Visual Basic .NET)
Console.ReadKey(); } } } // The output will be: // 4 In some Microsoft .NET languages, Extension methods can be used to perform what is called 'null...
22 KB (2,802 words) - 21:39, 9 March 2025