473,326 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

What is the difference between VB.NET and ASP.NET??

Hi all I m new member of this group,I wolud like to ask one question
that what is the exact difference between VB.Net and ASP.Net??
I m a sodtware developer working in VB6. I also want to shift to
ASP.NET programming ,So pls give me the names of some good books for
beginner.

thanks,

-Sumit ghosh(India)

Feb 20 '06 #1
7 1426
VB.NET is a language (as well as C#). ASP.NET is the infrastructure that is
provided by the .NET Framework to handle Web applications...

--

"Sumit" <su**************@gmail.com> a écrit dans le message de
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi all I m new member of this group,I wolud like to ask one question
that what is the exact difference between VB.Net and ASP.Net??
I m a sodtware developer working in VB6. I also want to shift to
ASP.NET programming ,So pls give me the names of some good books for
beginner.

thanks,

-Sumit ghosh(India)

Feb 20 '06 #2
Hi Sumit,

- VB.NET is one of the languages that you can use to program .NET
applications.
- ASP.NET is a technology or kind of application to build web sites. You can
use the language VB.NET to code your ASP.NET application.

About books, go to Amazon (www.amazon.com), search for "ASP.NET", and read
the user reviews for each book.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Sumit" <su**************@gmail.com> escribió en el mensaje
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi all I m new member of this group,I wolud like to ask one question
that what is the exact difference between VB.Net and ASP.Net??
I m a sodtware developer working in VB6. I also want to shift to
ASP.NET programming ,So pls give me the names of some good books for
beginner.

thanks,

-Sumit ghosh(India)

Feb 20 '06 #3
Hello Patrice,

you can develop asp.net using C# or VB.NET or whatever .net supported language

Marwan Tarek
http://www.sharepointblogs.com/marwantarek/

VB.NET is a language (as well as C#). ASP.NET is the infrastructure
that is provided by the .NET Framework to handle Web applications...

Feb 20 '06 #4

"Sumit" <su**************@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
:
: Hi all I m new member of this group,I wolud like to ask one question
: that what is the exact difference between VB.Net and ASP.Net??
: I m a sodtware developer working in VB6. I also want to shift to
: ASP.NET programming ,So pls give me the names of some good books for
: beginner.
:
: thanks,
:
: -Sumit ghosh(India)
VB.net is one of the primary languages you can use to write code using the
..net framework (the others being C#, C++ and J# - there may be others as
well, but I'm not certain). While there is a close family resemblance
between VB6 and VB.net, they are worlds apart in reality. VB.net is a
fundamentally different language from VB6, sharing the basic syntax and
little else from what I can see. With VB.net (and C#) you can write console
based applications, DLL library components and windows applications.
ASP.net is a set of interrelated technologies you can use to develop dynamic
web based applications (ASP stands for Active Server Pages). ASP.net can use
either VB.net or C# in order to generate the web pages. Each web page is
compiled at run time to a DLL.
In my experience, any of the WROX books are pretty good. I'm less familiar
with the O'Reilly books, but I gather they are pretty good as well. And of
course there are the books from the Microsoft Library. Sorry I don't have a
specific title to recommend.
HTH
Ralf
--
--
----------------------------------------------------------
* ^~^ ^~^ *
* _ {~ ~} {~ ~} _ *
* /_``>*< >*<''_\ *
* (\--_)++) (++(_--/) *
----------------------------------------------------------
There are no advanced students in Aikido - there are only
competent beginners. There are no advanced techniques -
only the correct application of basic principles.
Feb 21 '06 #5
Thanx to all for replying my quetions...It will be very helpful for
me....
Thanx a lot

Sumit(India)

Feb 22 '06 #6
Dear all I also want to know about the .NET FrameWork...the complete
basics of this....

Feb 22 '06 #7
"Sumit" <su**************@gmail.com> schrieb
Dear all I also want to know about the .NET FrameWork...the complete
basics of this....

http://msdn.microsoft.com/library/de...k_netstart.asp
Armin

Feb 22 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
1
by: mike | last post by:
best regards: What is the difference between DOM Level 1 and DOM Level 2. Thank you. May god be with you.
5
by: radnus2004 | last post by:
Hi all, I am not clear what is the difference between signed and unsigned in C. Many say, unsigned means only +ve values and 0. Can I use unsigned int i = -3? What happens internally ? What...
10
by: tinesan | last post by:
Hello fellow C programmers, I'm just learning to program with C, and I'm wondering what the difference between signed and unsigned char is. To me there seems to be no difference, and the...
13
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
12
by: Nathan Sokalski | last post by:
What is the difference between the Page_Init and Page_Load events? When I was debugging my code, they both seemed to get triggered on every postback. I am assuming that there is some difference,...
3
by: Anoj Kumar | last post by:
Hi All , can anyone tell me what is the difference between the following declaration and how it affects application performance. 1. Dim cn As ADODB.Connection Set cn = New ADODB.Connection
6
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. What is the difference between a Field and a Property? Here is the context. In the VS.NET 2002 documentation, in the "String Members" section, we have the...
5
by: kai | last post by:
Hi, In ASP.NET , what is the difference between OnClick and Click events for a button? Because we have button click event, it can trigger events, why we still need OnClick? Please help. ...
49
by: Zach | last post by:
After having taken a looong break from VB (last used 6.0), I started getting back into programming again, this time with VS 2005. I began reading up on VB.NET from various sources (books,...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.