What exactly is VB.NET, i tried to find stuff on it but found none
pls tell me in brief
thanx!
Printable View
What exactly is VB.NET, i tried to find stuff on it but found none
pls tell me in brief
thanx!
the next generation of vb6.
It's VB7 but it's a lot different, even more so than the difference between vb4 and 5
It's VB7, but which allows you to create web sites using an updated version of the vb code. It uses no runtime files when compiled apart from the .net framework and in future will allow your program to be platform / OS independant so it could run on linux / unix etc.
VB.Net uses the Common Language Runtime library which is a VERY large runtime file!!!Quote:
Originally posted by alex_read
It's VB7, but which allows you to create web sites using an updated version of the vb code. It uses no runtime files when compiled apart from the .net framework and in future will allow your program to be platform / OS independant so it could run on linux / unix etc.
But it will be included in Windows so you can apploy your application on any computer as long as they have version X of a particular service pack.
Ahhhhh i understand what is .net , but it will will cost so much money ( i think ).
VB.NET is just a member of the .NET family. There's also ASP.NET, C++.NET (I think), etc. They are available as separate products; if you bought them all as one big suite, then it would be REALLY expensive. :D
I am a no money :eek:
:D
:D
:D
filburt1 said:
<snip> C++.NET (I think), etc.
<snip>
I believe it is Visual C#.NET, and not C++.NET.
well can anyone tell me whats the .NET family is all about???
pls
Both Visual C++.Net and C#.Net will exist in the .Net development family.Quote:
Originally posted by substring
filburt1 said:
<snip> C++.NET (I think), etc.
<snip>
I believe it is Visual C#.NET, and not C++.NET.
The complete .Net family would also include new server products like SQL Server(.Net ???), Exchange Server and so on.
The .Net framework is designed to replace COM/DCOM/COM+ in the future. The CLR (common language run-time) is just one part of the .Net framework which itself is built on open standard components and protocols, like XML and SOAP.
.Net is also MS's attempt to compete with HP or IBM in the service markets...
So .NET will really better?
or it's only MS's marketing.
Well when we talk about .NET here, we're usually refering to VS.NET from the programmer's perspective. That is actually only a small part of MS's .Net strategy.