![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2008
Posts: 27
Rep Power: 0
![]() |
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 ? |
|
|
|
|
|
#2 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 290
Rep Power: 4
![]() |
Re: Vb.net C# Asp.net
|
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
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). |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Jan 2008
Posts: 27
Rep Power: 0
![]() |
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...? |
|
|
|
|
|
#5 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 290
Rep Power: 4
![]() |
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.
|
|
|
|
|
|
#6 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
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. |
|
|
|
|
|
#7 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 290
Rep Power: 4
![]() |
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#.
|
|
|
|
|
|
#8 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 748
Rep Power: 3
![]() |
Re: Vb.net C# Asp.net
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> |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |