vb.net apache

sorry ment vb.net, anyway just in your opinion how hard is setting up windows server in conparison with apache? apache is fairly easy. Peace
 
VB.NET itself is not a server-side preprocessor technology. ASP.NET is, and it uses the .NET framework languages such as VB.NET. You still use VB.NET to program it.

Perhaps we are misunderstanding you.
 
Its all a matter of preference. However, .NET is more flexible than ASP.NET, but PHP is more widely supported (though that is beginning to change).
 
Erm, eh? PHP is nothing like Javascript. PHP can also use MySQL and SQL Server.

.NET can use just about any database.
 
ack you mistunderstood me, i worded it wrong sorry, what i ment was php cant do much more than javascript in my experience with it unless it has sql. Php is easier to write than javascript imo. But was wondering if VB.net can create databases on its own?
 
Javascript is client side, PHP is server side. They are nothing alike.

And yes, VB.NET has full control over databases (creating, modifying, etc).
 
Well, even though Im a newcomer to this board and subject matter Ill add my two cents worth.

I will be ordering sometime today Beginning VB.NET as well as the standard VB.NET software. From what I can tell of the book writeup in the link, it would seem to be the way to go since it is geared for newcomers to VB.NET and you can use the standard version of VB.NET to work through the book.

Hope this helps.
Ira
 
Back
Top