Share Dot Net Experience
Write only Read Property in VB.Net
Write only Read Property in VB.Net
Private _EmpId As String
Public ReadOnly Property EmpId() As String
Get
Return _EmpId
End Get
End Property
Get Random Number in VB.net
using Rnd
Run a DOS Command in VB.Net
Run a DOS Command in VB.Net
use Shell Keyword
Shell("cmd.exe"<Command>)
Formater in VB.Net
Formater in VB.Net
it is an object that is responsible for encoding and serializing data into message on one end and
decoding and Deserializing data into message on another end
New Features in VB 10
New Features in VB 10
Multiple Line Statement Lambdas
sub Lambdas
Auto Implementation Property
Collection Initialize
Arrya Literals
‹
›
Home
View web version