Glimpse the difference between
Visual Studio 2012 and VS 2012 development tools. The changes provide the needs
of every developer/programmer to create application more quickly and ease of
use in developing sophisticated software. Now, in new features of Visual Studio 2012, capability, portability,
stability, and a lot more are already in this development tools. Let’s explore
and take a look the difference compare in previous VS 2010. Review related
articles in Visual Studio 11, the 1st
named before it called Visual Studio 2012. VS11
and VS12 are almost identical, but
there’s some few changes in VS12. Here are some photos.
Visual Studio Ultimate Version Photos:
Visual Studio 2010 Ultimate |
Visual Studio 2012 Ultimate |
Let's look the difference between VB10 and VB12 source code:
Visual Basic 2010:
Public Class Form1
Private Sub Form1_Load(ByVal
sender As System.Object,
ByVal e As
System.EventArgs) Handles
MyBase.Load
End Sub
End Class
Visual Basic 2012:
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
End Class
If you had noticed the
changes in source code, in VS 2010
it used ByVal but in VS 2012 is optional.
Visual Studio 2010 Menu |
Visual Studio 2012 MENU |
0 comments:
Post a Comment