Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 26th, 2008, 2:26 PM   #1
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 562
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
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
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Mar 26th, 2008, 2:44 PM   #2
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,603
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
Re: Web use?

VB.NET can be used as the code behind language of the ASP.NET web application.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Mar 26th, 2008, 8:21 PM   #3
Jimbo
Expert Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 706
Rep Power: 3 Jimbo is on a distinguished road
Re: Web use?

Quote:
Originally Posted by big_k105 View Post
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.)
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Mar 27th, 2008, 2:12 AM   #4
Jabo
Not a user?
 
Join Date: Sep 2007
Posts: 190
Rep Power: 1 Jabo is on a distinguished road
Re: Web use?

I think another option for the code-behind is J#.
Jabo is offline   Reply With Quote
Old Mar 27th, 2008, 3:03 AM   #5
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 864
Rep Power: 3 lectricpharaoh is on a distinguished road
Re: Web use?

Quote:
Originally Posted by Jabo
I think another option for the code-behind is J#.
Eww.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
lectricpharaoh is offline   Reply With Quote
Old Mar 27th, 2008, 3:24 AM   #6
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 288
Rep Power: 3 Ghost is on a distinguished road
Re: Web use?

J# or C#

www.asp.net, watch the videos under the "Learn" area of the site. Very helpful.
__________________
People who click "images" that end with .exe shouldn't have computers.
Ghost is offline   Reply With Quote
Old Mar 27th, 2008, 9:23 PM   #7
Jimbo
Expert Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 706
Rep Power: 3 Jimbo is on a distinguished road
Re: Web use?

Quote:
Originally Posted by Jabo View Post
I think another option for the code-behind is J#.
J# support has been dropped.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Mar 27th, 2008, 11:11 PM   #8
Jabo
Not a user?
 
Join Date: Sep 2007
Posts: 190
Rep Power: 1 Jabo is on a distinguished road
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)?
Jabo is offline   Reply With Quote
Old Mar 28th, 2008, 12:03 AM   #9
Jimbo
Expert Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 706
Rep Power: 3 Jimbo is on a distinguished road
Re: Web use?

Quote:
Originally Posted by Jabo View Post
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.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.Net Web Hosting King ASP.NET 2 Sep 24th, 2007 1:31 AM
Creating a Web Browser mattireland Visual Basic .NET 10 Jul 16th, 2007 3:18 PM
Web and software programming languages kinuthia Existing Project Development 3 Jun 6th, 2007 7:06 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:06 AM.

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