prakash kumar
what is the difference between the vb and c#
By prakash kumar in C# on Jul 25 2008
  • Farhad
    Jul, 2008 31

    use the following code : float f1 = float.Parse(textBox1.Text.Trim());

    • 0
  • jiya baraiya
    Jul, 2008 29

    vb is not object-oriented language c# is afull object-oriented language

    • 0
  • Anshu Rathour
    Jul, 2008 27

    Access to Unsafe code. This allows pointer arithmetic etc, and can improve performance in some situations. However, it is not to be used lightly, as a lot of the normal safety of C# is lost (as the name implies).This is the major difference that one can access unmanaged code in C# and not in VB.NET.

    • 0
  • Imtiyaz Rahman
    Jul, 2008 27

    Both are programming language.just the common difference of ; at the end of the statement or syntax.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS