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




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


.



Relevant Pages

  • ASP.NET for ASP Classic Veteran
    ... Hundreds of commercially successful intranet portals and applications been ... learned from books and online tutorials. ... instead I prefer to handcode my ASP/HTML code using Homesite 5.0. ... For some reason drag-n-drop style of programming just does not work for me, ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET for ASP Classic Veteran
    ... Hundreds of commercially successful intranet portals and applications been ... learned from books and online tutorials. ... instead I prefer to handcode my ASP/HTML code using Homesite 5.0. ... For some reason drag-n-drop style of programming just does not work for me, ...
    (microsoft.public.vsnet.general)
  • Re: learning vb.net
    ... simple programming more complicated with OOP ?thanks ... skilled VB6 programmer out performing a skilled VB.net developer. ... You've now got the whole Microsoft language platform and soon the server/os ... I wouldn't waste any money on books if your just starting ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Data Layer architecture
    ... >The design was all by the books (Microsoft's "Designing Component-Based ... >Applications" by Mary Kirtland.) ... The trade media publications lack almost any content quality control ... I used only two layers and dropped the message queues. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Using the VB/VBA Collection class in C++ code
    ... I am not familar with the O'Reilly's Safari books, ... Presumably that means I take a reference passed in by my VB6 ... ...the reference to store my pointer internally in my ATL/COM object. ...
    (microsoft.public.vc.atl)

Loading