Re: What is the difference between VB.NET and ASP.NET??
- From: "_AnonCoward" <abcdef@xxxxxxxxxx>
- Date: Tue, 21 Feb 2006 16:12:28 GMT
"Sumit" <sumit.sumitghosh@xxxxxxxxx> wrote in message
news:1140437233.297432.273140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
:
: 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.
.
- Follow-Ups:
- References:
- Prev by Date: Re: Which Database type to use?
- Next by Date: Re: Settings.Settings
- Previous by thread: Re: What is the difference between VB.NET and ASP.NET??
- Next by thread: Re: What is the difference between VB.NET and ASP.NET??
- Index(es):
Relevant Pages
|
Loading