Thursday, July 9, 2009

Why it is included that VB.NET,C#.NET etc in visual studio.net what are the differences among those languages

VB = Visual Basic





C# = C Sharp





Visual Basic and C Sharp are both high level programming languages. The .NET versions take advantage of the .NET framework from MS. One of the biggest differences is that with C# you can actual do low level buffering and have to take into account buffer over runs. This means you could actually have data over write part of your executable code while running. Visual basic will not let you do this.

morning glory

No comments:

Post a Comment