Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Jan 16th, 2008, 3:15 AM   #1
Swan
Programmer
 
Join Date: Jan 2008
Posts: 31
Rep Power: 0 Swan is on a distinguished road
Vb.net C# Asp.net

Till next month , i was of the opinion that ASP.NET and C# are two langauges.
But i was confused when one of my friends said, he was doing ASP.NET in C# . What does that mean ?
Swan is offline   Reply With Quote
Old Jan 16th, 2008, 4:48 AM   #2
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Re: Vb.net C# Asp.net

ASP.NET http://en.wikipedia.org/wiki/ASP.NET

VB.Net and C# can be used to program ASP.NET
Ghost is offline   Reply With Quote
Old Jan 16th, 2008, 5:16 AM   #3
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Re: Vb.net C# Asp.net

That Wikipedia entry, as pointed out in its own discussion page, is written like an ad.

ASP.NET, at the most basic level, is a framework that allows you to implement .NET languages in a web page. Any .NET language can be used, including C# and VB (I think we've dropped the .NET suffix from VB .NET now).
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jan 16th, 2008, 8:49 AM   #4
Swan
Programmer
 
Join Date: Jan 2008
Posts: 31
Rep Power: 0 Swan is on a distinguished road
Re: Vb.net C# Asp.net

What is the significance of so called ASP.NET framework ??
Any programming language can be used to create a webpage ( at server side). Like C, C++ etc to o can be used. They don't need any framework...?
Swan is offline   Reply With Quote
Old Jan 16th, 2008, 2:20 PM   #5
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Re: Vb.net C# Asp.net

ASP is basically something that allows you to use VB and C# as scripts (not compiled code) to create web pages. It is Microsofts version of PHP.
Ghost is offline   Reply With Quote
Old Jan 16th, 2008, 3:59 PM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Re: Vb.net C# Asp.net

The code is compiled, Ghost.

The benefit of the framework is the same as any web framework: it provides abstraction and a format for representing client-side and server-side code in a manageable bundle. Ruby on Rails works in much the same way.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jan 16th, 2008, 6:59 PM   #7
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Re: Vb.net C# Asp.net

My mistake, it is compiled. I was just unsure if he was reffering to ASP.NET or ASP where you program in VB or C#.
Ghost is offline   Reply With Quote
Old Jan 16th, 2008, 10:19 PM   #8
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
Re: Vb.net C# Asp.net

Quote:
Originally Posted by Swan View Post
What is the significance of so called ASP.NET framework ??
Any programming language can be used to create a webpage ( at server side). Like C, C++ etc to o can be used. They don't need any framework...?
ASP.NET provides a framework to generate the elements on the page and to interact with them in what we call "code behind", or server side code. The idea is to keep the web site code relatively simple (e.g. HTML-ish) while allowing you to use the .NET framework for your actual work. It also tries to enforce separation between the logic and the presentation.
__________________
<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
Learning ASP.net Samerron ASP.NET 7 Aug 28th, 2007 3:45 AM
vb.net to VBScript randum77 JavaScript and Client-Side Browser Scripting 3 May 1st, 2007 3:39 PM
ASP.Net Tutorial smita ASP.NET 0 Mar 15th, 2007 7:43 AM
Making a database application in VB.NET emdiesse Visual Basic .NET 3 Sep 18th, 2005 5:58 AM




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

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