Checklist
projects vchecklist Virtual Checklist an Open Source GPL checklist software written in VB.NET. ..
Visual Basic .NET
to VB.NET. Compared to VB6, the code Integer code data type has been doubled in length ... bits. This is true for all versions of VB.NET. A 16 bit integer in all versions of VB.NET is now ..
Anonymous type
Visual Basic .NET source lang vbnet Dim person New With .FirstName John , .LastName Smith source Example ..
SharpDevelop
multi platform support. For code completion SharpDevelop uses its own parsers for C and VB.NET. They were ..
Syncfusion
. They provide components written in C , and provide samples in VB.NET. Syncfusion also offers evaluation ..
Partial class
different files. file1.vb source lang vbnet Partial Class MyClass Private name As String End Class source file2.vb source lang vbnet Partial Class MyClass Public Readonly Property Name As String Get ..
Constructor (computer science)
code New code . Example source lang vbnet Class Foobar Private strData As String Constructor Public Sub New ByVal someParam As String strData someParam End Sub End Class source source lang vbnet ..
Property (programming)
Not pen.Color source Visual Basic source lang vbnet Public Class Pen Private m Color as Integer Private ... as Integer m Color Value End Set End Property End Class source source lang vbnet accessing Dim pen ..
Reserved word
computer science class definition such as source lang vbnet Class Definition of This in Visual ..
Return statement
As used in Visual Basic .NET source lang vbnet Return Value source Criticism It can be argued that one ..
Common Type System
source lang vbnet Imports System Class Class1 Public Value As Integer 0 End Class Class1 Class Test ..
REALbasic
source lang vbnet Function Operator Add rhs As Single As Complex Dim ret As New Complex ret.Real ... source lang vbnet Dim First As New Complex 0, 1 Dim Second As New Complex 1, 1 Dim Sum As Complex ..
While loop
lang vbnet Initialize the variables Dim counter As UInteger 5 Dim factorial As UInteger 1 Do While ..
Foreach
. coll do each Transcript print each . source Visual Basic .NET source lang vbnet For Each item ..
Do while loop
counter 1 decrement Loop While counter 0 Print factorial end sub Visual Basic .NET source lang vbnet ..
EntitySpaces
architecture is written natively in both C and VB.NET. The dOOdads .NET architecture also comes with MyGeneration ..
NS Basic
in February, 2008. Example code source lang vbnet Function OKButton Click MsgBox Hello World End Function ..
Prototype pattern
lang vbnet Public Enum RecordType CAR PERSON End Enum Record is the Prototype Public MustInherit ..
Standard streams
No number was entered return 1 source source lang vbnet Visual Basic .NET example ..
List of UML tools
, PHP, C , and VB.net. Works with EJB. Microsoft Visio a diagramming tool that also supports UML MyEclipse ..