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

S

Sumit

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)
 
P

Patrice

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...
 
C

Carlos J. Quintero [VB MVP]

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
 
A

_AnonCoward

:
: 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
 
S

Sumit

Thanx to all for replying my quetions...It will be very helpful for
me....
Thanx a lot

Sumit(India)
 
S

Sumit

Dear all I also want to know about the .NET FrameWork...the complete
basics of this....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top