Is it possible to do VB2008 website scripting instead of php and JavaScript?

  • Thread starter Thread starter rendlesham86
  • Start date Start date
R

rendlesham86

Guest
Now that i'm a xhtml pro and going well in css is it possible i can use the new visual basic 2008 for server side/client side scripting? instead of JavaScript and php as i want to try and avoid these two, but if the answer's no, i am going to set my self a target to learn both within 2 year's.Thank's for your time and answer's.
 
VB2008 is actually called "vb.net 3.5". I think you're confusing that with the software microsoft offers to program your vb.net code in, which is called "visual studio 2008".

Yes, you can program both sever & client side scripting in visual studio 2008. VS2008 can integrate tons of different file types all into one application. My latest project for example uses asp.net, c-sharp (c#), css, xhtml, both basic javascript and ajax scripts, xml, and many more. All of these can be worked on and compiled from directly within VS2008.

It really is a great tool. Try their visual studio 2008 express edition to get your feet wet in it.
 
Back
Top