Will be trying to bring features in c# and VB together.
What is coming out in VB 10. Built in WPF so csn use mouse wheel to change font size. The need for _ to continue lines no longer exists.
Multiline lambdas, can put code into threads call. The as Parallel method to run things in parallel. Function lambda, can write functions inside functions. They have removed having to type get and set properties in classes. Have added new From intializer to initialize lists and dictionaries, even supports multiple values for each list item. (Example Dim X as new list from {33,44,55} or {{1,A},{2,b}}.
They are adding DLR (Dynamic Runtime Library) in addition to CLR, so you can call libraries written in dynamic languages (like PYTHON or RUBY). Can add Imports Python.hosting. (will use late-binding tho)
No need for PIAs to compile. User properties for reference to PIA, a new property is called Embed Interop Types, this will tell compiler to only bring types that are used in your app.
Compiler as a service so you can write vb on console lines.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment