Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic .NET (http://www.programmingforums.org/forum19.html)
-   -   Web use? (http://www.programmingforums.org/showthread.php?t=15488)

crawforddavid2006 Mar 26th, 2008 2:26 PM

Web use?
 
ok, my cousin was recently hired on as a programmer at some company. i dont know all the details, but he needs to learn VB.Net, and ASP.Net. can you use a vb.net app on a webpage? yes i realize that is probably a stupid question, but i dont know much about the use of vb.net

big_k105 Mar 26th, 2008 2:44 PM

Re: Web use?
 
VB.NET can be used as the code behind language of the ASP.NET web application.

Jimbo Mar 26th, 2008 8:21 PM

Re: Web use?
 
Quote:

Originally Posted by big_k105 (Post 143009)
VB.NET can be used as the code behind language of the ASP.NET web application.

What he said.

A little more detail: ASP.NET 2.0 and newer splits the pages into two parts, markup and code-behind (ASP.NET 1.x had them in the same file so the following still applies). The markup is just basically HTML with a bunch of ASP tags thrown in that get interpreted server-side. The code-behind is C# or VB code to actually do the server side logic (think of how PHP is server-code embedded in an HTML document, except with ASP it's preferred to keep the code in a separate file). With recent versions of .NET, you can also use IronPython and IronRuby for the code-behind.

Silverlight and WPF are similar to this. The UI is actually defined in a XAML document (basically another XML file) and the actual code for each control is in a code-behind page. (other than that, they're not really the same at all, but I thought I'd throw in the repeated use of the code-separation pattern.)

Jabo Mar 27th, 2008 2:12 AM

Re: Web use?
 
I think another option for the code-behind is J#.

lectricpharaoh Mar 27th, 2008 3:03 AM

Re: Web use?
 
Quote:

Originally Posted by Jabo
I think another option for the code-behind is J#.

Eww.

Ghost Mar 27th, 2008 3:24 AM

Re: Web use?
 
J# or C#

www.asp.net, watch the videos under the "Learn" area of the site. Very helpful.

Jimbo Mar 27th, 2008 9:23 PM

Re: Web use?
 
Quote:

Originally Posted by Jabo (Post 143033)
I think another option for the code-behind is J#.

J# support has been dropped.

Jabo Mar 27th, 2008 11:11 PM

Re: Web use?
 
I've never even tried to use J#; can't think of one thing it offers that netbeans or jedit won't do. But it's the only java option for ASP.net isn't it (or wasn't it)?

Jimbo Mar 28th, 2008 12:03 AM

Re: Web use?
 
Quote:

Originally Posted by Jabo (Post 143093)
I've never even tried to use J#; can't think of one thing it offers that netbeans or jedit won't do. But it's the only java option for ASP.net isn't it (or wasn't it)?

Never used it myself, but I think it wasn't really Java either. But it's dead, and my co-workers rejoice, so it must be a change for the better.


All times are GMT -5. The time now is 4:59 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC