locked
differences between VB or C# (ASP.NET) RRS feed

  • Question

  • When program in ASP.NET (C# or VB) then the only different between these two is the code statements, ALL others GUIs,menus,commands are identical ?
    Sunday, June 21, 2009 9:18 AM

Answers

  • Yes the controls are a part of the .NET framework which is common to both VB and C#.

    The difference is between the Server side scripting languages both of which anyways are converted to IL (Intermediate language) before execution.

    Ganesh Ranganathan
    [Please mark the post as answer if it answers your question]
    • Proposed as answer by HESHAM HEMDAN Monday, June 22, 2009 9:22 PM
    • Marked as answer by Harry Zhu Friday, June 26, 2009 3:18 AM
    Sunday, June 21, 2009 10:50 AM
  • meaningfull explaining from Ganesh Ranganathan india ;) and also i have some link can showing you the syntax different between the 2 languages VB.Net C#.Net

    http://www.codeguru.com/forum/showthread.php?threadid=347260

    i hope that works and dont worry everything is easy specially if you learn maybe from asp.net site they offer the both languages and the both source code thanks for microsoft  ;)

    • Proposed as answer by HESHAM HEMDAN Monday, June 22, 2009 9:22 PM
    • Marked as answer by Harry Zhu Friday, June 26, 2009 3:18 AM
    Monday, June 22, 2009 9:22 PM

All replies

  • Yes the controls are a part of the .NET framework which is common to both VB and C#.

    The difference is between the Server side scripting languages both of which anyways are converted to IL (Intermediate language) before execution.

    Ganesh Ranganathan
    [Please mark the post as answer if it answers your question]
    • Proposed as answer by HESHAM HEMDAN Monday, June 22, 2009 9:22 PM
    • Marked as answer by Harry Zhu Friday, June 26, 2009 3:18 AM
    Sunday, June 21, 2009 10:50 AM
  • meaningfull explaining from Ganesh Ranganathan india ;) and also i have some link can showing you the syntax different between the 2 languages VB.Net C#.Net

    http://www.codeguru.com/forum/showthread.php?threadid=347260

    i hope that works and dont worry everything is easy specially if you learn maybe from asp.net site they offer the both languages and the both source code thanks for microsoft  ;)

    • Proposed as answer by HESHAM HEMDAN Monday, June 22, 2009 9:22 PM
    • Marked as answer by Harry Zhu Friday, June 26, 2009 3:18 AM
    Monday, June 22, 2009 9:22 PM