.net 4.5 for Windows 8! What are the new exciting features for VB.NET?
exciting features
Should I download the preview now or wait for the final version?
Now you can override the root namespace .
Namespace Global.NewNamespace Public Class Class1 End Class End Namespace Public Class Class1 End Class
This means that the above can be called so.
Dim _class1 As New NewNamespace.Class1 Dim _class1_1 As New VB_Console.Class1
AND
Iterators are also new.
In other words, you get the yield keyword that you already had in C #
http://msdn.microsoft.com/en-us/library/dscyy5s0%28v=vs.110%29.aspx#Y0
Source: https://habr.com/ru/post/898854/More articles:Using iscroll with jQuery mobile - jqueryProblems importing java package into scala project (IntelliJ 10.5.2) - javaReplace GDI + DrawImage with PInvoked GDI and transparent PNG - gdi +Scala types and methods of methods as parameters - methodsIs there a way for multiple IIS virtual directories (applications) to share the same copy of a third-party component DLL? - asp.netWhat are the new features of ADO.NET 2.0? - asp.netPass the resulting object to a method requiring a superclass using java reflection? - javaUsing next () x the number of times with jQuery - javascriptHow to implement an enumerator in Ruby? - ruby โโ| fooobar.comRotate UIView on the X axis (horizontal axis) - iosAll Articles