h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

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