PDA

Click to See Complete Forum and Search --> : Visual Studio Dot Net..Opinons!!


S@NSIS
Nov 14th, 2000, 05:41 PM
Hi,
Has anyone else here downloaded and installed the beta of Microsofts Dot Net development studio?
If so, what do you think of it?

I got it on Monday and have to say I'm quite impressed. Bit tricky to get used to at first (need some books to be released) but you soon get the hang of it!

Quite cool how can you can import stuff into your programs and use more than one language. ie. Imports Microsoft.VisualBasic to use VB etc...

Also, almost everything is OO including things like normal integer variables. You can declare a variable, as you normally would Dim x As Integer, and then x has its own methods such as x.ToBoolean, x.Format etc...

So...anyone else used it yet??

Cheers

Shaun

G.Kumaraguru
Nov 14th, 2000, 10:14 PM
I've heard there are many changes to Visual Basic in VB.net

For Example... VB6 long is now VB.net Integer
and VB6 Integer is VB.Net Short Int.

All these changes are to support the Multi language
Runtimes.

tumblingdown
Nov 15th, 2000, 02:47 AM
Aye, and you can write a class in vb, and i can be used in c#, which can be used in c++, which can be used in vb, which ...



td.

Nov 16th, 2000, 06:25 PM
I heard there will be a common runtime library, that sounds good.

I told our pet dinosaur - I mean cobol programmer :) he could write web pages in cobol, he started mumbling about batch jobs, IOs and smart ass Windows programmers and wandered off back to the coffee room. Poor guy.